Dumping NES Games
Pages 48
Cart Reader V5
Overview
Recommended Tools
What to order
How to build
More Information
Preparing the SD card
How to flash the Arduino
How to order a PCB
Flashing the snesCIC
Designing your own Adapters
Older Revisions
About
Cart Reader V4
Cart Reader V3
Cart Reader V2
Cart Reader V1
Nintendo 64
Read N64 cartridge
Reading a Controller Pak
Reflashing a N64 Repro
Reflashing a Gameshark
Super Nintendo
Reading SNES carts
Reflashing NP carts
Reflashing SNES Repros
Reflashing BSX 8M carts
NES and Famicom
Game Boy
Reading a Game Boy rom
Reflashing NP GB Memory carts
Writing custom flashcarts
Game Boy Advance
Reading a GBA save game
Reflashing GBA repros
SEGA
Reading Mega Drive Genesis games
Reading Master System games
Clone this wiki locally
Video of dumping a NES cartridge
Setup
The currently supported cartridge types(including info on supported savegame data) can be found here.
Switch settings for HW3:
The mapper and size gets selected automatically but that currently doesn't work for all games.
To manually select the mapper and size information of the cartridge you can use these databases.
It's important that you input all the info correctly and don't leave anything out.
- http://nes.dnsabr.com/
- http://bootgod.dyndns.org:7777
- https://nescartdb.com/
- http://tuxnes.sourceforge.net/nesmapper.txt

The Cart Reader will output both a *.bin and *.nes file. The *.bin file contains just the maskrom data of the cartridge while the *.nes file has an addition iNES emulation header added. This header is not found in the cartridge. The Cart Reader has a database with all the emulation headers and tries to add the header to the bin file after dumping but it might not recognize all the games.
To manually add the emulation header you can go to http://nes.dnsabr.com and search for your game. Once found copy the 32 letters/numbers from the Header (hex) column and paste them in front of the data in the nes bin file using a hex editor. It is important that you don't overwrite any of the existing bytes but add it in front.



