From ba35c158dbc96497e8fd5b8663679ddece4091f0 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 21 Nov 2020 03:10:22 +0100 Subject: [PATCH] Fixed the PCI slots of the Soyo 4SA2. --- src/machine/m_at_386dx_486.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/machine/m_at_386dx_486.c b/src/machine/m_at_386dx_486.c index 2f4a11871..0a14926bf 100644 --- a/src/machine/m_at_386dx_486.c +++ b/src/machine/m_at_386dx_486.c @@ -730,8 +730,8 @@ machine_at_4sa2_init(const machine_t *model) device_add(&sis_85c496_device); pci_register_slot(0x0B, PCI_CARD_NORMAL, 1, 2, 3, 4); pci_register_slot(0x0D, PCI_CARD_NORMAL, 2, 3, 4, 1); - pci_register_slot(0x0E, PCI_CARD_NORMAL, 3, 4, 1, 2); - pci_register_slot(0x07, PCI_CARD_NORMAL, 4, 1, 2, 3); + pci_register_slot(0x0F, PCI_CARD_NORMAL, 3, 4, 1, 2); + pci_register_slot(0x11, PCI_CARD_NORMAL, 4, 1, 2, 3); device_add(&pc87332_device); device_add(&keyboard_ps2_pci_device);