Added PCI registers for Trident TGUI9440.

This commit is contained in:
TomW 2013-10-19 20:30:52 +01:00
commit 16509b1970
2 changed files with 74 additions and 5 deletions

View file

@ -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)