summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gradius3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gradius3.cpp')
-rw-r--r--src/mame/drivers/gradius3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gradius3.cpp b/src/mame/drivers/gradius3.cpp
index a1f1a52c43e..1cea45f628e 100644
--- a/src/mame/drivers/gradius3.cpp
+++ b/src/mame/drivers/gradius3.cpp
@@ -296,7 +296,7 @@ MACHINE_CONFIG_START(gradius3_state::gradius3)
MCFG_QUANTUM_TIME(attotime::from_hz(6000))
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)