mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
One more PPC GCC fix that I missed committing. (no whatsnew)
This commit is contained in:
parent
6cfacff97b
commit
c1acc8696e
@ -138,7 +138,7 @@ VIDEO_UPDATE( spbactn )
|
|||||||
screen->machine->gfx[1]->color_base + color * screen->machine->gfx[1]->color_granularity,
|
screen->machine->gfx[1]->color_base + color * screen->machine->gfx[1]->color_granularity,
|
||||||
0, 0,
|
0, 0,
|
||||||
16 * sx, 8 * sy,
|
16 * sx, 8 * sy,
|
||||||
-1);
|
(UINT32)-1);
|
||||||
|
|
||||||
sx++;
|
sx++;
|
||||||
if (sx > 63)
|
if (sx > 63)
|
||||||
|
Loading…
Reference in New Issue
Block a user