Previous 199869 Revisions Next

r35134 Thursday 19th February, 2015 at 15:59:06 UTC by hap
oh, start_delay defaults to 0, that's unwanted here
[src/mess/drivers]tb303.c

trunk/src/mess/drivers/tb303.c
r243645r243646
7979   MCFG_CPU_ADD("maincpu", NEC_D650, TB303_T2_CLOCK_HZ)
8080
8181   MCFG_TIMER_DRIVER_ADD_PERIODIC("t3_clock", tb303_state, t3_clock, TB303_T3_CLOCK)
82   MCFG_TIMER_START_DELAY(TB303_T3_CLOCK)
8283   MCFG_TIMER_DRIVER_ADD("t3_off", tb303_state, t3_off)
8384
8485   MCFG_DEFAULT_LAYOUT(layout_tb303)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team