mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
on behalf of MASH:
Fix for MT03651: matmania: Graphical corruption
This commit is contained in:
parent
8e261f62c8
commit
d1310b00e7
@ -155,7 +155,7 @@ VIDEO_UPDATE( matmania )
|
||||
sy = offs % 32;
|
||||
|
||||
drawgfx_opaque(tmpbitmap,0,screen->machine->gfx[1],
|
||||
matmania_videoram3[offs] + ((matmania_colorram[offs] & 0x08) << 5),
|
||||
matmania_videoram[offs] + ((matmania_colorram[offs] & 0x08) << 5),
|
||||
(matmania_colorram[offs] & 0x30) >> 4,
|
||||
0,sy >= 16, /* flip horizontally tiles on the right half of the bitmap */
|
||||
16*sx,16*sy);
|
||||
|
Loading…
Reference in New Issue
Block a user