mirror of https://github.com/mgba-emu/mgba.git
GBA: Add idle loop for Metal Slug Advance (USA)
This commit is contained in:
parent
968069ff5e
commit
8df16b3436
|
@ -53,6 +53,9 @@ static const struct GBACartridgeOverride _overrides[] = {
|
|||
// Mega Man Battle Network
|
||||
{ "AREE", SAVEDATA_SRAM, GPIO_NONE, 0x800032E },
|
||||
|
||||
// Metal Slug Advance
|
||||
{ "BSME", SAVEDATA_EEPROM, GPIO_NONE, 0x8000290 },
|
||||
|
||||
// Pokemon Ruby
|
||||
{ "AXVJ", SAVEDATA_FLASH1M, GPIO_RTC, -1 },
|
||||
{ "AXVE", SAVEDATA_FLASH1M, GPIO_RTC, -1 },
|
||||
|
|
Loading…
Reference in New Issue