mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
Reverted patch.
This commit is contained in:
parent
8f028b0f05
commit
6dd2c248cd
@ -137,7 +137,7 @@ static void draw_sprites( running_machine *machine, bitmap_t *bitmap, const rect
|
|||||||
pix &= 0x0f;
|
pix &= 0x0f;
|
||||||
|
|
||||||
if ((drawxpos >= cliprect->min_x) && (drawxpos <= cliprect->max_x) && pix)
|
if ((drawxpos >= cliprect->min_x) && (drawxpos <= cliprect->max_x) && pix)
|
||||||
destline[drawxpos] = (pix + pen);
|
destline[drawxpos] = (pix + (pen << 4));
|
||||||
}
|
}
|
||||||
offset++;
|
offset++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user