summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galastrm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galastrm.cpp')
-rw-r--r--src/mame/drivers/galastrm.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/galastrm.cpp b/src/mame/drivers/galastrm.cpp
index 9122a41b935..c9b64c4e9dd 100644
--- a/src/mame/drivers/galastrm.cpp
+++ b/src/mame/drivers/galastrm.cpp
@@ -121,7 +121,7 @@ popmessage(t);
{
if (ACCESSING_BITS_24_31) /* $400000 is watchdog */
{
- machine().watchdog_reset();
+ m_watchdog->watchdog_reset();
}
if (ACCESSING_BITS_0_7)
@@ -287,6 +287,8 @@ static MACHINE_CONFIG_START( galastrm, galastrm_state )
MCFG_EEPROM_SERIAL_93C46_ADD("eeprom")
+ MCFG_WATCHDOG_ADD("watchdog")
+
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)