summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taito_h.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/taito_h.c')
-rw-r--r--src/mame/video/taito_h.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/taito_h.c b/src/mame/video/taito_h.c
index 451e336f112..39af1b4ed0b 100644
--- a/src/mame/video/taito_h.c
+++ b/src/mame/video/taito_h.c
@@ -145,7 +145,7 @@ void taitoh_state::syvalion_draw_sprites( bitmap_ind16 &bitmap, const rectangle
}
- m_gfxdecode->gfx(0)->zoom_transpen(bitmap,cliprect,
+ m_gfxdecode->gfx(0)->zoom_transpen(m_palette,bitmap,cliprect,
tile,
color,
flipx, flipy,
@@ -257,7 +257,7 @@ void taitoh_state::recordbr_draw_sprites( bitmap_ind16 &bitmap, const rectangle
}
- m_gfxdecode->gfx(0)->zoom_transpen(bitmap,cliprect,
+ m_gfxdecode->gfx(0)->zoom_transpen(m_palette,bitmap,cliprect,
tile,
color,
flipx, flipy,
@@ -359,7 +359,7 @@ void taitoh_state::dleague_draw_sprites( bitmap_ind16 &bitmap, const rectangle &
}
- m_gfxdecode->gfx(0)->zoom_transpen(bitmap,cliprect,
+ m_gfxdecode->gfx(0)->zoom_transpen(m_palette,bitmap,cliprect,
tile,
color,
flipx, flipy,