Page 1 of 1
extracting games from mulicarts
Posted: Sat Oct 06, 2007 7:47 am
by coinheaven
how do people extract an individual game from a multicart rom?
Posted: Sat Oct 06, 2007 12:23 pm
by Dwedit
With a hex editor
Of course, this where the corrupt SMB1 dump came from.
Posted: Sat Oct 06, 2007 12:30 pm
by coinheaven
how long does that take? is it hard?
Posted: Sat Oct 06, 2007 12:45 pm
by kyuusaku
It's not hard if you know the bankswitching of the muticart, can use a hex editor and in some cases hack initialization code.
Posted: Sat Oct 06, 2007 8:11 pm
by NotTheCommonDose
I knew that. 8) "Tropical fishing is what i call it"!
Posted: Tue Oct 09, 2007 2:48 am
by sdm
Use HEX editor, for example:
You want rip STAR FORCE game:
- download Star Force rom file from any rom site
- open HEX editor and see first bytes of Star Force PRG rom data and CHR data
- open Dumped multicart
- use SEARCH option in HEX editor and search Star Force PRG and CHR data first bytes
- Mark/Cut/Paste Data into new file (Join PRG+CHR)
- add header
any other games in multicart - similar method

Posted: Tue Oct 09, 2007 4:23 am
by tepples
Or if you have only the multicart, and it runs in an emulator, you can replace the first two steps:
- start game in emulator
- open PRG/CHR memory viewer and see first bytes of Star Force PRG rom data and CHR data
Or:
- set the emulator to log mapper writes
- start game in emulator
- from the log, determine which banks are being used
Posted: Wed Oct 10, 2007 1:39 pm
by coinheaven
how do you add a header?
Posted: Wed Oct 10, 2007 3:10 pm
by Dwedit
With a hex editor
Posted: Wed Oct 10, 2007 8:08 pm
by doppelganger
This thread reminds me of that one time I extracted the SMB rom from the 3-in-1 Nintendo made (SMB/Duck Hunt/World Class Track Meet).
Posted: Thu Oct 11, 2007 8:38 am
by tepples
And the time I went
the other way.