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

@@ -474,7 +474,7 @@ CXXFLAGS := $(CFLAGS)
# Create the (final) list of objects to build. #
#########################################################################
MAINOBJ := 86box.o config.o log.o random.o timer.o io.o acpi.o apm.o dma.o ddma.o \
nmi.o pic.o pit.o port_6x.o port_92.o ppi.o pci.o mca.o \
nmi.o pic.o pit.o port_6x.o port_92.o ppi.o pci.o mca.o fifo8.o \
usb.o device.o nvr.o nvr_at.o nvr_ps2.o \
$(VNCOBJ)