summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/wc90b.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/wc90b.c')
-rw-r--r--src/mame/video/wc90b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/wc90b.c b/src/mame/video/wc90b.c
index d7af209f59d..a7681899839 100644
--- a/src/mame/video/wc90b.c
+++ b/src/mame/video/wc90b.c
@@ -114,7 +114,7 @@ void wc90b_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect,
sy = 240 - spriteram[offs + 1];
- m_gfxdecode->gfx(17)->transpen(bitmap,cliprect, code,
+ m_gfxdecode->gfx(17)->transpen(m_palette,bitmap,cliprect, code,
flags >> 4, /* color */
bank & 1, /* flipx */
bank & 2, /* flipy */