Properly fixed the Bresenham line draw command on TGUI9440.

Added the TGUI9680 card and its corresponding 32bit mode and clipping.
Patterns on bitblt are more properly emulated.
This commit is contained in:
TC1995
2021-07-03 23:16:49 +02:00
parent a148d1fdda
commit d7a9a4f1f3
3 changed files with 922 additions and 378 deletions

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