all repos — mgba @ dbc48fd401a9d96fea1568fcbae2f7a7fddc95dc

mGBA Game Boy Advance Emulator

GBA: Add override so aging cart EEPROM works
Vicki Pfau vi@endrift.com
Sat, 14 Oct 2017 10:02:48 -0700
commit

dbc48fd401a9d96fea1568fcbae2f7a7fddc95dc

parent

95f44799b27d62a68f9c039de29a2a657d69638e

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/gba/overrides.csrc/gba/overrides.c

@@ -180,6 +180,9 @@ { "KYGJ", SAVEDATA_EEPROM, HW_TILT, IDLE_LOOP_NONE, false },

{ "KYGE", SAVEDATA_EEPROM, HW_TILT, IDLE_LOOP_NONE, false }, { "KYGP", SAVEDATA_EEPROM, HW_TILT, IDLE_LOOP_NONE, false }, + // Aging cartridge + { "TCHK", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false }, + { { 0, 0, 0, 0 }, 0, 0, IDLE_LOOP_NONE, false } };