slinga-homebrew / Save-Game-Copier

Copy Sega Saturn save game files
GNU General Public License v3.0
49 stars 8 forks source link

Add a backup/write option for cart firmware. #42

Closed mathieulh closed 3 years ago

mathieulh commented 3 years ago

It would be nice to have a way to dump the cartridge firmware/rom and/or write it to an external device (such as MODE for example); some rare cartridges have yet to be dumped.

slinga-homebrew commented 3 years ago

The "Dump Memory" option already supports this use case. From my notes the cartridge is at: Cartridge backup memory (address: 0x02000000, size: 0x01FFFFFF).

Let me know if that is what you are looking for.