summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cchasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cchasm.cpp')
-rw-r--r--src/mame/drivers/cchasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cchasm.cpp b/src/mame/drivers/cchasm.cpp
index 332f943e7a1..7f3de547f0e 100644
--- a/src/mame/drivers/cchasm.cpp
+++ b/src/mame/drivers/cchasm.cpp
@@ -162,7 +162,7 @@ MACHINE_CONFIG_START(cchasm_state::cchasm)
m_ctc->zc_callback<1>().set(FUNC(cchasm_state::ctc_timer_1_w));
m_ctc->zc_callback<2>().set(FUNC(cchasm_state::ctc_timer_2_w));
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_VECTOR_ADD("vector")