all repos — mgba @ 264f238ec31b3c29e3bcd84fe561d1d32d5f57e2

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

264f238ec31b3c29e3bcd84fe561d1d32d5f57e2

parent

b920758dc10371c79cede9374a14b1d2386f8d5d

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 } };