Changed default value of ram to zero. Some of the system 12 games compare ram that hasn't been written to with the result from what we think is the keycus. (nw)

This commit is contained in:
smf- 2013-04-28 17:25:10 +00:00
parent 430ba0ef0d
commit 15fae1bd49

View File

@ -3280,6 +3280,7 @@ static MACHINE_CONFIG_FRAGMENT( psx )
MCFG_PSX_SIO_IRQ_HANDLER(DEVWRITELINE("irq", psxirq_device, intin8))
MCFG_RAM_ADD("ram")
MCFG_RAM_DEFAULT_VALUE(0x00)
MACHINE_CONFIG_END
//-------------------------------------------------