One more PPC GCC fix that I missed committing. (no whatsnew)

This commit is contained in:
R. Belmont 2010-01-16 18:54:33 +00:00
parent 6cfacff97b
commit c1acc8696e

View File

@ -138,7 +138,7 @@ VIDEO_UPDATE( spbactn )
screen->machine->gfx[1]->color_base + color * screen->machine->gfx[1]->color_granularity,
0, 0,
16 * sx, 8 * sy,
-1);
(UINT32)-1);
sx++;
if (sx > 63)