summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/slikshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/slikshot.c')
-rw-r--r--src/mame/machine/slikshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/slikshot.c b/src/mame/machine/slikshot.c
index 1147f9770cd..87322a32435 100644
--- a/src/mame/machine/slikshot.c
+++ b/src/mame/machine/slikshot.c
@@ -593,7 +593,7 @@ UINT32 itech8_state::screen_update_slikshot(screen_device &screen, bitmap_rgb32
if (temp >= 0x90) temp = 0x90;
m_curx = temp;
- compute_sensors(screen.machine());
+ compute_sensors(machine());
// popmessage("V=%02x,%02x X=%02x", m_curvx, m_curvy, m_curx);
m_crosshair_vis = 0;
}