Upload ROM and newest savegame at the same time #182
Dakkaron
started this conversation in
Ideas & Suggestions
Replies: 2 comments 4 replies
-
Hi, I have seen your Pull request, did you test it with an MBC5 cart like this? https://www.jrodrigo.net/wiki/how-to-diy-a-gameboy-flash-cartridge-with-a-rom-adapter-board/ |
Beta Was this translation helpful? Give feedback.
2 replies
-
Same problem, it freezes at "Writing flash MBC3/MBC5" with no blinking of the LED. The flashing fails at different offsets for different roms but always at the same offset for the same rom, and always within the first 512 bytes: When I remove those two lines the flashing works: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the cartreader and a chinese repo cartrige to swap through multiple ROMs that I like to play. To keep the savegames I always have to flash the ROM and then write the savegame.
I think it would be nice to have the option to automatically fetch the latest savegame and write it to the cartridge.
The flow that I imagine is as follows:
When I select a ROM with a path that starts with
/GB/ROM/
, e.g./GB/ROM/MY_GAME/5/MYGAME.GB
it checks if a folder with the name/GB/SAVE/MY_GAME/
exists. If it does, it finds the sub-folder with the highest number and uploads the savegame inside.This would only work when flashing ROMs under
/GB/ROM/
. But it would make it much quicker to swap between games and their savegames.Beta Was this translation helpful? Give feedback.
All reactions