summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jaguar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jaguar.cpp')
-rw-r--r--src/mame/drivers/jaguar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jaguar.cpp b/src/mame/drivers/jaguar.cpp
index 62e62fa6dda..4613b2ce55d 100644
--- a/src/mame/drivers/jaguar.cpp
+++ b/src/mame/drivers/jaguar.cpp
@@ -1855,7 +1855,7 @@ MACHINE_CONFIG_START(jaguar_state::cojagr3k)
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_1);
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
VT83C461(config, m_ide).options(cojag_devices, "hdd", nullptr, true);
m_ide->irq_handler().set(FUNC(jaguar_state::external_int));