summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mcatadv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mcatadv.c')
-rw-r--r--src/mame/video/mcatadv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mcatadv.c b/src/mame/video/mcatadv.c
index 185d23ab54a..b9be122f676 100644
--- a/src/mame/video/mcatadv.c
+++ b/src/mame/video/mcatadv.c
@@ -132,7 +132,7 @@ static void draw_sprites( running_machine *machine, bitmap_t *bitmap, const rect
if((priline[drawxpos] < pri)) {
if (offset >= 0x500000*2) offset = 0;
pix = sprdata[offset/2];
-
+
if (offset & 1) pix = pix >> 4;
pix &= 0x0f;