Implemented VGA colour plane mask, 640x200x2 (eg Windows 2.x startup screen) now displayed correctly.
This commit is contained in:
parent
c6227d1fc6
commit
273639bd79
3 changed files with 24 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue