Re-added the S3 928 to the video table (forgot in the previous commits).

Marked the Trio3D/2X as incomplete/dev-branched due to bugs on win9x and no public datasheet of it.
Added 8MB option to the supported video memory to the ViRGE/VX.
This commit is contained in:
TC1995
2020-10-01 21:05:53 +02:00
parent 329592e1c9
commit 2aa741e597
4 changed files with 528 additions and 411 deletions

View File

@@ -329,7 +329,9 @@ extern const device_t s3_virge_375_vlb_device;
extern const device_t s3_virge_375_pci_device;
extern const device_t s3_virge_375_4_vlb_device;
extern const device_t s3_virge_375_4_pci_device;
#if defined(DEV_BRANCH) && defined(USE_S3TRIO3D2X)
extern const device_t s3_trio3d_2x_pci_device;
#endif
/* Sigma Color 400 */
extern const device_t sigma_device;