summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/timelimt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/timelimt.cpp')
-rw-r--r--src/mame/drivers/timelimt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/timelimt.cpp b/src/mame/drivers/timelimt.cpp
index 946a92b52c7..125ca2454ef 100644
--- a/src/mame/drivers/timelimt.cpp
+++ b/src/mame/drivers/timelimt.cpp
@@ -244,7 +244,7 @@ MACHINE_CONFIG_START(timelimt_state::timelimt)
mainlatch.q_out_cb<6>().set_nop(); // probably flip screen
mainlatch.q_out_cb<7>().set_nop(); // probably flip screen
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)