summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aztarac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aztarac.cpp')
-rw-r--r--src/mame/drivers/aztarac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/aztarac.cpp b/src/mame/drivers/aztarac.cpp
index 3c6e288487a..c4bdc4cbae3 100644
--- a/src/mame/drivers/aztarac.cpp
+++ b/src/mame/drivers/aztarac.cpp
@@ -163,7 +163,7 @@ MACHINE_CONFIG_START(aztarac_state::aztarac)
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_1);
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_VECTOR_ADD("vector")