From: sparky4 Date: Tue, 26 May 2015 17:39:19 +0000 (-0500) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=4daf6ddbf0fc3981d5d4a29765bab1289cb36738;p=16.git wwww modified: data/g.pal modified: makefile modified: maptest.exe modified: pcxtest.exe modified: scroll.exe modified: src/scroll.c modified: test.exe modified: test2.exe --- diff --git a/data/g.pal b/data/g.pal index a28aa983..9fae0178 100644 Binary files a/data/g.pal and b/data/g.pal differ diff --git a/makefile b/makefile index ea954ebc..4f3ab84a 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ #-zk0 = kanji support~ #-zkl = current codepage -CFLAGS=-zkl# -zm# -mh# -wo -x# -zdp# -zp16 -zq +CFLAGS=-zkl -zm -mh -wo -x# -zdp# -zp16 -zq OFLAGS=-ot -ox -ob -oh -or# -om -ol -ol+ FLAGS=-0 -d2 $(OFLAGS) $(CFLAGS) REMOVECOMMAND=del diff --git a/maptest.exe b/maptest.exe index c1406547..507078f9 100644 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 3f18a930..6378e10c 100644 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/scroll.exe b/scroll.exe index d1dae04c..504fc52c 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/scroll.c b/src/scroll.c index ccbb9d69..7c542a8d 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -1,5 +1,5 @@ #include "src/lib/dos_kb.h" -#include "src/lib/mapread.c" +#include "src/lib/mapread.h" //#include "16\lib\x\modex.h" #include "src/lib/wtest/wtest.c" #include "src/lib/planar.c" diff --git a/test.exe b/test.exe index 3e26ba26..4faa1ec2 100644 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 5475dfeb..05bb1367 100644 Binary files a/test2.exe and b/test2.exe differ