Save Ram Conversion Utility #593
Replies: 4 comments 5 replies
-
Hey @Cephiros! |
Beta Was this translation helpful? Give feedback.
-
You are correct something strange is going on, When I get home I will have to look into the code and see if there is a typo or change in the final compile that wasnt there in testing, if you look at the headers in the original its |
Beta Was this translation helpful? Give feedback.
-
Hi @Cephiros , I'm just a random onlooker, but given that this is github, have you considered creating a github repo for this tool and adding C# source? Not meaning to tell you what to do but I suspect it may be of more use to the community that way, vs. distributing it as a compiled binary on a discussion thread. Looks like a cool tool. Cheers. |
Beta Was this translation helpful? Give feedback.
-
Can this convert snes srm files from retroarch back onto original carts via the oscr? I am having issues with exporting srm files made on retroarch back onto snes carts, i get verification errors. |
Beta Was this translation helpful? Give feedback.
-
Here is a quick program i wrote to convert saves between the following types, specifically.
MD/Genesis: OSCR sram dump to kega fusion and back.
N64: OSCR sram, and flash dump to Project64 and back.
Gameboy/Color: OSCR MBC2 sram dump to mGBA and back.
Will likely work with other emulators, But I've only tested with what I use to test dumps.
Open Source Cartridge Reader Conversions.zip
Updated: Fixed bug preventing correct project64 conversion.
Beta Was this translation helpful? Give feedback.
All reactions