From c1acc8696e26219b4d3846008c43931de13848d1 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Sat, 16 Jan 2010 18:54:33 +0000 Subject: [PATCH] One more PPC GCC fix that I missed committing. (no whatsnew) --- src/mame/video/spbactn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/spbactn.c b/src/mame/video/spbactn.c index 64db58e11e4..0c75bb5914d 100644 --- a/src/mame/video/spbactn.c +++ b/src/mame/video/spbactn.c @@ -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)