You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Little Something I've noticed- Super Mario Advance seems to be creating an 8 kilobyte save file when the actual save is an EEPROM8K, meaning only 512 bytes (or 8Kbit) of data. Unsure if this affects other games with that save type, but figured I'd let you know.
VBA-M gets this right by outputting a 512 byte file, as expected.
The text was updated successfully, but these errors were encountered:
This affects all of the smaller-type EEPROM games. I've never bothered to make it work properly since it's such a minor issue. It should be an easy fix now that I've thought about how to do it though.
cheatfreak47
changed the title
Super Mario Advance Save Bug
EEPROM8K file output size incorrect
Sep 17, 2017
mGBA 6.0 Stable
Little Something I've noticed- Super Mario Advance seems to be creating an 8 kilobyte save file when the actual save is an EEPROM8K, meaning only 512 bytes (or 8Kbit) of data. Unsure if this affects other games with that save type, but figured I'd let you know.
VBA-M gets this right by outputting a 512 byte file, as expected.
The text was updated successfully, but these errors were encountered: