GBA: Add missing RTC overrides for Legendz games

This commit is contained in:
Vicki Pfau 2020-05-09 17:44:55 -07:00
parent 1e1692e285
commit f3e8c93d0f
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
0.8.2: (Future) 0.8.2: (Future)
Emulation fixes: Emulation fixes:
- GBA: Add missing RTC overrides for Legendz games
- GBA SIO: Fix Multiplayer busy bit - GBA SIO: Fix Multiplayer busy bit
- GBA SIO: Fix double-unloading active driver - GBA SIO: Fix double-unloading active driver
- GBA Timers: Fix deserializing count-up timers - GBA Timers: Fix deserializing count-up timers

View File

@ -66,6 +66,13 @@ static const struct GBACartridgeOverride _overrides[] = {
// Koro Koro Puzzle - Happy Panechu! // Koro Koro Puzzle - Happy Panechu!
{ "KHPJ", SAVEDATA_EEPROM, HW_TILT, IDLE_LOOP_NONE, false }, { "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 // Mega Man Battle Network
{ "AREE", SAVEDATA_SRAM, HW_NONE, 0x800032E, false }, { "AREE", SAVEDATA_SRAM, HW_NONE, 0x800032E, false },