Implemented VGA colour plane mask, 640x200x2 (eg Windows 2.x startup screen) now displayed correctly.

This commit is contained in:
TomW 2013-12-07 14:02:03 +00:00
commit 273639bd79
3 changed files with 24 additions and 16 deletions

View file

@ -23,6 +23,8 @@ typedef struct svga_t
uint8_t cgastat;
uint8_t plane_mask;
int fast;
uint8_t colourcompare, colournocare;
int readmode, writemode, readplane;