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:
TomW 2015-08-13 19:49:19 +01:00
commit 0a5e80325a
2 changed files with 6 additions and 5 deletions

View file

@ -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;