summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fastfred.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fastfred.cpp')
-rw-r--r--src/mame/drivers/fastfred.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fastfred.cpp b/src/mame/drivers/fastfred.cpp
index d7b21c9a7f9..c6a6024d647 100644
--- a/src/mame/drivers/fastfred.cpp
+++ b/src/mame/drivers/fastfred.cpp
@@ -651,7 +651,7 @@ MACHINE_CONFIG_START(fastfred_state::fastfred)
m_outlatch->q_out_cb<6>().set(FUNC(fastfred_state::flip_screen_x_w));
m_outlatch->q_out_cb<7>().set(FUNC(fastfred_state::flip_screen_y_w));
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)