mirror of https://github.com/mgba-emu/mgba.git
GBA: Add missing RTC overrides for Legendz games
This commit is contained in:
parent
1e1692e285
commit
f3e8c93d0f
1
CHANGES
1
CHANGES
|
@ -1,5 +1,6 @@
|
|||
0.8.2: (Future)
|
||||
Emulation fixes:
|
||||
- GBA: Add missing RTC overrides for Legendz games
|
||||
- GBA SIO: Fix Multiplayer busy bit
|
||||
- GBA SIO: Fix double-unloading active driver
|
||||
- GBA Timers: Fix deserializing count-up timers
|
||||
|
|
|
@ -66,6 +66,13 @@ static const struct GBACartridgeOverride _overrides[] = {
|
|||
// Koro Koro Puzzle - Happy Panechu!
|
||||
{ "KHPJ", SAVEDATA_EEPROM, HW_TILT, IDLE_LOOP_NONE, false },
|
||||
|
||||
// Legendz - Yomigaeru Shiren no Shima
|
||||
{ "BLJJ", SAVEDATA_FLASH512, HW_RTC, IDLE_LOOP_NONE, false },
|
||||
{ "BLJK", SAVEDATA_FLASH512, HW_RTC, IDLE_LOOP_NONE, false },
|
||||
|
||||
// Legendz - Sign of Nekuromu
|
||||
{ "BLVJ", SAVEDATA_FLASH512, HW_RTC, IDLE_LOOP_NONE, false },
|
||||
|
||||
// Mega Man Battle Network
|
||||
{ "AREE", SAVEDATA_SRAM, HW_NONE, 0x800032E, false },
|
||||
|
||||
|
|
Loading…
Reference in New Issue