sarospa / arachNES

"Average NES emulator contains 3 spiders" factoid actually just statistical error...
GNU Affero General Public License v3.0
0 stars 1 forks source link

Donkey Kong: Triangle wave notes are off in title theme #15

Closed sarospa closed 7 years ago

sarospa commented 7 years ago

This one is easy to miss, but comparison with FCEUX with only the triangle channel on reveals that the notes don't really match. They actually sound pretty different. Probably more issues with APU settings and stuff.

sarospa commented 7 years ago

Recent improvements to accuracy (more accurate cycle counts, properly clearing NMI_occurred flag on PPUSTATUS reads, etc) seem to have fixed this one. Not sure what specifically was causing the issue, but sometimes you get one for free.