summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thedealr.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/thedealr.cpp
parent6315d07fbf3cd5625ff1b2b6085e76f962c1a84d (diff)
watchdog: removed MCFG macros (nw)
Diffstat (limited to 'src/mame/drivers/thedealr.cpp')
-rw-r--r--src/mame/drivers/thedealr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/thedealr.cpp b/src/mame/drivers/thedealr.cpp
index 9a9e82dc927..12a7f3c5d35 100644
--- a/src/mame/drivers/thedealr.cpp
+++ b/src/mame/drivers/thedealr.cpp
@@ -552,7 +552,7 @@ MACHINE_CONFIG_START(thedealr_state::thedealr)
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
MCFG_DEVICE_ADD("spritegen", SETA001_SPRITE, 0)
MCFG_SETA001_SPRITE_GFXDECODE("gfxdecode")