summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ultraman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ultraman.cpp')
-rw-r--r--src/mame/drivers/ultraman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ultraman.cpp b/src/mame/drivers/ultraman.cpp
index 4fcec36d959..5ceab9446df 100644
--- a/src/mame/drivers/ultraman.cpp
+++ b/src/mame/drivers/ultraman.cpp
@@ -189,7 +189,7 @@ MACHINE_CONFIG_START(ultraman_state::ultraman)
MCFG_QUANTUM_TIME(attotime::from_hz(600))
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)