mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
MT bug 04672
This commit is contained in:
parent
b891216773
commit
c7fc84b79d
@ -408,7 +408,7 @@ static MACHINE_CONFIG_START( nvram, seicross_state )
|
||||
MCFG_CPU_IO_MAP(main_portmap)
|
||||
MCFG_CPU_VBLANK_INT("screen", vblank_irq)
|
||||
|
||||
MCFG_CPU_ADD("mcu", NSC8105, 6000000) /* ??? */
|
||||
MCFG_CPU_ADD("mcu", NSC8105, 3072000) /* ??? */
|
||||
MCFG_CPU_PROGRAM_MAP(mcu_nvram_map)
|
||||
|
||||
MCFG_QUANTUM_TIME(attotime::from_hz(1200)) /* 20 CPU slices per frame - an high value to ensure proper */
|
||||
|
Loading…
Reference in New Issue
Block a user