Previous 199869 Revisions Next

r23694 Friday 14th June, 2013 at 02:59:37 UTC by R. Belmont
GCC 4.0.1 doesn't allow -1 for a UINT32 (nw)
[src/mess/drivers]casloopy.c

trunk/src/mess/drivers/casloopy.c
r23693r23694
264264
265265         tile &= 0x7ff; //???
266266
267         drawgfx_transpen(bitmap,cliprect,gfx,tile,7,0,0,x*8,y*8,-1);
267         drawgfx_transpen(bitmap,cliprect,gfx,tile,7,0,0,x*8,y*8,0xffffffff);
268268
269269         count+=2;
270270      }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team