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 0fdfa78f0ac..c88059418de 100644
--- a/src/mame/video/malzak.c
+++ b/src/mame/video/malzak.c
@@ -38,7 +38,7 @@ UINT32 malzak_state::screen_update_malzak(screen_device &screen, bitmap_rgb32 &b
if (sx < -15*2)
sx += 256*2;
- m_gfxdecode->gfx(0)->zoom_transpen(bitmap,cliprect, m_playfield_code[x * 16 + y], 2, 0, 0, sx, sy, 0x20000, 0x20000, 0);
+ m_gfxdecode->gfx(0)->zoom_transpen(m_palette,bitmap,cliprect, m_playfield_code[x * 16 + y], 2, 0, 0, sx, sy, 0x20000, 0x20000, 0);
}
/* update the S2636 chips */