summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tickee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tickee.cpp')
-rw-r--r--src/mame/drivers/tickee.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tickee.cpp b/src/mame/drivers/tickee.cpp
index 05a28b601fc..0e21be1246c 100644
--- a/src/mame/drivers/tickee.cpp
+++ b/src/mame/drivers/tickee.cpp
@@ -822,7 +822,7 @@ MACHINE_CONFIG_START(tickee_state::rapidfir)
MCFG_MACHINE_RESET_OVERRIDE(tickee_state,rapidfir)
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_1);
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_TLC34076_ADD("tlc34076", TLC34076_6_BIT)