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:
parent
208edab1ac
commit
d64648208a
7 changed files with 101 additions and 34 deletions
|
@ -50,7 +50,8 @@ enum MachineType {
|
|||
|
||||
enum SVGACards {
|
||||
SVGA_None,
|
||||
SVGA_S3Trio
|
||||
SVGA_S3Trio,
|
||||
SVGA_TsengET4K
|
||||
};
|
||||
|
||||
extern SVGACards svgaCard;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue