summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decmxc06.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decmxc06.c')
-rw-r--r--src/mame/video/decmxc06.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/video/decmxc06.c b/src/mame/video/decmxc06.c
index 841724c2382..ba8b2564294 100644
--- a/src/mame/video/decmxc06.c
+++ b/src/mame/video/decmxc06.c
@@ -91,7 +91,7 @@ void deco_mxc06_device::draw_sprites( running_machine &machine, bitmap_t *bitmap
w = (1 << ((sy & 0x0600) >> 9)); /* 1x, 2x, 4x, 8x width */
/* multi width used only on the title screen? */
-
+
sx = sx & 0x01ff;
sy = sy & 0x01ff;
@@ -100,7 +100,7 @@ void deco_mxc06_device::draw_sprites( running_machine &machine, bitmap_t *bitmap
sx = 240 - sx;
sy = 240 - sy;
-
+
if (flip_screen_get(machine))
{
sy = 240 - sy;
@@ -118,7 +118,7 @@ void deco_mxc06_device::draw_sprites( running_machine &machine, bitmap_t *bitmap
code = spriteram[offs + 1] & 0x1fff;
code &= ~(h-1);
-
+
if (flipy)
incy = -1;
else
@@ -146,14 +146,14 @@ void deco_mxc06_device::draw_sprites( running_machine &machine, bitmap_t *bitmap
{
if (pri_mask && (color >= pri_val))
continue;
-
+
if (!pri_mask && !(color >= pri_val))
continue;
draw = 1;
}
}
-
+
if (draw)
{
drawgfx_transpen(bitmap,cliprect,machine.gfx[m_gfxregion],