mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
oh, start_delay defaults to 0, that's unwanted here
This commit is contained in:
parent
ea92b89a38
commit
e2f3d705d8
@ -79,6 +79,7 @@ static MACHINE_CONFIG_START( tb303, tb303_state )
|
||||
MCFG_CPU_ADD("maincpu", NEC_D650, TB303_T2_CLOCK_HZ)
|
||||
|
||||
MCFG_TIMER_DRIVER_ADD_PERIODIC("t3_clock", tb303_state, t3_clock, TB303_T3_CLOCK)
|
||||
MCFG_TIMER_START_DELAY(TB303_T3_CLOCK)
|
||||
MCFG_TIMER_DRIVER_ADD("t3_off", tb303_state, t3_off)
|
||||
|
||||
MCFG_DEFAULT_LAYOUT(layout_tb303)
|
||||
|
Loading…
Reference in New Issue
Block a user