MDA: A small bug fix.

This commit is contained in:
OBattler
2025-06-19 01:55:03 +02:00
parent 23131a515f
commit 83832b5a37

View File

@@ -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