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

trunk/src/mess/video/mikromik.c
r20417r20418
6868
6969   for (int i = 0; i < 8; i++)
7070   {
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];
7272   }
7373}
7474

Previous 199869 Revisions Next


© 1997-2024 The MAME Team