summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thepit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thepit.cpp')
-rw-r--r--src/mame/drivers/thepit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/thepit.cpp b/src/mame/drivers/thepit.cpp
index 8e3f6091b47..7db344a3e9d 100644
--- a/src/mame/drivers/thepit.cpp
+++ b/src/mame/drivers/thepit.cpp
@@ -734,7 +734,7 @@ MACHINE_CONFIG_START(thepit_state::thepit)
m_mainlatch->q_out_cb<6>().set(FUNC(thepit_state::flip_screen_x_w));
m_mainlatch->q_out_cb<7>().set(FUNC(thepit_state::flip_screen_y_w));
- MCFG_WATCHDOG_ADD("watchdog")
+ WATCHDOG_TIMER(config, "watchdog");
/* video hardware */
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_thepit)