Commit 73f0bfb8 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Better toggle all relevant bits in VGA crt register.

parent 15a0f0e7
......@@ -830,7 +830,7 @@ BYTE VGA_ioport_in( WORD port )
case 0x3da:
/* since we don't (yet?) serve DOS VM requests while VGA_Poll is running,
we need to fake the occurrence of the vertical refresh */
ret=vga_refresh?0x00:0x08;
ret=vga_refresh?0x00:0x0b; /* toggle video RAM and lightpen and VGA refresh bits ! */
if (vga_mode_initialized)
vga_refresh=0;
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment