A few years ago, I implemented an NES game as a class project, written in 6502 assembly. I only ever ran it on an NES emulator, but I would like to see it run on the real hardware. Is there any development board to do this? I understand it is somewhat tricky, with mapper chips and such, but I am willing to limit to just a common mapper (say MMC3).

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

I would check out RetroZone, especially the page with Developer Tools for the NES and SNES. They have a device that you can install into an NES to flash carts (like this one) or a cart that will read ROMs off of a CF card.

link|improve this answer
This is great, thanks! – Adam Goode Nov 7 '09 at 4:39
I'm glad to help! – kersny Nov 7 '09 at 4:40
Very old question, but whoever stumbles over this in search of NES related information should head to nesdev.parodius.com which is the best resource for that. – gilligan Dec 21 '11 at 23:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.