Code update

This commit is contained in:
pagefault
2001-09-28 04:07:54 +00:00
parent f80a0b7968
commit 89de1e616a
2 changed files with 2 additions and 2 deletions

View File

@@ -240,7 +240,7 @@ NEWSYM init
mov byte[cfgnewgfx],1
.noforce
mov ebx,ebm
; mov ebx,ebm
mov eax,EndMessage
mov dh,17h
mov ch,67

View File

@@ -58,7 +58,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
LIBS=-lz -lm -lpng
CFLAGS=-O2 -g -Wall -Wno-unused -D__MSDOS__
ASM=nasm
ASMFLAGS=-f coff -g -D__MSDOS__