Added Magneto-Optical disk emulation, though the UI settings for it are to be done later.

This commit is contained in:
TC1995
2020-04-01 19:04:53 +02:00
parent c0df76e9ff
commit 254e43fb64
17 changed files with 2636 additions and 10 deletions

View File

@@ -630,6 +630,8 @@ CDROMOBJ := cdrom.o \
ZIPOBJ := zip.o
MOOBJ := mo.o
ifeq ($(USB), y)
USBOBJ := usb.o
endif
@@ -726,7 +728,7 @@ else
endif
OBJ := $(MAINOBJ) $(INTELOBJ) $(CPUOBJ) $(CHIPSETOBJ) $(MCHOBJ) \
$(DEVOBJ) $(FDDOBJ) $(CDROMOBJ) $(ZIPOBJ) $(HDDOBJ) \
$(DEVOBJ) $(FDDOBJ) $(CDROMOBJ) $(ZIPOBJ) $(MOOBJ) $(HDDOBJ) \
$(USBOBJ) $(NETOBJ) $(PRINTOBJ) $(SCSIOBJ) $(SNDOBJ) $(VIDOBJ) \
$(PLATOBJ) $(UIOBJ) $(D2DOBJ) $(FSYNTHOBJ) $(MUNTOBJ) \
$(DEVBROBJ) $(DISCORDOBJ)