summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/tr606.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tr606.cpp')
-rw-r--r--src/mame/drivers/tr606.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tr606.cpp b/src/mame/drivers/tr606.cpp
index 601a233cad3..0294a67e919 100644
--- a/src/mame/drivers/tr606.cpp
+++ b/src/mame/drivers/tr606.cpp
@@ -81,7 +81,7 @@ void tr606_state::machine_start()
MACHINE_CONFIG_START(tr606_state::tr606)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", NEC_D650, TP2_HZ)
+ MCFG_DEVICE_ADD("maincpu", NEC_D650, TP2_HZ)
MCFG_TIMER_DRIVER_ADD_PERIODIC("tp3_clock", tr606_state, tp3_clock, TP3_PERIOD)
MCFG_TIMER_START_DELAY(TP3_PERIOD - TP3_LOW)