Removed use joystick port 209h from windows port

This commit is contained in:
pagefault
2001-05-01 20:23:27 +00:00
parent 4705c5b71a
commit e250c3d57f
4 changed files with 7 additions and 7 deletions

View File

@@ -59,9 +59,9 @@ MAINOBJ=cfgload.o endmem.o fixsin.o init.o ui.o vcache.o water.o
OBJS=${CHIPSOBJ} ${CPUOBJ} ${DOSOBJ} ${GUIOBJ} ${VIDEOBJ} ${PREOBJ} ${MAINOBJ} ${ZIPOBJ}
LIBS=-lz -lgcc -lm
CFLAGS=
CFLAGS=-D__MSDOS__
ASM=nasm
ASMFLAGS=-f coff
ASMFLAGS=-f coff -D__MSDOS__
CC=gcc
PP=gpp