From fac527158c80c24cc98a77ca837904a29a426d21 Mon Sep 17 00:00:00 2001 From: cartifanwlr Date: Sat, 17 Feb 2024 15:22:56 +0300 Subject: [PATCH] The onboard Cirrus in the Epson ActionTower 8400 now gets loaded in the correct PCI slot --- src/machine/m_at_386dx_486.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/m_at_386dx_486.c b/src/machine/m_at_386dx_486.c index 415b7b442..b6f2ec6d9 100644 --- a/src/machine/m_at_386dx_486.c +++ b/src/machine/m_at_386dx_486.c @@ -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; }