mirror of https://github.com/mgba-emu/mgba.git
GBA: Add override for DigiCommunication Nyo
This commit is contained in:
parent
72ceb60697
commit
063c4d6057
|
@ -35,6 +35,9 @@ static const struct GBACartridgeOverride _overrides[] = {
|
|||
{ "AC8E", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
|
||||
{ "AC8P", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
|
||||
|
||||
// DigiCommunication Nyo - Datou! Black Gemagema Dan
|
||||
{ "BDKJ", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
|
||||
|
||||
// Dragon Ball Z - The Legacy of Goku
|
||||
{ "ALGP", SAVEDATA_EEPROM, HW_NONE, IDLE_LOOP_NONE, false },
|
||||
|
||||
|
|
Loading…
Reference in New Issue