summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mw18w.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mw18w.cpp')
-rw-r--r--src/mame/drivers/mw18w.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mw18w.cpp b/src/mame/drivers/mw18w.cpp
index f56106b479e..b502c17ef1d 100644
--- a/src/mame/drivers/mw18w.cpp
+++ b/src/mame/drivers/mw18w.cpp
@@ -287,7 +287,7 @@ MACHINE_CONFIG_START(mw18w_state::mw18w)
MCFG_DEVICE_PROGRAM_MAP(mw18w_map)
MCFG_DEVICE_IO_MAP(mw18w_portmap)
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* no video! */