From 1a7bcec0f41a475ed73eae915ecab7cd0d3b0ae6 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 13 Apr 2021 00:31:09 +0200 Subject: [PATCH] The Soyo 4SA2 now correctly has the Winbond W83787F Super I/O chip. --- 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 3fc72e971..1852f9846 100644 --- a/src/machine/m_at_386dx_486.c +++ b/src/machine/m_at_386dx_486.c @@ -887,7 +887,7 @@ machine_at_4sa2_init(const machine_t *model) 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(&w83787f_device); device_add(&keyboard_ps2_pci_device); device_add(&intel_flash_bxt_device);