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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decmxc06.c b/src/mame/video/decmxc06.c
index 4020a7cf500..6615a641cd0 100644
--- a/src/mame/video/decmxc06.c
+++ b/src/mame/video/decmxc06.c
@@ -167,7 +167,7 @@ void deco_mxc06_device::draw_sprites_bootleg( running_machine &machine, bitmap_i
while (offs < 0x800 / 2)
{
int sx, sy, code, color, flipx, flipy;
-
+
code = spriteram[offs];
sy = 240-spriteram[offs + 1]; // 241- will align robocop with the ground but causes other issues too
sx = spriteram[offs + 2];