home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Emulator / SNES / Znes400 / ZSNES.FAQ < prev   
Text File  |  1998-04-09  |  12KB  |  266 lines

  1.  
  2. ZSNES Frequently asked Questions
  3. --------------------------------
  4.  
  5. Q : How come I don't get any sound?
  6. Q : Why is zsnes giving me an error that it can't support stereo sound?
  7. Q : When do you think you'll support GUS/PAS sound cards?
  8. Q : When do you think transparency will be emulated?
  9. Q : Why doesn't *name of game* work on zsnes?
  10. Q : Can you get *name of game* working by the next release?
  11. Q : Why is *name of game* not working in v.*version #* of zsnes?  It
  12.     was working before.
  13. Q : Where do you get the games?
  14. Q : When do you think you will emulate the *DSP/SFX/C4* chip?  My favorite
  15.     game *name of game with chip* won't run without it.
  16. Q : Why is zsnes slow?
  17. Q : How do I speed up zsnes?
  18. Q : Can you please make zsnes faster?
  19. Q : Do you think you'll implement a tile based engine?
  20. Q : Can you implement dynamic recompilation into zsnes?
  21. Q : Why does the game slow down even though I'm using auto frame rate and
  22.     the FPS is pretty high?
  23. Q : Why is the sound in zsnes not very good?
  24. Q : Why can't I access the config menu and why is it dark?
  25.  
  26. For more Q & A's, visit this great unofficial zsnes faq located at :
  27.   http://gameshark.simplenet.com/zsnes/
  28.  
  29. Thanks to AptivaMan for this great site!
  30.  
  31. -----------------------------------------------------------------------------
  32.  
  33. Q : How come I don't get any sound?
  34.  
  35. A : There could be several situations :
  36.  
  37.     1.) You haven't enabled sound.  You can enable sound by either :
  38.         - Editing zsnes.cfg using by notepad or edit.exe and changing
  39.           Sound = 0 to Sound = 1
  40.         - Running zsnes through the commandline -s
  41.     2.) Your windows 95 doesn't create a SET BLASTER string.  To verify this,
  42.           type SET in DOS and look for a string starting with BLASTER=
  43.           If such a string exists, then this is not your problem.
  44.     3.) You don't have a SB2.0 compatible sound card.  If this is your
  45.           case, then there is nothing you can do at the moment.  ZSNES
  46.           uses auto-initialization mode for sound which requires SB2.0+
  47.     4.) Your SB IRQ conflicts with another device.  If this is the case,
  48.           read the following message below from lil of Emulation Camp.
  49.           Thanks to lil for this great message!
  50.     5.) Zsnes doesn't like your sound card
  51.  
  52.  
  53. *------ Start Message -------------------------------------------*
  54.  
  55. Posted by lil of Emulation Camp the 02/21/98 at 21:21
  56.  
  57.           It's well known that alot of us, myself included, have
  58.           had problems getting sound to work in zsnes. No matter
  59.           what options we use, stereo, force 8-bit, sound rate,
  60.           nothing changes. Well at long last I present the
  61.           solution to all our problems. :-)
  62.  
  63.           I will explain how I got it working today. I have a
  64.           sound blaster 64 awe (not gold) so my example should
  65.           work for everyone else, if it doesn't, don't complain
  66.           to me, I'm not a hardware guru.
  67.  
  68.           First, its not a totally a problem with the zsnes code.
  69.           It's more of a hardware configuration problem. All you
  70.           have to is change the IRQ of your sound card to 5 and
  71.           it should work.
  72.  
  73.           If you don't know how to do that, here's how to do it
  74.           in Windows 95:
  75.  
  76.             1. Press Start, goto Settings, and select Control
  77.                Panel.
  78.             2. Double Click the System icon
  79.             3. Click the Device Manager tab on the System
  80.                Properties screen
  81.             4. In the list box, double click on Sound, video, and
  82.                game controllers
  83.             5. Double click on the sound blaster driver in the
  84.                sub-list
  85.             6. Click on the Resources tab in the Properties
  86.                screen
  87.             7. Double Click on Interrupt Request in the list box
  88.             8. In the Value box, change the number to 05
  89.                (zero+five). This is hexadecimal so don't forget
  90.                to put the zero.
  91.             9. If it says theres a conflict in the Conflict
  92.                Information Box you've got a problem, otherwise
  93.                click Ok and reboot your computer, sound should
  94.                work when you run zsnes. (Assuming you have sound
  95.                enabled in the zsnes.cfg or use the -s parameter
  96.                on the command-line.)
  97.            10. If you do have a conflict you can try changing the
  98.                IRQ of the device thats already using irq 5 using
  99.                the same steps listed above, but its dangerous if
  100.                you don't know what you are doing. In fact, i had
  101.                my modem on 5, moved it to 4 which conflicted with
  102.                my mouse, so when I got on the internet my mouse
  103.                froze. My modem only works on irq 4 and 5 when its
  104.                in com 3, so I had to open up the case and move
  105.                the modem to com 2, which ran on the unused irq 3.
  106.                And I had to search for new hardware in Windows of
  107.                course. I don't suggest moving hardware around if
  108.                you aren't experienced with computers.
  109.            11. You may need to edit your autoexec.bat at the DOS
  110.                Prompt. This is what my blaster line looks like
  111.                and yours should look similar if you did what I
  112.                did.
  113.  
  114.                     SET BLASTER=A220 I5 D1 H5 P330 E620 T6
  115.  
  116.                The only thing you need to change is the I5
  117.                because that tells you what IRQ you are using.
  118.                (Which was just changed to five.)
  119.            12. Close all windows and reboot when your done.
  120.  
  121.           I hope that's enough explanation to get it working for
  122.           you. Its worked for two others already, so it appears
  123.           to be a feasible solution. Just don't forget to change
  124.           that zsnes.cfg file! ^_^
  125.  
  126.           zsknight and _Demo_: Feel free to put this info in the
  127.           next zsnes readme.
  128.  
  129.           Thanks goes out to GB for helping me with the device
  130.           setup.
  131.  
  132.           - lil of Emulation Camp
  133.  
  134. *------ End Message ---------------------------------------------*
  135.  
  136. -----------------------------------------------------------------------------
  137.  
  138. Q : Why is zsnes giving me an error that it can't support stereo sound?
  139.     I have an SB Pro/Compatible which has stereo sound.
  140.  
  141. A : Zsnes doesn't support 8-bit stereo sound.  You need a 100% SB16 compatible
  142.     card to support stereo.
  143.  
  144. -----------------------------------------------------------------------------
  145.  
  146. Q : When do you think you'll support GUS/PAS sound cards?
  147.  
  148. A : We've considered implementing those sound cards, but a lack of time
  149.     and also by the fact that we haven't really touched those cards before
  150.     prevents us from implementing it.
  151.  
  152. -----------------------------------------------------------------------------
  153.  
  154. Q : When do you think transparency will be emulated?
  155.  
  156. A : Transparencies are already in zsnes.  You first need a vesa 2.0 driver
  157.     for dos.  SDD6.0 should include a file called univbe.exe in its
  158.     directory.  Run it under dos, then run zsnes.exe using -v 3 or -v 5.
  159.     Running with transparencies on is definitely slower because of the
  160.     extra math equations, memory, and video space involved.
  161.  
  162. -----------------------------------------------------------------------------
  163.  
  164. Q : Why doesn't *name of game* work on zsnes?
  165.  
  166. A : Getting the compatibility higher is a very hard task to do.  We're always
  167.     trying to get more games working.
  168.  
  169. -----------------------------------------------------------------------------
  170.  
  171. Q : Can you get *name of game* working by the next release?
  172.  
  173. A : We're always trying, but we can never guarantee a specific game will be
  174.     working because of the difficulties involved in bug fixing.
  175.  
  176. -----------------------------------------------------------------------------
  177.  
  178. Q : Why is *name of game* not working in v.*version #* of zsnes?  It
  179.     was working before.
  180.  
  181. A : Whenever we change something in the emulation, whether it's optimisation
  182.     or bug fixes, it is always likely to have caused a problem elsewhere.
  183.     Usually, these problems aren't discovered until after a release.
  184.  
  185. -----------------------------------------------------------------------------
  186.  
  187. Q : Where do you get the games?
  188.  
  189. A : zsKnight or _Demo_ will *NOT* provide any games or any links to games.
  190.  
  191. -----------------------------------------------------------------------------
  192.  
  193. Q : When do you think you will emulate the *DSP/SFX/C4* chip?  My favorite
  194.     game *name of game with chip* won't run without it.
  195.  
  196. A : We will consider emulating extra chips only if decent information on
  197.     those chips are found.  However, even if we find info on them, we
  198.     cannot guarantee to be able to implement them.
  199.  
  200. -----------------------------------------------------------------------------
  201.  
  202. Q : Why is zsnes slow?
  203.  
  204. A : Emulating a snes is slow because it is a complex system.  Also, zsnes
  205.     is using a line by line engine which is slow, but should be accurate.
  206.  
  207. -----------------------------------------------------------------------------
  208.  
  209. Q : How do I speed up zsnes?
  210.  
  211. A : If you have a lower end system such as a 486, you can use -Q to speed up
  212.     emulation with sound enabled.  The drawback is that you get lower
  213.     quality sound which can get sometimes get annoying.
  214.     Also, try running zsnes in pure dos.  This will give a noticeable
  215.     speed increase when compared to running under a win95 dos box.
  216.  
  217. -----------------------------------------------------------------------------
  218.  
  219. Q : Can you please make zsnes faster?
  220.  
  221. A : We're always trying and there are still a lot of room left for
  222.     optimisation, but a lack of time keeps us from implementing them.
  223.  
  224. -----------------------------------------------------------------------------
  225.  
  226. Q : Do you think you'll implement a tile based engine?
  227.  
  228. A : There are plans and a tile based engine will make zsnes faster.
  229.     But we'll only implement it when we have time.
  230.  
  231. -----------------------------------------------------------------------------
  232.  
  233. Q : Can you implement dynamic recompilation into zsnes?
  234.  
  235. A : There is no plans to implement it since it doesn't seem necessary.
  236.     The snes only uses a 3mhz cpu compared to say a 33mhz on a playstation
  237.     or a 93mhz on an n64.  Implementing a dynamic recompilation engine will
  238.     be hard work and won't improve performance by much.
  239.  
  240. -----------------------------------------------------------------------------
  241.  
  242. Q : Why does the game slow down even though I'm using auto frame rate and
  243.     the FPS is pretty high?
  244.  
  245. A : A game slows down like that when it executes its code beyond the speed of
  246.     cpu emulation that zsnes currently handles.  To reduce such slowdowns,
  247.     increase the percentage of execution by using either -p or editing
  248.     zsnes.cfg.
  249.  
  250. -----------------------------------------------------------------------------
  251.  
  252. Q : Why is the sound in zsnes not very good?
  253.  
  254. A : It's because zsnes is still lacking some sound features.  The
  255.     sound documents available to us are also lacking a lot of detailed
  256.     information such as on filtering.
  257.  
  258. -----------------------------------------------------------------------------
  259.  
  260. Q : Why can't I access the config menu and why is it dark?
  261.  
  262. A : The config menu isn't implemented and will probabily never be implemented.
  263.     It's mainly because a rewrite of the gui is planned.
  264.  
  265. -----------------------------------------------------------------------------
  266.