punesemu / puNES

Qt-based Nintendo Entertaiment System emulator and NSF/NSF2/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)
GNU General Public License v2.0
633 stars 42 forks source link

NSF returns Unknown OPcode F2@E002 #383

Closed gabricrn2 closed 7 months ago

gabricrn2 commented 7 months ago

I was testing some files and this one didn't play (it played ok in an older version):

Running_out_of_time_final.nsf by nu11

it returns me the "unknown op F2 at E002" error and doesn't play. I confirmed it can play in other players like NSFPlay. I also couldn't compile to test this in the last main branch.

nosound.zip

gabricrn2 commented 7 months ago

Tested in the WIP build. It doesnt work but the error is diferent: "Unknown op F2 at F2F2"

punesemu commented 7 months ago

Hi @gabricrn2, thx for the report. I managed to reproduce the problem and I'm trying to understand where it comes from.

punesemu commented 7 months ago

If you want, you can try the new WIP.

gabricrn2 commented 7 months ago

It's working correctly in the new WIP! Thanks!