clear the extra ram some of the bootlegs have, might actually fix kof10th this time (nw)

This commit is contained in:
David Haywood 2014-07-01 12:32:45 +00:00
parent 64df51f7a7
commit afa1206349

View File

@ -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));
}