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