summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/boxer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/boxer.cpp')
-rw-r--r--src/mame/drivers/boxer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/boxer.cpp b/src/mame/drivers/boxer.cpp
index eb3d71d70d1..210abfdd6e3 100644
--- a/src/mame/drivers/boxer.cpp
+++ b/src/mame/drivers/boxer.cpp
@@ -497,7 +497,7 @@ MACHINE_CONFIG_START(boxer_state::boxer)
MCFG_DEVICE_ADD("maincpu", M6502, MASTER_CLOCK / 16)
MCFG_DEVICE_PROGRAM_MAP(boxer_map)
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)