mirror of
https://github.com/holub/mame
synced 2025-05-29 17:13:05 +03:00
gameboy: MBC3 init rtc_enabled field in ctor
Fixes coverity #159877 Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>
This commit is contained in:
parent
0210c87222
commit
c86658480b
@ -64,6 +64,7 @@ gb_rom_mbc2_device::gb_rom_mbc2_device(const machine_config &mconfig, const char
|
||||
|
||||
gb_rom_mbc3_device::gb_rom_mbc3_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
|
||||
: gb_rom_mbc_device(mconfig, GB_ROM_MBC3, tag, owner, clock)
|
||||
, m_rtc_ready(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user