| 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 |
| r23693 | r23694 | |
|---|---|---|
| 264 | 264 | |
| 265 | 265 | tile &= 0x7ff; //??? |
| 266 | 266 | |
| 267 | drawgfx_transpen(bitmap,cliprect,gfx,tile,7,0,0,x*8,y*8, | |
| 267 | drawgfx_transpen(bitmap,cliprect,gfx,tile,7,0,0,x*8,y*8,0xffffffff); | |
| 268 | 268 | |
| 269 | 269 | count+=2; |
| 270 | 270 | } |
| Previous | 199869 Revisions | Next |