| Previous | 199869 Revisions | Next |
| r20418 Wednesday 23rd January, 2013 at 19:52:05 UTC by Curt Coder |
|---|
| (MESS) mm1: Fixed bitmap graphics. (nw) |
| [src/mess/video] | mikromik.c |
| r20417 | r20418 | |
|---|---|---|
| 68 | 68 | |
| 69 | 69 | for (int i = 0; i < 8; i++) |
| 70 | 70 | { |
| 71 | if (BIT(data, i)) bitmap.pix32(y, x + i) = RGB_MONOCHROME_GREEN_HIGHLIGHT[1]; | |
| 71 | if (BIT(data, 7-i)) bitmap.pix32(y, x + i) = RGB_MONOCHROME_GREEN_HIGHLIGHT[1]; | |
| 72 | 72 | } |
| 73 | 73 | } |
| 74 | 74 |
| Previous | 199869 Revisions | Next |