Previous 199869 Revisions Next

r21581 Tuesday 5th March, 2013 at 04:02:10 UTC by R. Belmont
Fix GCC compile (nw)
[src/mame/drivers]chihiro.c

trunk/src/mame/drivers/chihiro.c
r21580r21581
11611161   UINT32 a8r8g8b8;
11621162   int n;//,m,i,j,k;
11631163
1164   color[0] = color[1] = color[2] = color[3] = color[4] = color[5] = 0;
1165
11641166   osd_lock_acquire(combiner.lock); // needed since multithreading is not supported yet
11651167   x=extent.stopx-extent.startx; // number of pixels to draw
11661168   while (x >= 0) {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team