summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cloak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cloak.cpp')
-rw-r--r--src/mame/drivers/cloak.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cloak.cpp b/src/mame/drivers/cloak.cpp
index 08a58d805a7..0bee1fb795c 100644
--- a/src/mame/drivers/cloak.cpp
+++ b/src/mame/drivers/cloak.cpp
@@ -336,7 +336,7 @@ MACHINE_CONFIG_START(cloak_state::cloak)
outlatch.q_out_cb<6>().set_output("led1").invert(); // START LED 2
outlatch.q_out_cb<7>().set_output("led0").invert(); // START LED 1
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)