| Previous | 199869 Revisions | Next |
| r17866 Thursday 13th September, 2012 at 14:32:24 UTC by Curt Coder |
|---|
| (MESS) Removed palette access. (nw) |
| [src/mess/machine] | c64_xl80.c |
| r17865 | r17866 | |
|---|---|---|
| 95 | 95 | for (int bit = 0; bit < 8; bit++) |
| 96 | 96 | { |
| 97 | 97 | int x = (column * 8) + bit; |
| 98 | int color = BIT(data, 7) | |
| 98 | int color = BIT(data, 7) | |
| 99 | 99 | |
| 100 | 100 | bitmap.pix32(y, x) = RGB_MONOCHROME_WHITE[color]; |
| 101 | 101 |
| Previous | 199869 Revisions | Next |