summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/88games.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/88games.cpp
parent6315d07fbf3cd5625ff1b2b6085e76f962c1a84d (diff)
watchdog: removed MCFG macros (nw)
Diffstat (limited to 'src/mame/drivers/88games.cpp')
-rw-r--r--src/mame/drivers/88games.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/88games.cpp b/src/mame/drivers/88games.cpp
index c5e3139aa7f..49ca9d2580a 100644
--- a/src/mame/drivers/88games.cpp
+++ b/src/mame/drivers/88games.cpp
@@ -314,7 +314,7 @@ MACHINE_CONFIG_START(_88games_state::_88games)
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)