VGA RAMDAC does not update palette until all three elements are written. Fixes Windows 3.x EGA driver when run on a VGA card.
This commit is contained in:
parent
12232fd7b8
commit
0a5e80325a
2 changed files with 6 additions and 5 deletions
|
|
@ -20,7 +20,8 @@ typedef struct svga_t
|
|||
|
||||
uint8_t dac_mask, dac_status;
|
||||
int dac_read, dac_write, dac_pos;
|
||||
|
||||
int dac_r, dac_g;
|
||||
|
||||
uint8_t cgastat;
|
||||
|
||||
uint8_t plane_mask;
|
||||
|
|
|
|||
Loading…
Reference in a new issue