mirror of
https://github.com/holub/mame
synced 2025-05-31 18:11:50 +03:00
clear the extra ram some of the bootlegs have, might actually fix kof10th this time (nw)
This commit is contained in:
parent
64df51f7a7
commit
afa1206349
@ -15,6 +15,8 @@ ngbootleg_prot_device::ngbootleg_prot_device(const machine_config &mconfig, cons
|
||||
|
||||
void ngbootleg_prot_device::device_start()
|
||||
{
|
||||
memset(m_cartridge_ram, 0x00, 0x2000);
|
||||
|
||||
save_item(NAME(m_cartridge_ram));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user