And finally, more fixes to the XGA implementation including:

Cursor and mapping on Windows 2.x' 286/808x XGA driver.
Pattern and DMA bus master fixes to OS/2 2.x/Warp's XGA driver.
Software reset no longer causes glitches to the screen using XGA (x86.c)
This commit is contained in:
TC1995
2022-06-27 17:01:02 +02:00
parent 0898913d05
commit 63b4209414
3 changed files with 122 additions and 432 deletions

View File

@@ -343,7 +343,7 @@ softresetx86(void)
if (soft_reset_mask)
return;
if (ibm8514_enabled)
if (ibm8514_enabled || xga_enabled)
vga_on = 1;
reset_common(0);