ITotalJustice / notorious_beeg

gba emulator written in c++23
https://notorious-beeg.netlify.app/
GNU General Public License v3.0
41 stars 4 forks source link

[Gauntlet] wrong eeprom size detected #64

Closed ITotalJustice closed 2 years ago

ITotalJustice commented 2 years ago

the game does a dma transfer of len > 9, which indicates its 8kib eeprom, however it is in fact a small eeprom.

image

forcing it to small works