summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hornet.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-09-07 18:26:29 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2018-09-07 18:26:29 +0200
commit44f3ad511c812dc3242c41c501981e1816747c61 (patch)
tree5b59e8c2fd954ce1dbd9ac7afbdd0f502d7cafc2 /src/mame/drivers/hornet.cpp
parent6315d07fbf3cd5625ff1b2b6085e76f962c1a84d (diff)
watchdog: removed MCFG macros (nw)
Diffstat (limited to 'src/mame/drivers/hornet.cpp')
-rw-r--r--src/mame/drivers/hornet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hornet.cpp b/src/mame/drivers/hornet.cpp
index 1821febea98..1c48d2258d0 100644
--- a/src/mame/drivers/hornet.cpp
+++ b/src/mame/drivers/hornet.cpp
@@ -1079,7 +1079,7 @@ MACHINE_CONFIG_START(hornet_state::hornet)
MCFG_QUANTUM_TIME(attotime::from_hz(6000))
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, m_watchdog);
// PCB description at top doesn't mention any EEPROM on the base board...
// EEPROM_93C46_16BIT(config, "eeprom");