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:
@@ -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;
|
||||
|
@@ -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
Reference in New Issue
Block a user