The Soyo 4SA2 now correctly has the Winbond W83787F Super I/O chip.

This commit is contained in:
OBattler
2021-04-13 00:31:09 +02:00
parent 58a1939dbf
commit 1a7bcec0f4

View File

@@ -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);