summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/suprridr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/suprridr.cpp')
-rw-r--r--src/mame/drivers/suprridr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/suprridr.cpp b/src/mame/drivers/suprridr.cpp
index dea41e8bc42..df711feca94 100644
--- a/src/mame/drivers/suprridr.cpp
+++ b/src/mame/drivers/suprridr.cpp
@@ -333,7 +333,7 @@ MACHINE_CONFIG_START(suprridr_state::suprridr)
MCFG_DEVICE_PROGRAM_MAP(sound_map)
MCFG_DEVICE_IO_MAP(sound_portmap)
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)