summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcatadv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mcatadv.cpp')
-rw-r--r--src/mame/drivers/mcatadv.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/mcatadv.cpp b/src/mame/drivers/mcatadv.cpp
index 91cf0fece12..44c1f30e5e2 100644
--- a/src/mame/drivers/mcatadv.cpp
+++ b/src/mame/drivers/mcatadv.cpp
@@ -460,8 +460,7 @@ MACHINE_CONFIG_START(mcatadv_state::mcatadv)
MCFG_PALETTE_ADD("palette", 0x2000/2)
MCFG_PALETTE_FORMAT(xGGGGGRRRRRBBBBB)
- MCFG_WATCHDOG_ADD("watchdog")
- MCFG_WATCHDOG_TIME_INIT(attotime::from_seconds(3)) /* a guess, and certainly wrong */
+ WATCHDOG_TIMER(config, m_watchdog).set_time(attotime::from_seconds(3)); /* a guess, and certainly wrong */
/* sound hardware */