mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
MDA: A small bug fix.
This commit is contained in:
@@ -186,7 +186,7 @@ mda_poll(void *priv)
|
||||
// turn off bright bg colours in blink mode
|
||||
if ((mda->mode & MDA_MODE_BLINK)
|
||||
&& (color_bg & 0x8))
|
||||
color_bg & ~(0x8);
|
||||
color_bg &= ~(0x8);
|
||||
|
||||
// black-on-non black or white colours forced to white
|
||||
// grey-on-colours forced to bright white
|
||||
|
||||
Reference in New Issue
Block a user