mirror of https://github.com/mgba-emu/mgba.git
GBA: Fix saving in Super Monkey Ball Jr.
This commit is contained in:
parent
34d0dff2d6
commit
a27209737b
src/gba/context
|
@ -140,6 +140,10 @@ static const struct GBACartridgeOverride _overrides[] = {
|
|||
{ "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 },
|
||||
|
||||
|
|
Loading…
Reference in New Issue