jsgroth / jgenesis

Sega Genesis / Sega CD / SNES / Master System / Game Gear emulator
MIT License
56 stars 3 forks source link

fails dmg sound test #39

Open benderscruffy opened 5 months ago

benderscruffy commented 5 months ago

dmg_sound.zip

jsgroth commented 5 months ago

The currently failing tests are:

8 and 11 were easy to fix - they depend on the CPU being able to write to the length counters while the APU is powered off (on DMG only; CGB blocks the writes based on cgb_sound).

9, 10, and 12 seem like they will be much more difficult to fix as they depend on extremely precise CPU/APU timing.