summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/grchamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/grchamp.c')
-rw-r--r--src/mame/video/grchamp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/grchamp.c b/src/mame/video/grchamp.c
index 3c5b87f7f06..6a823a94ee5 100644
--- a/src/mame/video/grchamp.c
+++ b/src/mame/video/grchamp.c
@@ -121,7 +121,7 @@ int grchamp_state::collision_check(grchamp_state *state, bitmap_ind16 &bitmap, i
if( which==0 )
{
/* draw the current player sprite into a work bitmap */
-
+
m_gfxdecode->gfx(4)->opaque(m_work_bitmap,
m_work_bitmap.cliprect(),
m_cpu0_out[4]&0xf,
@@ -187,7 +187,7 @@ void grchamp_state::draw_sprites(grchamp_state *state, bitmap_ind16 &bitmap, con
int sy = 240-source[0];
int color = source[2];
int code = source[1);
-
+
gfx->transpen(bitmap,cliprect,
bank + (code & 0x3f),
color,