summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vlc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vlc.cpp')
-rw-r--r--src/mame/drivers/vlc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/vlc.cpp b/src/mame/drivers/vlc.cpp
index a718f92037b..f00c70b8ad6 100644
--- a/src/mame/drivers/vlc.cpp
+++ b/src/mame/drivers/vlc.cpp
@@ -590,8 +590,7 @@ MACHINE_CONFIG_START(nevada_state::nevada)
MCFG_DEVICE_ADD("maincpu", M68000, MASTER_CPU)
MCFG_DEVICE_PROGRAM_MAP(nevada_map)
- MCFG_WATCHDOG_ADD("watchdog")
- MCFG_WATCHDOG_TIME_INIT(attotime::from_msec(150)) /* 150ms Ds1232 TD to Ground */
+ WATCHDOG_TIMER(config, "watchdog").set_time(attotime::from_msec(150)); /* 150ms Ds1232 TD to Ground */
MCFG_MACHINE_START_OVERRIDE(nevada_state, nevada)