summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/changela.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/changela.cpp')
-rw-r--r--src/mame/drivers/changela.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/changela.cpp b/src/mame/drivers/changela.cpp
index f17f16e01ad..ad26de9d95d 100644
--- a/src/mame/drivers/changela.cpp
+++ b/src/mame/drivers/changela.cpp
@@ -435,7 +435,7 @@ MACHINE_CONFIG_START(changela_state::changela)
outlatch.q_out_cb<4>().set(FUNC(changela_state::mcu_pc_0_w));
outlatch.q_out_cb<5>().set(FUNC(changela_state::collision_reset_1_w));
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)