EGA: Process the results of the monochrome attributes into 32-bit RGB values.

This commit is contained in:
OBattler
2025-03-23 02:29:41 +01:00
parent ae60590133
commit 47aa4a1e18

View File

@@ -189,6 +189,9 @@ ega_render_text(ega_t *ega)
p += charwidth;
}
ega->ma &= 0x3ffff;
if (monoattrs)
video_process_8(ega->hdisp + ega->scrollcache, ega->displine);
}
}