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

gaunlet wrong save type in table #3

Open
ITotalJustice opened this issue Oct 3, 2022 · 2 comments
Open

gaunlet wrong save type in table #3

ITotalJustice opened this issue Oct 3, 2022 · 2 comments

Comments

@ITotalJustice
Copy link

{"AYGE",0x22},//0771 - Gauntlet - Dark Legacy(US).zip

its listed as eeprom 8k, but the game uses eeprom 512. this can be detected via the first dma done to eeprom which is 73 length which is the exact number of transfers to setup and complete a eeprom write.

this table is also wrong in https://github.com/ez-flash/omega-kernel/blob/master/source/saveMODE.h

would you like me to open a separate issue on that repro as well?

@ITotalJustice
Copy link
Author

i also noticed that all classic nes games have the wrong save type in the table, treating them as sram. all the games are eeprom (of various size). most are eeprom 512 but some games like zelda 1 and zelda 2 are eeprom 8k.

@ITotalJustice
Copy link
Author

//0155 - Doom(UE).zip should be eeprom512 not 8k

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

1 participant