summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bigstrkb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bigstrkb.c')
-rw-r--r--src/mame/video/bigstrkb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/bigstrkb.c b/src/mame/video/bigstrkb.c
index 468629170e2..94444461ece 100644
--- a/src/mame/video/bigstrkb.c
+++ b/src/mame/video/bigstrkb.c
@@ -40,7 +40,7 @@ void bigstrkb_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprec
flipx = attr & 0x0100;
col = attr & 0x000f;
- gfx->transpen(bitmap,cliprect,num,col,flipx,0,xpos,ypos,15);
+ gfx->transpen(m_palette,bitmap,cliprect,num,col,flipx,0,xpos,ypos,15);
source+=8;
}
}
@@ -122,7 +122,7 @@ void bigstrkb_state::video_start()
UINT32 bigstrkb_state::screen_update_bigstrkb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-// bitmap.fill(get_black_pen(machine()), cliprect);
+// bitmap.fill(m_palette->black_pen(), cliprect);
m_tilemap2->set_scrollx(0, m_vidreg1[0]+(256-14));
m_tilemap2->set_scrolly(0, m_vidreg2[0]);