Add basic support for the Quantum3D Raven.

AGP was worked on but found to be unstable (freezing on the first frame whenever entering Direct3D fullscreen), so it was removed.
This commit is contained in:
The Dax
2025-02-05 17:12:40 -05:00
parent 35a12e0826
commit 9aad8dbf9c
3 changed files with 40 additions and 0 deletions

View File

@@ -575,6 +575,7 @@ extern const device_t ps1vga_mca_device;
extern const device_t voodoo_device;
extern const device_t voodoo_banshee_device;
extern const device_t creative_voodoo_banshee_device;
extern const device_t quantum3d_raven_device;
extern const device_t voodoo_3_1000_device;
extern const device_t voodoo_3_1000_agp_device;
extern const device_t voodoo_3_2000_device;