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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user