From d94db23979161808803b078338730f87c654ee46 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 12 Jun 2020 23:34:43 +0200 Subject: [PATCH] Re-added the built-in NCR 53c810 PCI SCSI controller to the ASUS PCI/I-486SP3G. --- src/machine/m_at_386dx_486.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/machine/m_at_386dx_486.c b/src/machine/m_at_386dx_486.c index af4e6797f..fb43d7b1c 100644 --- a/src/machine/m_at_386dx_486.c +++ b/src/machine/m_at_386dx_486.c @@ -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; }