Merge pull request #1520 from 86Box/tc1995

Properly fixed the Bresenham line draw command on TGUI9440.
This commit is contained in:
Miran Grča
2021-07-04 00:31:31 +02:00
committed by GitHub
3 changed files with 922 additions and 378 deletions

View File

@@ -377,6 +377,7 @@ extern const device_t sigma_device;
extern const device_t tgui9400cxi_device;
extern const device_t tgui9440_vlb_device;
extern const device_t tgui9440_pci_device;
extern const device_t tgui9680_pci_device;
/* IBM PS/1 (S)VGA */
extern const device_t ibm_ps1_2121_device;

View File

@@ -160,6 +160,7 @@ video_cards[] = {
{ "virge375_vbe20_pci", &s3_virge_375_4_pci_device },
{ "cl_gd5446_stb_pci", &gd5446_stb_pci_device },
{ "tgui9440_pci", &tgui9440_pci_device },
{ "tgui9680_pci", &tgui9680_pci_device },
{ "voodoo_banshee_pci", &voodoo_banshee_device },
{ "voodoo3_2k_pci", &voodoo_3_2000_device },
{ "voodoo3_3k_pci", &voodoo_3_3000_device },

File diff suppressed because it is too large Load Diff