Removed the last vestiges of IBM PS/2 model 70 type 4.

This commit is contained in:
OBattler
2021-11-15 23:58:12 +01:00
parent 7b25d8bac9
commit 47d742b65e
2 changed files with 0 additions and 34 deletions

View File

@@ -63,9 +63,6 @@ ifeq ($(DEV_BUILD), y)
ifndef PAS16
PAS16 := n
endif
ifndef PS2M70T4
PS2M70T4 := y
endif
ifndef SIO_DETECT
SIO_DETECT := y
endif
@@ -124,9 +121,6 @@ else
ifndef PAS16
PAS16 := n
endif
ifndef PS2M70T4
PS2M70T4 := n
endif
ifndef SIO_DETECT
SIO_DETECT := n
endif
@@ -524,10 +518,6 @@ OPTS += -DUSE_PAS16
DEVBROBJ += snd_pas16.o
endif
ifeq ($(PS2M70T4), y)
OPTS += -DUSE_PS2M70T4
endif
ifeq ($(SIO_DETECT), y)
OPTS += -DUSE_SIO_DETECT
DEVBROBJ += sio_detect.o