Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EEPROM8K file output size incorrect #877

Closed
cheatfreak47 opened this issue Sep 17, 2017 · 1 comment
Closed

EEPROM8K file output size incorrect #877

cheatfreak47 opened this issue Sep 17, 2017 · 1 comment

Comments

@cheatfreak47
Copy link

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.

@endrift
Copy link
Member

endrift commented Sep 17, 2017

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 cheatfreak47 changed the title Super Mario Advance Save Bug EEPROM8K file output size incorrect Sep 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants