Cleaned up the VGA video mode source code.

This commit is contained in:
stainless
2001-09-08 23:58:34 +00:00
parent a223e79ec2
commit 5bb846d1a6

View File

@@ -59,7 +59,7 @@ 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=-Lobj -lz -lm -lpng
CFLAGS=-Id:/zsnes/zlib -O2 -g -Wall -D__MSDOS__
CFLAGS=-O2 -g -Wall -D__MSDOS__
ASM=nasm
ASMFLAGS=-f coff -g -D__MSDOS__
CC=gcc