summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/canyon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/canyon.cpp')
-rw-r--r--src/mame/video/canyon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/canyon.cpp b/src/mame/video/canyon.cpp
index 0c8344387b8..ea5e57699d1 100644
--- a/src/mame/video/canyon.cpp
+++ b/src/mame/video/canyon.cpp
@@ -78,7 +78,7 @@ UINT32 canyon_state::screen_update_canyon(screen_device &screen, bitmap_ind16 &b
draw_bombs(bitmap, cliprect);
/* watchdog is disabled during service mode */
- machine().watchdog_enable(!(ioport("IN2")->read() & 0x10));
+ m_watchdog->watchdog_enable(!(ioport("IN2")->read() & 0x10));
return 0;
}