summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/exerion.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/exerion.c')
-rw-r--r--src/mame/video/exerion.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/exerion.c b/src/mame/video/exerion.c
index 6abf243f155..9ec66724edd 100644
--- a/src/mame/video/exerion.c
+++ b/src/mame/video/exerion.c
@@ -385,11 +385,11 @@ UINT32 exerion_state::screen_update_exerion(screen_device &screen, bitmap_ind16
else
code &= ~0x10, code2 |= 0x10;
- gfx->transmask(bitmap,cliprect, code2, color, xflip, yflip, x, y + gfx->height(),
+ gfx->transmask(bitmap,cliprect, code2, color, xflip, yflip, x, y + gfx->height(),
m_palette->transpen_mask(*gfx, color, 0x10));
}
- gfx->transmask(bitmap,cliprect, code, color, xflip, yflip, x, y,
+ gfx->transmask(bitmap,cliprect, code, color, xflip, yflip, x, y,
m_palette->transpen_mask(*gfx, color, 0x10));
if (doubled) i += 4;