Port of the reworked svga memory addressing, normal chain4 mapping and ma13/14 mapping for non-CGA modes.

Fixed ET4000/W32 (without letters) hardware cursor.
Fixed non-interlaced 1280x1024x8bpp Cirrus mode in the 5434.
Added a note regarding the Radius (HT209) 8bpp render.
Reworked the TGUI9440, but still WIP.
This commit is contained in:
TC1995
2021-05-30 01:52:43 +02:00
parent 8189e3cc12
commit d63ce5ab82
11 changed files with 1251 additions and 824 deletions

View File

@@ -742,6 +742,8 @@ et4000_init(const device_t *info)
dev->svga.translate_address = get_et4000_addr;
dev->svga.packed_chain4 = 1;
return(dev);
}