summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tp84.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tp84.cpp')
-rw-r--r--src/mame/drivers/tp84.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tp84.cpp b/src/mame/drivers/tp84.cpp
index 76f43e8f3e6..2735f5b9b29 100644
--- a/src/mame/drivers/tp84.cpp
+++ b/src/mame/drivers/tp84.cpp
@@ -351,7 +351,7 @@ MACHINE_CONFIG_START(tp84_state::tp84)
mainlatch.q_out_cb<4>().set(FUNC(tp84_state::flip_screen_x_w));
mainlatch.q_out_cb<5>().set(FUNC(tp84_state::flip_screen_y_w));
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)