sanni / cartreader

A shield for the Arduino Mega that can back up video game cartridges.
GNU General Public License v3.0
2.23k stars 226 forks source link

GBA: Fixes ROM name length and reading 32 MB carts that use EEPROM saves #814

Closed lesserkuma closed 1 year ago

lesserkuma commented 1 year ago

Building the Game Boy Advance ROM name was fixed; it was short by one character.

Game Boy Advance cartridges with 32 MB of ROM and an EEPROM save type use the final 256 bytes in ROM space for EEPROM access (see GBATEK: GBA Cart Backup EEPROM). This fix will restore the original padding data.