ChangeSet ID: 6386 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/11/24 16:15:56
Modified files: dlls/winedos : vga.h vga.c int33.c int10.c
Log message: Jukka Heinonen jhei@iki.fi VGA text mode no longer flickers and it is much faster. VGA text mode is now initialized earlier. VGA text mode is now emulated even without console.
Patch: http://cvs.winehq.com/patch.py?id=6386
Old revision New revision Changes Path 1.12 1.13 +5 -5 wine/dlls/winedos/vga.h 1.24 1.25 +177 -136 wine/dlls/winedos/vga.c 1.8 1.9 +5 -6 wine/dlls/winedos/int33.c 1.21 1.22 +47 -14 wine/dlls/winedos/int10.c