S3 ViRGE S3D emulation. Currently very slow, bugs, features missing.
Added S3 ViRGE/DX emulation, as the DX drivers are better than those for the original chip.
This commit is contained in:
parent
2ff2210b3b
commit
e09b68b242
5 changed files with 1208 additions and 44 deletions
|
|
@ -343,6 +343,7 @@ int romset;
|
|||
#define GFX_OTI067 15 /*Oak OTI-067*/
|
||||
#define GFX_MACH64GX 16 /*ATI Graphics Pro Turbo (Mach64)*/
|
||||
#define GFX_CL_GD5429 17 /*Cirrus Logic CL-GD5429*/
|
||||
#define GFX_VIRGEDX 18 /*S3 Virge/DX*/
|
||||
|
||||
int gfxcard;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue