Added QEMU's fifo8 code.

Added the NCR 53c90 SCSI MCA card and reworked the AMD PCscsi/Tekram DC390 code to use a better port.
This commit is contained in:
TC1995
2021-12-18 14:44:14 +01:00
parent ae128ebb0e
commit 688748adbe
7 changed files with 1035 additions and 240 deletions

View File

@@ -27,6 +27,7 @@
extern const device_t dc390_pci_device;
extern const device_t ncr53c90_mca_device;
#endif /*SCSI_BUSLOGIC_H*/