summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/zac2650.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/zac2650.c')
-rw-r--r--src/mame/video/zac2650.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/video/zac2650.c b/src/mame/video/zac2650.c
index 52461ebe674..1d687f3e393 100644
--- a/src/mame/video/zac2650.c
+++ b/src/mame/video/zac2650.c
@@ -61,7 +61,7 @@ int zac2650_state::SpriteCollision(int first,int second)
/* Draw first sprite */
- m_gfxdecode->gfx(expand)->opaque(m_spritebitmap,m_spritebitmap.cliprect(),
+ m_gfxdecode->gfx(expand)->opaque(m_palette,m_spritebitmap,m_spritebitmap.cliprect(),
first * 2,
0,
0,0,
@@ -80,7 +80,7 @@ int zac2650_state::SpriteCollision(int first,int second)
/* Blackout second sprite */
- m_gfxdecode->gfx(1)->transpen(m_spritebitmap,m_spritebitmap.cliprect(),
+ m_gfxdecode->gfx(1)->transpen(m_palette,m_spritebitmap,m_spritebitmap.cliprect(),
second * 2,
1,
0,0,
@@ -99,7 +99,7 @@ int zac2650_state::SpriteCollision(int first,int second)
/* Zero bitmap */
- m_gfxdecode->gfx(expand)->opaque(m_spritebitmap,m_spritebitmap.cliprect(),
+ m_gfxdecode->gfx(expand)->opaque(m_palette,m_spritebitmap,m_spritebitmap.cliprect(),
first * 2,
1,
0,0,
@@ -161,7 +161,7 @@ void zac2650_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect
int x,y;
/* Sprite->Background collision detection */
- m_gfxdecode->gfx(expand)->transpen(bitmap,cliprect,
+ m_gfxdecode->gfx(expand)->transpen(m_palette,bitmap,cliprect,
spriteno,
1,
0,0,
@@ -180,7 +180,7 @@ void zac2650_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect
}
}
- m_gfxdecode->gfx(expand)->transpen(bitmap,cliprect,
+ m_gfxdecode->gfx(expand)->transpen(m_palette,bitmap,cliprect,
spriteno,
0,
0,0,