summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/holeland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/holeland.cpp')
-rw-r--r--src/mame/drivers/holeland.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/holeland.cpp b/src/mame/drivers/holeland.cpp
index f071f8c37b0..a627865c8c2 100644
--- a/src/mame/drivers/holeland.cpp
+++ b/src/mame/drivers/holeland.cpp
@@ -288,7 +288,7 @@ MACHINE_CONFIG_START(holeland_state::holeland)
m_latch->q_out_cb<6>().set(FUNC(holeland_state::flipscreen_x_w));
m_latch->q_out_cb<7>().set(FUNC(holeland_state::flipscreen_y_w));
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)
@@ -369,7 +369,7 @@ MACHINE_CONFIG_START(holeland_state::crzrally)
m_latch->parallel_out_cb().set(FUNC(holeland_state::pal_offs_w)).mask(0x03);
m_latch->q_out_cb<5>().set(FUNC(holeland_state::coin_counter_w));
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)