Added Tseng specific variants of the GenDAC ramdac (ICS 53x1).

Fixed (at least in a more correct way) software cursor under OS/2 Warp with the s3 trio/vision drivers.
Implemented 128x128 sprite/hwcursor on the et4000w32 cards per manual.
This commit is contained in:
TC1995
2021-03-24 03:51:56 +01:00
parent 08c25ba91d
commit 95976a2b26
4 changed files with 212 additions and 162 deletions

View File

@@ -275,4 +275,6 @@ extern const device_t sc1502x_ramdac_device;
extern const device_t sdac_ramdac_device;
extern const device_t stg_ramdac_device;
extern const device_t tkd8001_ramdac_device;
extern const device_t tseng_ics5301_ramdac_device;
extern const device_t tseng_ics5341_ramdac_device;
#endif