mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
02854: hypreact: Buggy text in scoring screen [Pierpaolo Prazzoli]
This commit is contained in:
parent
059955e774
commit
61f44b8033
@ -878,6 +878,12 @@ static void draw_sprites(running_machine *machine, bitmap_t *bitmap, const recta
|
||||
sy = ssv_sprites_offsy - sy - (ynum-1) * 8;
|
||||
}
|
||||
|
||||
/* Sprite code masking */
|
||||
if(xnum == 2 && ynum == 4) // needed by hypreact
|
||||
{
|
||||
code &= ~7;
|
||||
}
|
||||
|
||||
/* Draw the tiles */
|
||||
|
||||
for (x = xstart; x != xend; x += xinc)
|
||||
|
Loading…
Reference in New Issue
Block a user