on behalf of MASH:

Fix for MT03651: matmania: Graphical corruption
This commit is contained in:
Fabio Priuli 2010-01-08 12:20:42 +00:00
parent 8e261f62c8
commit d1310b00e7

View File

@ -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);