summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wc90.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wc90.cpp')
-rw-r--r--src/mame/drivers/wc90.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wc90.cpp b/src/mame/drivers/wc90.cpp
index d325744cc90..10f675cd997 100644
--- a/src/mame/drivers/wc90.cpp
+++ b/src/mame/drivers/wc90.cpp
@@ -359,7 +359,7 @@ MACHINE_CONFIG_START(wc90_state::wc90)
MCFG_DEVICE_PROGRAM_MAP(sound_map)
/* NMIs are triggered by the main CPU */
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)