all repos — mgba @ 10ab177c26af4d712a0843b20c20cd1ca27ef314

mGBA Game Boy Advance Emulator

GBA: Fix saving in Super Monkey Ball Jr.
Jeffrey Pfau jeffrey@endrift.com
Mon, 16 Nov 2015 20:07:22 -0800
commit

10ab177c26af4d712a0843b20c20cd1ca27ef314

parent

66dfc251fcd0f6acf0cf099b4d6005c9fbf72936

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

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

@@ -136,6 +136,10 @@ { "AX4J", SAVEDATA_FLASH1M, HW_NONE, 0x800072A },

{ "AX4E", SAVEDATA_FLASH1M, HW_NONE, 0x800072A }, { "AX4P", SAVEDATA_FLASH1M, HW_NONE, 0x800072A }, + // Super Monkey Ball Jr. + { "ALUE", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE }, + { "ALUP", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE }, + // Top Gun - Combat Zones { "A2YE", SAVEDATA_FORCE_NONE, HW_NONE, IDLE_LOOP_NONE },