summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/timeplt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/timeplt.cpp')
-rw-r--r--src/mame/drivers/timeplt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/timeplt.cpp b/src/mame/drivers/timeplt.cpp
index 62e53dbcdd5..2859c91e521 100644
--- a/src/mame/drivers/timeplt.cpp
+++ b/src/mame/drivers/timeplt.cpp
@@ -441,7 +441,7 @@ MACHINE_CONFIG_START(timeplt_state::timeplt)
m_mainlatch->q_out_cb<6>().set(FUNC(timeplt_state::coin_counter_2_w));
m_mainlatch->q_out_cb<7>().set_nop(); // PAY OUT - not used
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)