summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/labyrunr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/labyrunr.cpp')
-rw-r--r--src/mame/drivers/labyrunr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/labyrunr.cpp b/src/mame/drivers/labyrunr.cpp
index f9ce1c52720..350aba889fe 100644
--- a/src/mame/drivers/labyrunr.cpp
+++ b/src/mame/drivers/labyrunr.cpp
@@ -171,7 +171,7 @@ MACHINE_CONFIG_START(labyrunr_state::labyrunr)
MCFG_DEVICE_PROGRAM_MAP(labyrunr_map)
MCFG_DEVICE_PERIODIC_INT_DRIVER(labyrunr_state, labyrunr_timer_interrupt, 4*60)
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)