home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 107 / EnigmaAmiga107CD.iso / Software / Emulatori / snes9x / PROBLEMS < prev    next >
Text File  |  1999-09-29  |  27KB  |  440 lines

  1. o FIXED: Aladdin: Mode 7 tile 0 corruption. bug in my delay-by-one-word read
  2.   V-RAM code.
  3. o FIXED: Missing sprites on Captain Commando (all negative x coords) - only
  4.   on asm version, but now...
  5. o FIXED: Flashing screen on Captain Commando.
  6. o FIXED: Super Street Fighter 2 won't respond to joy-pad controls.
  7. o FIXED: Final Fantasy V - text windows are partially hidden - background 
  8.   priority-per tile problem. - needed dual-windowing AND/OR logic mode.
  9. o FIXED: Tinytoons uses Mode 7 priority per pixel.
  10. o FIXED: Formation Soccer seems to need transparent mode 7 graphics and sprites
  11.   behind background.
  12. o FIXED: Super Aleste has corrupted sprites on title screen.
  13. o FIXED: Junk on backgrounds of Battle Clash. sub-screen subtract.
  14. o FIXED: Total Carnage scrolling text is off by a couple of lines, h-dma problem.
  15. o FIXED: Puzzle Bobble says "this ROM is not designed for you snes".
  16. o FIXED: Sensible Soccer Mode 0 problems (colours).
  17. o FIXED: Cannon Fodder shows signs of H-DMA problems when showing mission
  18.   title screen.
  19. o FIXED: Alien vs Predator: sprites messed up and screen flashing (screen
  20.   flashing done on purpose).
  21. o FIXED: ffmq might require MVN/MVP to always use a 16-bit accumulator.
  22. o FIXED: Battle Toads crashes after player selection.
  23. o Mode 5 graphics on snestest.smc Controller Test are corrupt - offset per
  24.   tile not implemented. NO - H-512 mode not implemented!
  25. o FIXED: snestest.smc locked up on Electronics test - IRQ never cleared.
  26. o FIXED: Formation Soccer is doing DMA from a bad area of RAM to V-RAM -
  27.   needed SPC700 emulation.
  28. o FIXED: Pacman crashes and problems with sprites on title screen - v-ram
  29.   reading problem.
  30. o FIXED: New FF5 graphics problems on title screen.
  31. o FIXED: MS-DOS machine with single joystick doesn't work.
  32. o FIXED: Seiken 3 locks up - first in a IRQ loop (its never cleared) then waiting
  33.   for sound CPU.
  34. o FIXED: Metriod 3 has a corrupted screen and locks up.
  35. o FIXED: Mechawarrior 3050 has major problems - corrupt screen, extreamly slow frame
  36.   time, etc., etc. - needs SetByte and GetByte CPU push code. - So does
  37.   Weapon Lord!
  38. o FIXED: **Weapon Lord uses PCALL and TCALL in SPC-700 code **
  39. o FIXED: Another World is transfering a lot of data using DAM to VRAM and $2180.
  40. o FIXED: Soulblazer has minor h-dma glitches on vertical background scrolling.
  41. o FIXED: Secret of the Stars no go - Sound cpu wait problem.
  42. o FIXED: With reseting IRQ in place in v-line != h-irq-line Battle Toads: Double
  43.   Dragon works, but Spawn doesn't.
  44. o FIXED: Memory map problem with Donald Duck (corrupt ROM image).
  45. o FIXED: Comsmo Puzzle and Yuu Yuu all show "V-RAM increment" type
  46.   problems (problem was with reading V-RAM).
  47. o FIXED: Some games rewrite the sprite registers during a frame.
  48. o FIXED: ILLUSION has horrible sound... (sample decode routine had a bug).
  49. o FIXED: Find out why graphics are all squashed up on sensi soccer/ bman with old
  50.   old tile drawing code...
  51. o FIXED: IRQ wobble on Aladdin at top of screen - causes occational palette flash.
  52. o FIXED: 7th Saga, Actraiser2 and Addams Family causes a core dump on exit.
  53. o FIXED: aleste.smc has sprite display problems on title screen on tile-based redraw
  54.   code.
  55. o INFO: DKC3 crashes itself if V-RAM isn't filled with zeros!
  56. o FIXED:Tazmania has stopped working - missing IRQ. Adding a field to
  57.   Settings moved a variable being used in asm code.
  58. o FIXED: Castleviana 5 and Sparkster use DMA address decrement to update sprites.
  59. o FIXED: X-Men has some sprite glitches - but only on tile based redraw code -
  60.   it blanks the screen early and then DMAs new spite tile data before the
  61.   usual end of frame.
  62. o FIXED: Super Punchout shows corrupt knockout timer when H-DMA is enabled.
  63.   (was triggering H-DMA during a frame) - only trigger H-DMA during v-blank or
  64.   h-blank, otherwise write to register is ignored.
  65. o SOUND: Clayfighter, Tazmania, Madden 94-97, NHL 96-97, and WeaponLord
  66.   all spool sound samples into APU RAM using H-DMA!
  67. o FIXED: ASM version bug: SOUND: Super Punchout has lots of sound repeat problems.
  68. o FIXED: DMA? problems on background 3 in SMW.
  69. o FIXED: Weapon Lord hangs on player selection screen (waiting for SPC700?).
  70. o FIXED: Killer Instinct shows BG3 on title screen when it shouldn't.
  71. o FIXED: Blank screen on Rock 'n' Roll Racing - DMA problem.
  72. o FIXED: SFC Bastard has offset problems on Mode 7 graphics on title screen.
  73. o FIXED: SOUND: SFC Bastard (bastardy.smc) locks with sound enabled.
  74. o FIXED: GANBARE GOEMON 2 (sf16232a.078) requires SavedOAMAddr to be set in
  75.   OAMAddr after end of frame (at max v_counter?).
  76. o FIXED: SuperOffroad: The Baj has screen flash/timing problems during game - 
  77.   skipping IRQs ? - It was reseting the H-IRQ position so another IRQ would
  78.   occur on the scanline it was already on.
  79. o FIXED: R-TYPE 3 has missing scrolling "space" background during game.
  80.   (location $54 contains $10, needs to contain $11) - not a bug, when run on a
  81.   real SNES the background is missing as well.
  82. o FIXED: Toy Story plays sample that walks off end of memory - was causing 
  83.   emulator crashes.
  84. o FIXED: Bubsy has corrupt graphics - it required register $4210 bit 7 to
  85.   trigger at the end of h-blank of line 224, not at the start.
  86. o FIXED: Jurrassic Park locks with sound enabled. (Corrupt ROM image).
  87. o FIXED: Q*Bert 3 has major graphics problems after 3rd level or locks. With -h 120
  88.   and VAR_CYCLES game has corrupt graphics, otherwise it crashes. - ROM image
  89.   is corrupt as same thing happens on a real SNES.
  90. o FIXED: Evo - Chapter 1 title page shown on two backgrounds at same time -
  91.   not bug just sub-screen addition being used.
  92. o FIXED: Ghosts and Ghouls needs H-DMA to be enabled if register is written after
  93.   start of frame - Super Punchout needs the opposite... -
  94.   only start H-DMA if enable register written to during v-blank or h-blank.
  95. o Exhaust Heat might require scanline drawing just before H-DMA rather than
  96.   at end of h-blank.
  97. o FIXED: Exhaust Heat has mode 7 offset problems. v0.24 accidentally fixed the problem
  98.   but now its back again.
  99. o FIXED: Goal locks at start with sound enabled. - The SPC700 seems to need to
  100.   start executing instructions before the 65c816 so it has initialised $2140
  101.   to $BBAA before the '816 checks for that value.
  102. o FIXED: Final Fight 3 crashes with BRK instruction. - corrupt ROM.
  103. o FIXED: T2 - has problems with clip windows.
  104. o Robocop v Terminator: screen flashes like Alien vs Predator.
  105. o FIXED:Nhl97 crashes - sound APU problem ?
  106. o FIXED: Nhl97 now doesn't crash, instead the game won't start after the teams have
  107.   been chosen.
  108. o Shadow Run shows sprite-sprite priority problems.
  109. o Alien vs Predator uses colour subtraction on sprites but only on palettes 6-7?
  110.   (Collect cloaking device, second object).
  111. o NMI might need to be delayed to end of line.
  112. o JanjYu Gakuen 2 looks at bit 6 of $4211 - might need to show source of
  113.   IRQ - $40 for V-IRQ and $20 for H-IRQ?
  114. o FIXED: Sunset riders has repeated background problems(?) - could be sub-screen
  115.   addition/subtraction. Colour palette changes during game.
  116. o Priority on snestest.smc Character Test are incorrect.
  117. o Clay Fighter 2 writes to $3007-8 and reads from $3211-4.
  118. o Shien The Blade Chase tests bit 0 of $4200 until it goes 0 - reading
  119.   $4200 must reflect joypad reading status.
  120. o FIXED: NBAJam (not Tournament Edition) has an odd memory map - accesses 
  121.   code at $3Dxxxx. (corrupt ROM image).
  122. o Super Bases Loaded uses Mode 5 and the background offset mode.
  123. o FIXED: Super Bases Loaded 2 has an odd memory map: writes to $E00000 and reads from
  124.   $E04000! (DSP1 chip)
  125. o PilotWings uses a DSP.
  126. o Return Of Double Dragon needs -FL -ss 1 -o.
  127. o Tazmania is rewriting the colour palette just before the end of the frame.
  128.   Shows up a a flashing screen. Uses software not DMA.
  129. o FIXED: Actraiser2 has screen flash/timing problems. Was rewriting H-DMA
  130.   start addresses during a frame - real SNES seems to ignore these.
  131. o Actraiser2 uses mode 7 fixed colour palette mode - "32K" mode.
  132. o FIXED: Agmawo locks at start. corrupt ROM - looks to be only first part of a
  133.   multi-part ROM on the CD.
  134. o FIXED: Alfred Chicken needs -FL.
  135. o Mighty Max and Addams Family 2 are very slow with sound enabled.
  136. o Williams Arcade Classics plays sound samples by varying the volume level
  137.   using the gain control...
  138. o FIXED:Zoop: Sound works initially but then stops during game.
  139. o FIXED:Lion King locks up with sound enabled...
  140. o Sparkster has lots of sound repeat problems.
  141. o FIXED: Killer Instinct shows corruption at top of screen during the actual fight.
  142.   Seems to need sub-screen emulation turned on.
  143. o Look into passing mask into StartHDMA so the routine only resets DMA
  144.   channels with the bit set in the bit mask.
  145. o FIXED: RPM racing uses mode 5 512x512.
  146. o FIXED: Biker Mice From Mars (sfbiker) needs -N and flipped layering '8'.
  147. o FIXED: Mario and Wario (sfmarwar.smc) needs a mouse.
  148. o Battle Toads: Double Dragon needs the -h parameter set to 100.
  149. o FIXED: SF8752.smc has sprites problems when using tile-redraw code.
  150. o FIXED: NHL '97 does a JMP $4320 in bank $87 - $4320 is a register area in that
  151.   bank.
  152. o FIXED: Chuck Rock has corrupted sprites on the title screen.
  153. o FIXED: War of the Gems crashes with a STP instruction - bug in asm version of
  154.   CPU core - appears when status register spliting was added. Snap6.
  155.   If IRQ pending after returning from an NMI then incorrect status pushed
  156.   onto stack.
  157. o Adventures of Batman & Robin (bat.smc) has really slow music on title
  158.   screen with SPC700 shutdown enabled.
  159. o Return of the Jedi has lots of sound problems.
  160. o WORMS has vertical offset problems on BG1 when displaying life bar at top
  161.   of screen.
  162. o FIXED: Street Racer has corrupt sprites on the player select screen.
  163. o FIXED: Super Bases Loaded 1 uses Mode 5 (512x224) on intro.
  164. o INFO: Batman Forever uses sub-screen addition with bg's being on both the main
  165.   screen and sub-screen.
  166. o INFO: Intro of Beavis and Butthead uses sub-screen addition with bg's being on
  167.   both the main screen and sub-screen.
  168. o INFO: ebreaker.smc bg's on both main and sub-screen.
  169. o Big Sky Trooper's music is very slow.
  170. o FIXED: Bomberman 4 needs -FH.
  171. o FIXED: Captain Commando is interleaved.
  172. o FIXED: Crystal Bean locks at start and is interleaved. - corrupt ROM image.
  173. o Jim Power (jimp.smc) has scrolling/H-DMA problems on the intro.
  174. o FIXED: Ogre Battle has fixed colour subtract problems on the main screen.
  175. o pacman and Jim Power intro seem to rely on maximum number of sprites on a
  176.   scanline at once to hide unwanted sprites.
  177. o FIXED: Pacman 2 has scrolling/H-DMA problems during the game.
  178. o FIXED: Power Drive (snk_powd.smc) uses 512x448 on intro.
  179. o FIXED: SKI PARADISE (skiparad.fig) uses mode 7 priority per pixel
  180. o The Magical Quest (smmouse.smc) has an intro with bad raster glitches - uses
  181.   exact CPU timing!
  182. o FIXED: Madden 96 needs -FH and has new Antherox intro.
  183. o FIXED: College Slam (collslam.1 on CD) thinks non-standard controllers are 
  184.   connected. It writes $12 and $02 to $4016.
  185. o The sound on Speedy Gonzales sounds out of tune - seems to vary the
  186.   frequency a lot - first low byte then the high byte.
  187. o Stargate has sound clicks on channels 5 and 6 on title page.
  188. o FIXED: Ranman1/2 Part 1 (ranma121.smc) crashes SPC700 at start up - looks like a
  189.   65c816 addressing mode/instruction bug! - corrupt ROM image.
  190. o Speedy Gonzales starts a long DMA to $2180 at v-line 1 with the screen not 
  191.   blanked.
  192. o FIXED: acc-elf.smc works on v0.1 but crashes with a STP instruction in v0.24.
  193. o FIXED: FLYING HERO BUGYURU flyhero.smc does not work and image is odd size so code
  194.   doesn't detect header and remove it.
  195. o FIXED: Yaiba (lmk_yaib.smc) locks waiting for an interrupt to occur to no interrupts
  196.   are enabled.
  197. o CORRUPT ROM: Rise of the Robots does a long DMA to V-RAM during in the NMI handler -
  198.   it might require the DMA to automatically stop when H-DMA starts if the
  199.   screen is not blanked.
  200. o FIXED: Andrew Agassi Tennis has missing sprites - only writes to low byte
  201.   of sprite write address register. Writing to low byte must clear hi-byte as
  202.   well.
  203. o FiXED: Bonkers locks sound enabled. SPC700 code expected KOFF DSP register
  204.   to return value just written.
  205. o Mario Kart has odd graphic windows settings when first started.
  206. o FIXED: Street Racer has odd size sprites and has missing tiles when displayed.
  207. o FIXED: ASM 65c816, Aladdin keeps warping to other side of screen on first level.
  208. o The Great Circus Mystery (circusmystery.smc) doesn't work.
  209. o James Pond 2 gets stuck waiting for SPC700 to respond after first title
  210.   screen. works on v0.24.
  211. o Mario All stars - Super Mario 2 uses mode 2 (offset per tile) but with
  212.   height 64 on bg #2. Black screen.
  213. o FIXED: Chrono Trigger uses mode 2 with width 64 for wavey 'Trigger' text. Text
  214.   should scroll onto screen, it doesn't. It does if width 64 is disabled,
  215.   but it starts on the screen first. - bug with not wrapping Quot variable
  216.   with mode 2 width 64.
  217. o Tetris Attack uses screen screen height of 64 on offset-per-tile mode 2.
  218. o Batman forever might show that if OBJs are on both the main and sub-screens
  219.   and colour addition is enabled, then only OBjs with palette numbers
  220.   4 or greater take part in colour addition and are not displayed on the
  221.   sub-screen.
  222. o FIXED: CPUShutdown causes problems for ROMs that wait for h-blank using $4212
  223.   during the v-blank period - Reschedule doesn't enable HBLANK_START_EVENT
  224.   during the v-blank period so the cycle skipping code doesn't wake up the
  225.   CPU until h-blank end.
  226. o FIXED: Putty Squad seems to use wrong palette for each tile when mosaic effect
  227.   is being used - could be only the ROM so far with 16x16 pixels tiles and
  228.   mosaic effect.
  229. o FIXED: Mortal Kombat 1 restarts level when once the 'fight' message has disappeared.
  230.   - 0.31 has problems.
  231.   - 13-03-98 problems.
  232.   - 1-4-98 problems.
  233.   Problem with asm code only and intermittent.
  234. o Clay fighter has problems with colour window when the game starts and the
  235.   game locks up anyway.
  236. o FIXED: VAMPIRES KISS has corrupt, flashing OBJs and some v-ram problems,
  237.   no problems in 0.41. Problem not dma, ppu, or cpuexec.
  238.   - Problem was H-DMA was being started inside v-blank period.
  239. o FIXED: VAMPIRES KISS has tile glitches on bg#2 during game - not present in
  240.   0.41. H-DMA?
  241. o FIXED: Contra 3 has clip window problems resulting in black screen, only
  242.   OBJs can be seen when game first starts.
  243. o FIXED: YUUYUU TOKUBETUHEN (yuyut.smc) has missing OBJs when screen is split -
  244.   it enables both clip windows on OBJ and sets the combination mode to
  245.   AND but both clip windows only overlap a few pixels so the OBJs are not
  246.   displayed. - bug in window code, needed to flip the logic window
  247.   combination mode because the window area add already been flipped.
  248. o Multiple colour add/sub and clip window bugs with Killer Instinct.
  249. o T2: Arcade Game displays multi-coloured blocks of tiles when a mode 3
  250.   screen is being displayed. Screen shown when game-over.
  251. o Bomberman 5 flickers on title screen when H-DMA is enabled.
  252. o FIXED: XOR window clip code is producing bands that overlap.
  253. o TOKIMEKI MEMORIAL (tokmemor.smc) uses hi-res., mosasic effect and fixed
  254.   colour addition.
  255. o FIXED: TOKIMEKI MEMORIAL (tokmemor.smc) displays corrupted sprites - every other
  256.   group of four pixels is missing.
  257. o RPM racing (hi-res. interlace) displays blank screen with 8-bit renderer.
  258. o FIXED: Lufia I locks is shutdown is enabled. Asm only.
  259. o FIXED: The SPC700 in Universal Solider locks if shutdown is enabled. Asm only.
  260. o FIXED: Disabling the Multi Player 5 switches controller 1 to a mouse !
  261. o FIXED: Top Gear 3000 - DSP1? game, though ROM header doesn't mention it.
  262.   Bug in ROM header detection code.
  263. o Lost Vikings II locks after title screen - works in 0.24.
  264. o Lost Vikings locks or resets on all versions.
  265. o Uniracers enables sub-screen addition on bg # 2 but with nothing on the
  266.   the sub-screen. Should it be either the fixed colour or back-drop
  267.   colour get added instead?
  268. o Wile E's Revenge has missing music, and very quite sound. Also displays 
  269.   rotated mode 7 character picture during titles.
  270. o Pilot Wings tries to set up a V-IRQ to happen on the line its already on,
  271.   uses IRQ to switch to mode 7. -h 120 fixes problem. Cycle timing must be
  272.   off.
  273. o Top Gear 3000 sits in a loop waiting for the H-DMA line count register
  274.   to reach a particular value - it never does because its not emulated yet!
  275. o Theme Park starts a rather crummy tune then crashes. Hacker intro?
  276. o Killer Instinct has a one-pixel wide bright line part way down screen
  277.   on orcid practice level - colour window invert bug?
  278. o Killer Instinct bg #1 is hidding some transparency effects and the
  279.   fighter's sprite shadows on some levels.
  280. o Batman - revenge of the joker locks at start - waiting for SPC700 which
  281.   has hit a stop instruction.
  282. o Eye of the Beholder has strange mouse pointer movement problems when SNES
  283.   mouse emulation is enabled.
  284. o FIXED: Daffy duck has lots of scrolling glitches on background parallax effects -
  285.   timing problems? Missing NMI - ROM kept turning NMI enable flag on and off.
  286. o Aero the AcroBat 2 might wait until a bit in $420B (h-dma enable) clears -
  287.   does reading that register indicate H-DMA channels in progress?
  288. o Ardy Lightfoot and Oblix both flash the sprite of the main character
  289.   on and off every other frame, should they do this or is it a bug?
  290. o FIXED: Firemen locks at start waiting for SPC700. Human game, needs -ratio 3.
  291. o Jim Power has a one pixel wide bright line down one side of screen on the
  292.   level map screen.
  293. o Lots of missing sound effects in Home Alone 2.
  294. o Missing sound effects in Earth Worm Jim 2.
  295. o Captain America has single pixel high line corruption through some of its
  296.   tiles.
  297. o NHL STANLEY CUP locks at start waiting for the SPC700 - works with sound
  298.   disabled.
  299. o Sailor Moon has colour window problems during intro of game.
  300. o Sailor Moon R screen flashes black during game. -h 102 fixes.
  301. o Tile corruption on Super Pang on 3rd level+ - only on DOS port.
  302. o Mighty Max uses colour window on main screen to clip background colour
  303.   palette changes - except its not working on Snes9x.
  304. o Battle Toads: Battlemanics crashes during intro - ROM's NMI handler does not
  305.   switch index registers to 16-bit before pushing them onto the stack, but
  306.   always switches them to 16-bit mode when restoring them.
  307. o FIXED: Contra 3 has missing fire effects when bomber plane drops bombs - use
  308.   freeze-game to see. - Colour window is fully clipping the sub-screen and
  309.   the fire effects are only on the sub-screen.
  310.   - colour window invert bug.
  311. o FIXED: Illusion of Gaia uses sub-screen subtraction with half flag during game
  312.   select. Also, uses colour window to cut a hole in the main-screen,
  313.   should the sub-screen be visible at this point? Only two backgrounds are
  314.   being displayed, one on the main-screen and one on the sub-screen and
  315.   the sub-screen is not being added to the background only the background on
  316.   the main-screen.
  317. o Gun force uses background #2 to display horizontal bullets fired from
  318.   player, but they are displayed offset from the main firing them.
  319. o FIXED: Empire Strikes Back needs -ratio 5 to work.
  320. o Empire Strikes Back: The Hoth battle stage uses mode 7, priority per pixel
  321.   and part of the graphics are missing.
  322. o FIXED: llusion of Gaia menu on the first screen should be on a dark background.
  323.   ZSNES gets it correct.
  324. o DOS port can't load some ROMs from CD. NLKE has same problem. Allegro?
  325.   ZSNES loads most of them fine.
  326. o -frametime option is broken.
  327. o Jap version of Tetris Attack might have a scrolling bug on the title screen.
  328. o FIXED: Commodore 64 emulator doesn't work with asm CPU core - works fine with
  329.   C code.
  330. o FIXED: Chrono Trigger: crash bug in clipping code - use snapshot F6 and press 's'.
  331.   Corrupts stack causing crash.
  332. o FIXED: Toy Story only updates screen every-other frame and woody flashes 
  333.   continuously. (Woody flashing is due to hacked ROM)
  334.   Toy Story requires NMI to happen immediately after a WAI instruction.
  335. o Toy Story has garbled sound output just before game starts. DOS port only.
  336. o FIXED: Tales of Phantasia executes across a 0x8000 boundary and either side of
  337.   the boundary are at different offsets into the ROM. Causes a crash.
  338. o RPM Racing doesn't display correctly when interpolation and 16-bit screen
  339.   mode. X11 port. Works when full-screen X.
  340. o Itchy & Scratchy has sprite corruption on the one of the title screens.
  341.   Problem appeared between v0.4 and v0.41.
  342. o Start screen on Chase HQ is corrupt. v0.24 has same problem.
  343. o FIXED: King of the Rally has missing music on the car-feature selection screen.
  344.   Works in v1.00. Requires DP+X addresses to wrap in zero page.
  345. o FIXED: (again) Lufia I locks is shutdown is enabled waiting for SPC700.
  346.   made the SPC700 wake up if the 65c816 reads from the one of the 4 comm ports.
  347.   The SPC700 used to only wake up when the 65c816 wrote to the ports.
  348. o WWF-Arcade crashes - calls a subroutine at address $EE758D which only 
  349.   contains zeros at that address. Memory map bug?
  350. o WWF-Super Wrestlemania and WWF-Raw both seem to display junk background
  351.   layers - the ROM enables the layers but does not set up any background data.
  352. o WWF-Super Wrestlemania crashes just before the game starts. Memory map bug?
  353. o FIXED: Ninja Warriors has missing graphics on the title screen - V-IRQ problem?
  354.   Problem appears after v1.16. Didn't like H-IRQ triggering on the same line
  355.   if the H-IRQ position register was updated.
  356. o Yoshi's Island might show there's an 'off-by-one' bug in the clip window code
  357.   when it pops up a message box.
  358. o Tazmania has ticking on the sound during the initial title music.
  359. o SuperScope 6 has a repeating gun-fire sound on the initial aim screen.
  360.   Channel volume is set to gain mode.
  361. o Stargate sometimes has a slight click sound at the end of each rapid soft
  362.   beep when the start button is pressed on the title page. Channel 6 is the
  363.   problem, has attack rate of 10ms, decay 1200ms, infinate sustain and a
  364.   sustain level of 5.
  365. o Kirby Superstar - SA-1 game? YEP!
  366. o The Lion King: under sound test, continue long song contains some odd 
  367.   sounding notes. Is a particular type of sample not being decoded correctly?
  368. o Clicks on the title music of Madden 98.
  369. o Bugs Bunny has sound repeat problems when Bugs kicks a dog. - not a problem,
  370.   just needs -envx.
  371. o Bugs Bunny has junk snow characters on bg #1.
  372. o Airwolf hacker intro is very corrupt - corrupt ROM?
  373. o FIXED:Pac-in-time title music sounds a lot worse with new envelope sound code in
  374.   1.17. The game requires samples to be keyed on without being keyed off first.
  375. o DOREMI Fantasy milon uses decay exponential volume envelope on the notes at
  376.   the end of the title music - they seem to take too long to decay.
  377. o Winter Gold causes ZSNES Super FX code to overwrite the static data after its
  378.   allocation - was causing the X library to crash since that was the .o after
  379.   linked after zsnes.o.
  380. o FIXED: Micromachines 2 has continuing engine noise problem when race is over -
  381.   sound channel 7 is in sustain mode with time period set to infinite.
  382.   - must have updated ADSR parameters as the it was in progress.
  383. o DONE: Check Micromachines on real SNES - does the Ocean logo shear at the start?
  384.   If it doesn't it could be a bug in the mode 7 code - the same problem that
  385.   affects battle racers. - Does the same thing on a real SNES.
  386. o FIXED: LAMBORGHINI AMERICAN has lots of missing music notes -
  387.   uses bent-line inc with attack rate of infinite?
  388.   - S9xSetEnvRate thought that the channel was silent and hence the number of
  389.     volume steps was 0 so erate was always being set to 0.
  390. o Slight clicking on the sound of Wild Snake - not sound sync or interpolation
  391.   bug.
  392. o FIXED: Zoop locks up at the end of each level playing random sound data on one
  393.   channel and the main SNES CPU seems to be waiting for the sound channel to
  394.   finish. - ENVX should return zero when channel is in gain mode.
  395. o Battle Racers might have missing music during the race.
  396. o Tactics Ogre has missing music and ROM locks up if you visit the sound menu.
  397. o FIXED: Dragon Quest 5: the monsters disappear during fight sequences when the
  398.   fireball is used (freeze file 004).
  399.   - H-DMA needs to continue for one extra line, e.g. for screen height of
  400.     239 H-DMA needs to run from line 0 to line 239, inclusive.
  401. o Stargate sound click problem during some music - makes large changes to 
  402.   channel volume levels while the sound is still playing, but other problems
  403.   seem to be causing the click.
  404. o Super Air Diver 2, Pilotwings and SD Racing DSP all suffer from the same
  405.   shear DSP1 emulation bug. Bug in op 0x02/0x1a/0x0a to do with viewing angle
  406.   and rotation.
  407. o Super Air Diver 1 locks at start waiting for sound CPU.
  408. o Ballz generates unknown DSP1 command 2f and 0f then locks up on title
  409.   screen.
  410. o Highway Battle 2 generates unknown DSP1 command 2f and lots of different
  411.   unknown DSP1 commands during play. The mode 7 screen is all messed up.
  412. o Dungenon Master generates lots of unknown DSP1 commands errors.
  413. o F1 Roc 2 isn't a DSP1 - uses some form of custom chip.
  414. o F1 Roc 2 has graphic window clip problems with the clip code.
  415. o Vertical mouse movement on Eye of the Beholder is very erratic.
  416. o BT IN BATTLEMANIACS has slight sound click problems during the opening music.
  417. o Bomberman 5 - sound test, music 22 doesn't sound correct. Sounds different on
  418.   three different versions 1.00, 1.16 and 1.18.
  419. o FIXED: Sprite priority bug on title screen of ILLUSION OF GAIA.
  420. o James Pond 2 - random horizontal sprite movement between two places, seems
  421.   OK in 1.11 (only slight bug with battery level) but broken in 1.16.
  422. o Jigsaw Party objects to multi-player 5 emulation, game won't start with it
  423.   enabled.
  424. o FIXED: The ROM load code thinks Eek The Cat is in interleave format, it isn't.
  425. o FIXED: Primal Rage v1.20 - major graphics problem problems, not in v1.19.
  426. o FIXED: Mario Kart - single player mode, pressing select to use rear view mirror
  427.   results in corrupt graphics. - inverse of an empty colour window should be
  428.   whole screen.
  429. o FIXED:Missing logo from FF5 start up screen. - mode 7 was always using 
  430.   main-screen z-buffer.
  431. o Something is zeroing the ZSNES SfxnRamBanks variable in Yoshi's Island,
  432.   allowing the code to set junk values in the ROMBR register which in turn
  433.   can cause an illegal memory access when the Super FX tries to access its RAM.
  434. o Background scrolling glitches on Stargate.
  435.   - skipping NMIs.
  436. o Metal Combat -  in the title screen speech the '93 of the 1993 words get cut 
  437.   off earily
  438. o POWER RANGERS FIGHT during the game the score area breaks up and scrolls when
  439.   it shouldn't and there is corruption in the character graphics.
  440.