
Almost finished my Game Boy ROM/Save Dumper for the N64 Transfer Pak
I've been working on a small N64 homebrew project called GB Transfer Dumper, and it's almost ready.
It lets you use an original Nintendo 64 Transfer Pak to read Game Boy and Game Boy Color cartridges and dump them directly to a SummerCart64 microSD card.
Right now it can:
- Dump GB/GBC ROMs as
.gb/.gbc - Backup cartridge saves as
.sav - Restore
.savfiles back to the cartridge - Display cartridge info such as mapper, ROM/RAM size, battery, RTC and rumble support
- Show transfer progress, speed and estimated time
Everything runs directly on the N64 using libdragon + libtrpak. ROMs are streamed to the SD card, so it doesn't need to keep the entire cartridge ROM in RDRAM or require an Expansion Pak for larger dumps.
Still doing some testing and cleanup, but it's getting pretty close.
GitHub:
https://github.com/alexishida/gb-transfer-dumper
Would love to hear what you guys think, especially if anyone here has a Transfer Pak + SummerCart64 and wants to test it.