mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
implement gray being black on fg and bg being gray
This commit is contained in:
@@ -210,6 +210,11 @@ mda_poll(void *priv)
|
||||
if (color_fg == 0
|
||||
&& special_treatment)
|
||||
color_fg = 7;
|
||||
|
||||
// gray is black
|
||||
if (color_fg == 7
|
||||
&& color_bg == 7)
|
||||
color_fg = 0;
|
||||
}
|
||||
|
||||
if (mda->scanline == 12 && ((attr & 7) == 1))
|
||||
|
||||
Reference in New Issue
Block a user