summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/onetwo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/onetwo.cpp')
-rw-r--r--src/mame/drivers/onetwo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/onetwo.cpp b/src/mame/drivers/onetwo.cpp
index b6042a73c5a..79395415e2f 100644
--- a/src/mame/drivers/onetwo.cpp
+++ b/src/mame/drivers/onetwo.cpp
@@ -372,7 +372,7 @@ MACHINE_CONFIG_START(onetwo_state::onetwo)
MCFG_DEVICE_PROGRAM_MAP(sound_cpu)
MCFG_DEVICE_IO_MAP(sound_cpu_io)
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, m_watchdog);
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)