summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/malzak.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/malzak.c')
-rw-r--r--src/mame/video/malzak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/malzak.c b/src/mame/video/malzak.c
index 2159d38fd78..a5eba9ef2bc 100644
--- a/src/mame/video/malzak.c
+++ b/src/mame/video/malzak.c
@@ -39,7 +39,7 @@ UINT32 malzak_state::screen_update_malzak(screen_device &screen, bitmap_rgb32 &b
if (sx < -15*2)
sx += 256*2;
- drawgfxzoom_transpen(bitmap,cliprect, screen.machine().gfx[0], m_playfield_code[x * 16 + y], 2, 0, 0, sx, sy, 0x20000, 0x20000, 0);
+ drawgfxzoom_transpen(bitmap,cliprect, machine().gfx[0], m_playfield_code[x * 16 + y], 2, 0, 0, sx, sy, 0x20000, 0x20000, 0);
}
/* update the S2636 chips */