summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jedi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jedi.cpp')
-rw-r--r--src/mame/drivers/jedi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jedi.cpp b/src/mame/drivers/jedi.cpp
index 839afa84440..1d3d4875afe 100644
--- a/src/mame/drivers/jedi.cpp
+++ b/src/mame/drivers/jedi.cpp
@@ -354,7 +354,7 @@ MACHINE_CONFIG_START(jedi_state::jedi)
outlatch.q_out_cb<6>().set(FUNC(jedi_state::audio_reset_w));
outlatch.q_out_cb<7>().set(FUNC(jedi_state::video_off_w));
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
jedi_video(config);