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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/decmxc06.c b/src/mame/video/decmxc06.c
index eb15a6261b1..68765e4a5ab 100644
--- a/src/mame/video/decmxc06.c
+++ b/src/mame/video/decmxc06.c
@@ -96,7 +96,7 @@ void deco_mxc06_device::draw_sprites( running_machine &machine, bitmap_ind16 &bi
if (sy >= 256) sy -= 512;
sx = 240 - sx;
sy = 240 - sy;
-
+
if (machine.driver_data()->flip_screen())
{
sy = 240 - sy;
@@ -122,7 +122,7 @@ void deco_mxc06_device::draw_sprites( running_machine &machine, bitmap_ind16 &bi
code += h-1;
incy = 1;
}
-
+
for (y = 0; y < h; y++)
{
if (spriteram[offs] & 0x8000)