EGA: Process the results of the monochrome attributes into 32-bit RGB values.
This commit is contained in:
@@ -189,6 +189,9 @@ ega_render_text(ega_t *ega)
|
|||||||
p += charwidth;
|
p += charwidth;
|
||||||
}
|
}
|
||||||
ega->ma &= 0x3ffff;
|
ega->ma &= 0x3ffff;
|
||||||
|
|
||||||
|
if (monoattrs)
|
||||||
|
video_process_8(ega->hdisp + ega->scrollcache, ega->displine);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user