Added PCI registers for Trident TGUI9440.
This commit is contained in:
parent
7735e82085
commit
16509b1970
2 changed files with 74 additions and 5 deletions
|
|
@ -287,7 +287,7 @@ int driveempty[2];
|
|||
#define ET4000 (gfxcard==GFX_ET4000 && VGA)
|
||||
#define ET4000W32 (gfxcard==GFX_ET4000W32 && VGA)
|
||||
#define AT (romset>=ROM_IBMAT)
|
||||
#define PCI (romset == ROM_PCI486)
|
||||
#define PCI (romset >= ROM_PCI486)
|
||||
|
||||
#define AMIBIOS (romset==ROM_AMI386 || romset==ROM_AMI486 || romset == ROM_WIN486)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue