bbbradsmith/nsfplay

NSFPlay plays Super Pang II failed

Yave-Yu opened this issue · 3 comments

No sound output...

Linking to an NSF so I can look at this later: https://mail.ninjaproxy.com/music/nintendo-nes-nsf/super-pang-2

This NSF rip makes strange out of bounds writes in its INIT routines, specifically to $4100 where NSFPlay had placed its own internal playback stub code, breaking NSFPlay.

The NSF should not write to this area, but I will try to add a write protect to it to prevent this problem.

Fixed with: b11dc81