mirror of
https://github.com/holub/mame
synced 2025-06-04 11:56:28 +03:00
gba: fixed games with RTC which were not loading from fullpath.
thanks BPzeBanshee for spotting the issue. nw.
This commit is contained in:
parent
2978c6f362
commit
5b22660639
@ -352,9 +352,9 @@ int gba_cart_slot_device::get_cart_type(UINT8 *ROM, UINT32 len)
|
||||
}
|
||||
}
|
||||
|
||||
if (type & GBA_CHIP_RTC)
|
||||
if (chip & GBA_CHIP_RTC)
|
||||
{
|
||||
osd_printf_verbose("game has RTC - not emulated at the moment\n");
|
||||
osd_printf_info("game has RTC - not emulated at the moment\n");
|
||||
chip &= ~GBA_CHIP_RTC;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user