summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/twin16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/twin16.cpp')
-rw-r--r--src/mame/drivers/twin16.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/twin16.cpp b/src/mame/drivers/twin16.cpp
index 7af28422157..058b3d08511 100644
--- a/src/mame/drivers/twin16.cpp
+++ b/src/mame/drivers/twin16.cpp
@@ -662,7 +662,7 @@ MACHINE_CONFIG_START(twin16_state::twin16)
MCFG_QUANTUM_TIME(attotime::from_hz(6000))
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
// video hardware
MCFG_DEVICE_ADD("spriteram", BUFFERED_SPRITERAM16)
@@ -717,7 +717,7 @@ MACHINE_CONFIG_START(fround_state::fround)
MCFG_QUANTUM_TIME(attotime::from_hz(6000))
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_DEVICE_ADD("spriteram", BUFFERED_SPRITERAM16)