mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 09:05:32 -07:00
Cirrus: Revert to the old behavior of loading the generic ISA VBIOS on the Vectra 486VL and Siemens-Nixdorf D824, fixes Windows 3.1 drivers
This commit is contained in:
@@ -4335,9 +4335,9 @@ gd54xx_init(const device_t *info)
|
||||
case CIRRUS_ID_CLGD5428:
|
||||
if (info->local & 0x200) {
|
||||
if (machines[machine].init == machine_at_vect486vl_init)
|
||||
romfn = BIOS_GD5428_ONBOARD_HP_PATH;
|
||||
romfn = BIOS_GD5428_ISA_PATH;
|
||||
else if (machines[machine].init == machine_at_d824_init)
|
||||
romfn = BIOS_GD5428_ONBOARD_SNI_PATH;
|
||||
romfn = BIOS_GD5428_ISA_PATH;
|
||||
else if (machines[machine].init == machine_at_acera1g_init)
|
||||
romfn = BIOS_GD5428_ONBOARD_ACER_PATH;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user