summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midtunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midtunit.cpp')
-rw-r--r--src/mame/drivers/midtunit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/midtunit.cpp b/src/mame/drivers/midtunit.cpp
index 0605d4a1861..0dd4230e667 100644
--- a/src/mame/drivers/midtunit.cpp
+++ b/src/mame/drivers/midtunit.cpp
@@ -606,7 +606,7 @@ MACHINE_CONFIG_START(midtunit_state::tunit_core)
MCFG_MACHINE_RESET_OVERRIDE(midtunit_state,midtunit)
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_PALETTE_ADD("palette", 32768)