summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fortecar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fortecar.cpp')
-rw-r--r--src/mame/drivers/fortecar.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/fortecar.cpp b/src/mame/drivers/fortecar.cpp
index 8f34f86ffa2..64e21f8c950 100644
--- a/src/mame/drivers/fortecar.cpp
+++ b/src/mame/drivers/fortecar.cpp
@@ -687,8 +687,7 @@ MACHINE_CONFIG_START(fortecar_state::fortecar)
MCFG_DEVICE_PROGRAM_MAP(fortecar_map)
MCFG_DEVICE_IO_MAP(fortecar_ports)
- MCFG_WATCHDOG_ADD("watchdog")
- MCFG_WATCHDOG_TIME_INIT(attotime::from_msec(200)) /* guess */
+ WATCHDOG_TIMER(config, m_watchdog).set_time(attotime::from_msec(200)); /* guess */
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);