Table of Contents

Super Nintendo Entertainment System / Super Famicom

(See this page for an overview of all known hardware.)

If you need help, please come chat with us on the VGPC Discord.

Introduction


Important Notes


Dumping SNES / SFC cartridges require the use of a specialized dumper hardware that supports the cartridges, not to mention these dumpers may not be able to dump every single kind of cartridges.

Cartridges that contain the SA-1 Chip may not able to work because of its anti-piracy measures, be sure to read about the methods that support it.

Some cartridges may also be not supported because of its memory mapping like Sufami Turbo and Satellaview compatible cartridges (like BS-X), or like game prototypes that don't contain proper info about the cartridge itself.

Methods

Method 1 - Sanni Cart Reader

The Sanni Cart Reader) is an open source Arduino based dumper that supports several systems, including SNES. It is portable, can be customized and does not need a computer to work.

Only a SD card is needed. Follow the instructions here on how to update the firmware of your Cart Reader.

If the Sanni Cart Reader is equipped with a snesCIC and Adafruit Clock Generator, it is possible to dump cartridges with embedded SA-1 chip.

Dumping Regular Cartridges

sanni_snes_setup_switch.jpg

Set the 3V/5V switch to the right, EEP to the left, CLK0 to the right, CLK1 to the right.

Method 2 - Super NT / CopySNES

The Super NT from Analogue doesn't come with dumping capabilities by default, they need to be enabled by installing the jailbreak.

With the jailbreak installed the dumping process is pretty straight forward:

CopySNES will query the cartridge and grab the header and attempt to detect what kind of cartridge it is.

You have two options at this point:

If you wish to edit the settings, use up and down to select one of the settings, then use left and right to adjust it. You can select between 32 kilobytes and 16 megabytes of ROM to dump, and between 0 (i.e. none) and 32 kilobytes of RAM.

Finally, you can select the type of mapper it is, i.e. LOROM, HIROM, EXHIROM, or EXLOROM. There is also a FLAT setting which will let you dump the entire SNES cartridge space if desired. FLAT starts at address 00:0000 and will dump the specified amount of memory.

This manual mode is useful when dumping things that do not have a valid or any header such as the Game Genie BIOS (it reports 0 kilobyte of ROM and is actually 64 kilobytes) or the Sufami Turbo (again, it reports 0 kilobyte of ROM even though it's really 1 megabyte).

When you are done adjusting the settings, and are ready to dump, hit Select.

Filename entry:

CopySNES will directly copy the ROM header name as filename, however for some Japanese titles there may be no valid ASCII characters in the header (or if there's no header at all) so any invalid characters for a filename are replaced with spaces. If there's no name at all, it will default to “GAME”.

If you want to change the filename use up/down to change the character's value and left/right to select a character. Press enter to accept the filename and begin the dumping process.

The game's actual size will be determined at this point (i.e. a 2-megabyte game reported in the header might only be 1.5 megabytes, so this will be detected now).

Finally, the ROM and RAM are dumped to the SD card.

Now that the dump is complete, you are returned to the tools menu. The system can be powered off and a new cartridge inserted to dump by repeating the process above.

The following things have been tested (as of March 7, 2021):

(note: for SuperFX (GSU), the RAM is always dumped as 64 kilobytes. This is because games such as Yoshi's Island have RAM, but the headers for all the games show 0 kilobyte of RAM. This 'larger' RAM will work with the major emulators, and can be trimmed down later if needed.)

The information above is retrieved from https://github.com/SmokeMonsterPacks/Super-NT-Jailbreak, please see their GitHub repo for always up-to-date information about the Super NT jailbreak and CopySNES functionality.

Method 3 - Retrode2

This is a super simple system that works really well, and is affordable and readily available. See our hardware page for shop links.

  1. Plug your game into the Retrode2.
  2. Make sure the voltage setting is at 5V.
  3. Connect the Retrode2 to your computer.
  4. The Retrode2 should now show up as a regular USB drive, and you can copy the ROM from there for further analysis.

Method 4 - RetroFreak

See instructions here for NES / Famicom dumping using the RetroFreak, the same setup applies to dumping Super Nintendo / Super Famicom games.

For Reference: Identifying Game Versions

SSS(S)-GG(GG)-V
S = System/Region (SHVC = Super Famicom/Japan/World, SNS = USA SNES, SPAL = Europe SNES)
G = Game code (e.g. MW = Super Mario World)
V = Version (starts at 0)

Gathering and Submitting Dump Info

See this page.

Based on this No-Intro wiki page