Re: Added missing values to VGA Mode 19 (256 color) palette registers with comments for related VGA operations. Windows programs that access VGA directly or through BIOS that previously displayed black for many values should now show correct values f
12 Oct
2008
12 Oct
'08
12:56 p.m.
On Sat, Oct 11, 2008 at 4:15 PM, Jeremiah Flerchinger <jeremiah.flerchinger(a)gmail.com> wrote:
@@ -476,10 +743,12 @@ static void WINAPI VGA_DoSetMode(ULONG_PTR arg) return; } IDirectDrawSurface_SetPalette(lpddsurf,lpddpal); + vga_retrace_vertical = vga_retrace_horizontal = FALSE; /* poll every 20ms (50fps should provide adequate responsiveness) */ VGA_InstallTimer(20); } + par->ret=0; return; }
There are way too many unnecessary whitespace changes in this patch. Please take them out and resend. -- James Hawkins
6360
Age (days ago)
6360
Last active (days ago)
0 comments
1 participants
participants (1)
-
James Hawkins