| 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 |
| r243645 | r243646 | |
|---|---|---|
| 79 | 79 | MCFG_CPU_ADD("maincpu", NEC_D650, TB303_T2_CLOCK_HZ) |
| 80 | 80 | |
| 81 | 81 | MCFG_TIMER_DRIVER_ADD_PERIODIC("t3_clock", tb303_state, t3_clock, TB303_T3_CLOCK) |
| 82 | MCFG_TIMER_START_DELAY(TB303_T3_CLOCK) | |
| 82 | 83 | MCFG_TIMER_DRIVER_ADD("t3_off", tb303_state, t3_off) |
| 83 | 84 | |
| 84 | 85 | MCFG_DEFAULT_LAYOUT(layout_tb303) |
| https://github.com/mamedev/mame/commit/e2f3d705d8bb58771f448302345bc8c36e038da1 |
| Previous | 199869 Revisions | Next |