summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mhavoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mhavoc.cpp')
-rw-r--r--src/mame/drivers/mhavoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mhavoc.cpp b/src/mame/drivers/mhavoc.cpp
index 185735f2260..3d74e3f4f44 100644
--- a/src/mame/drivers/mhavoc.cpp
+++ b/src/mame/drivers/mhavoc.cpp
@@ -529,7 +529,7 @@ MACHINE_CONFIG_START(mhavoc_state::mhavoc)
MCFG_TIMER_DRIVER_ADD_PERIODIC("5k_timer", mhavoc_state, mhavoc_cpu_irq_clock, attotime::from_hz(MHAVOC_CLOCK_5K))
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_VECTOR_ADD("vector")