mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
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:
parent
430ba0ef0d
commit
15fae1bd49
@ -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
|
||||
|
||||
//-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user