Disabled defective ics5341-based bioses (16bpp would appear purprlish even on 16bpp and on 15bpp, though their roms won't be removed) and re-enabled the stg170x-based bioses with appropriate skew fixes (for real).

Replaced the ET4000/W32 (without letters) bios with a newer one.
Added ET4000/W32i VLB.
This commit is contained in:
TC1995
2021-03-24 19:06:38 +01:00
parent 955ac29555
commit 1763b2fcb2
4 changed files with 209 additions and 100 deletions

View File

@@ -259,9 +259,10 @@ extern const device_t et4000k_tg286_isa_device;
extern const device_t et4000_kasan_isa_device;
extern const device_t et4000_mca_device;
/* Tseng ET4000-W32p */
/* Tseng ET4000-W32x */
extern const device_t et4000w32_device;
extern const device_t et4000w32i_device;
extern const device_t et4000w32i_isa_device;
extern const device_t et4000w32i_vlb_device;
extern const device_t et4000w32p_vlb_device;
extern const device_t et4000w32p_pci_device;
extern const device_t et4000w32p_noncardex_vlb_device;