Is there any SMP test ROM/SPC file?

Discussion of hardware and software development for Super NES and Super Famicom. See the SNESdev wiki for more information.

Moderator: Moderators

Forum rules
  • For making cartridges of your Super NES games, see Reproduction.
Post Reply
User avatar
Disch
Posts: 1848
Joined: Wed Nov 10, 2004 6:47 pm

Is there any SMP test ROM/SPC file?

Post by Disch »

I'm writing a dinky little SPC player for funsies and I have some bugs in my SMP code. Are there any test ROMs (preferably in SPC file format -- as that's easy to load) I can use to help track them down?

I searched for forums and found a thread from back in 2012 where kevtris talked about writing one, but I didn't see a link to it in the thread, and other searches have turned up empty.

Thanks.
Kingizor
Posts: 24
Joined: Sat Jun 18, 2011 10:50 am

Re: Is there any SMP test ROM/SPC file?

Post by Kingizor »

blargg posted a series of tests here. Initialise RAM, load them at $400 and exec from $430. Output is at $8000, quit once you get back to $FFC0.

I ran them through bsnes-plus with state poisoning and logged the output (7z, 6M) to make comparing a bit easier. I don't think they're all encompassing, but they seem to cover most of the basics.
User avatar
Disch
Posts: 1848
Joined: Wed Nov 10, 2004 6:47 pm

Re: Is there any SMP test ROM/SPC file?

Post by Disch »

Awesome. Thanks.
Near
Founder of higan project
Posts: 1553
Joined: Mon Mar 27, 2006 5:23 pm

Re: Is there any SMP test ROM/SPC file?

Post by Near »

I thought you already had a full SNES emulator named Schuper?
Post Reply