The onboard Cirrus in the Epson ActionTower 8400 now gets loaded in the correct PCI slot

This commit is contained in:
cartifanwlr
2024-02-17 15:22:56 +03:00
parent edee5fd839
commit fac527158c

View File

@@ -2007,7 +2007,7 @@ machine_at_actiontower8400_init(const machine_t *model)
device_add(&intel_flash_bxt_device); // The ActionPC 2600 has this so I'm gonna assume this does too.
device_add(&keyboard_ps2_ami_pci_device);
if (gfxcard[0] == VID_INTERNAL)
device_add(&gd5430_pci_device); // VBIOS not included in BIOS ROM
device_add(&gd5430_onboard_pci_device);
return ret;
}