ChangeSet ID: 1022625893945022330460237 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/28 17:44:53
Modified files: dlls/winedos : int10.c include : miscemu.h msdos : dosmem.c
Log message: Christian Costa titan.costa@wanadoo.fr The SVGA block code was not accessible (AH and AL inverted). Fixed. Removed duplicate VESA Get SuperVGA INFORMATION function. Fix and finish its implementation. Add 2 functions to managed structures in the BiosSys segment.
Patch: http://cvs.winehq.com/patch.py?id=1022625893945022330460237
Revision Changes Path 1.12 +8 -19 wine/dlls/winedos/int10.c 1.47 +16 -0 wine/include/miscemu.h 1.37 +55 -7 wine/msdos/dosmem.c