fix 02656: elevator: Elevator Action freezes after coin insert with "8"

seems to need slightly better interleave.
This commit is contained in:
davidhay 2008-11-20 07:54:32 +00:00
parent 923e58812a
commit e9b33a8462

View File

@ -1883,6 +1883,8 @@ static MACHINE_DRIVER_START( mcu )
MDRV_CPU_ADD("mcu", M68705,3000000) /* xtal is 3MHz, divided by 4 internally */
MDRV_CPU_PROGRAM_MAP(taitosj_mcu_map,0)
MDRV_INTERLEAVE(100)
MACHINE_DRIVER_END