all repos — mgba @ f3e8c93d0f71cf5087e11abb8323ad18d714fca1

mGBA Game Boy Advance Emulator

GBA: Add missing RTC overrides for Legendz games
Vicki Pfau vi@endrift.com
Sat, 09 May 2020 17:44:55 -0700
commit

f3e8c93d0f71cf5087e11abb8323ad18d714fca1

parent

1e1692e285e34c27c7671a128b06f7cb392e7d9b

2 files changed, 8 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -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
M src/gba/overrides.csrc/gba/overrides.c

@@ -66,6 +66,13 @@

// 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 },