Page 1 of 1

NSF player for the 32X

Posted: Sun May 18, 2014 12:40 pm
by mic_
Image

I've put in a bit more work on the NSF player I started writing late last year, so it's now at a point where it's working quite well. All of the emulation takes place on the slave SH2, and is done almost entirely in C (there are a few small portions of inline assembly). Audio is generated at 24 kHz mono, and then DMA:d to the 32X's PWM audio circuit. The UI is heavily "inspired" by Shatterhand on the NES.

You can get the ROM here (I've only tested it on PAL hardware).
And you can watch a video capture here.

Posted: Sun May 18, 2014 3:33 pm
by haroldoop
Very nice.