| 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 |
| r21580 | r21581 | |
|---|---|---|
| 1161 | 1161 | UINT32 a8r8g8b8; |
| 1162 | 1162 | int n;//,m,i,j,k; |
| 1163 | 1163 | |
| 1164 | color[0] = color[1] = color[2] = color[3] = color[4] = color[5] = 0; | |
| 1165 | ||
| 1164 | 1166 | osd_lock_acquire(combiner.lock); // needed since multithreading is not supported yet |
| 1165 | 1167 | x=extent.stopx-extent.startx; // number of pixels to draw |
| 1166 | 1168 | while (x >= 0) { |
| Previous | 199869 Revisions | Next |