Added Trigem Korean VGA emulation. Patch from Greatpsycho.
This commit is contained in:
parent
59d5ce4a50
commit
c034381797
7 changed files with 186 additions and 4 deletions
|
|
@ -481,6 +481,7 @@ enum
|
|||
GFX_EGA, /*Using IBM EGA BIOS*/
|
||||
GFX_TVGA, /*Using Trident TVGA8900D BIOS*/
|
||||
GFX_ET4000, /*Tseng ET4000*/
|
||||
GFX_TGKOREANVGA, /*Trigem Korean VGA(Tseng ET4000AX)*/
|
||||
GFX_ET4000W32, /*Tseng ET4000/W32p (Diamond Stealth 32)*/
|
||||
GFX_BAHAMAS64, /*S3 Vision864 (Paradise Bahamas 64)*/
|
||||
GFX_N9_9FX, /*S3 764/Trio64 (Number Nine 9FX)*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue