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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/decmxc06.c b/src/mame/video/decmxc06.c
index 61cc9d03d93..e8c7a5972a8 100644
--- a/src/mame/video/decmxc06.c
+++ b/src/mame/video/decmxc06.c
@@ -110,14 +110,14 @@ void deco_mxc06_device::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cli
else
mult = -16;
-
+
// thedeep strongly suggests that this check goes here, otherwise the radar breaks
if (!(spriteram[offs] & 0x8000))
{
offs += 4;
continue;
}
-
+
for (x = 0; x < w; x++)
{
@@ -173,7 +173,7 @@ void deco_mxc06_device::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cli
offs += 4;
if (offs >= m_ramsize / 2)
return;
-
+
}
}