summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stactics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stactics.c')
-rw-r--r--src/mame/video/stactics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/stactics.c b/src/mame/video/stactics.c
index 70a733298f7..bdc956952b9 100644
--- a/src/mame/video/stactics.c
+++ b/src/mame/video/stactics.c
@@ -386,7 +386,7 @@ UINT32 stactics_state::screen_update_stactics(screen_device &screen, bitmap_ind1
update_beam(this);
draw_background(this, bitmap, cliprect);
- update_artwork(screen.machine(), this);
+ update_artwork(machine(), this);
m_frame_count = (m_frame_count + 1) & 0x0f;