(MESS) mm1: Fixed bitmap graphics. (nw)

This commit is contained in:
Curt Coder 2013-01-23 19:52:05 +00:00
parent 7a788c67b7
commit 493d95f4b2

View File

@ -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];
}
}