Re-added the built-in NCR 53c810 PCI SCSI controller to the ASUS PCI/I-486SP3G.

This commit is contained in:
OBattler
2020-06-12 23:34:43 +02:00
parent 92a1425896
commit d94db23979

View File

@@ -477,6 +477,7 @@ machine_at_486sp3g_init(const machine_t *model)
device_add(&sst_flash_29ee010_device);
device_add(&i420zx_device);
device_add(&ncr53c810_pci_device);
return ret;
}