mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
(MESS) mm1: Fixed bitmap graphics. (nw)
This commit is contained in:
parent
7a788c67b7
commit
493d95f4b2
@ -68,7 +68,7 @@ static UPD7220_DISPLAY_PIXELS( hgdc_display_pixels )
|
||||
|
||||
for (int i = 0; i < 8; i++)
|
||||
{
|
||||
if (BIT(data, i)) bitmap.pix32(y, x + i) = RGB_MONOCHROME_GREEN_HIGHLIGHT[1];
|
||||
if (BIT(data, 7-i)) bitmap.pix32(y, x + i) = RGB_MONOCHROME_GREEN_HIGHLIGHT[1];
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user