1
0
Fork 0

tweak some vga bios functions to better stick to real implementations

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2995
This commit is contained in:
Sebastian Strohhäcker 2007-09-24 20:50:40 +00:00
parent 208edab1ac
commit d64648208a
7 changed files with 101 additions and 34 deletions

View file

@ -50,7 +50,8 @@ enum MachineType {
enum SVGACards {
SVGA_None,
SVGA_S3Trio
SVGA_S3Trio,
SVGA_TsengET4K
};
extern SVGACards svgaCard;