From: sparky4 Date: Tue, 24 Nov 2015 19:26:27 +0000 (-0600) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=630baf1b7495d3470b862228e24266aab80487ff;p=16.git wwww --- diff --git a/16.exe b/16.exe index b47a2787..22acdc6c 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index 97f9d78d..85e2a5f9 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 4829fa9c..f730e026 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index d9b9f58e..f7f7ff4d 100755 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index b1625d10..ed49d78a 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index 49665497..882c4d8f 100755 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index 10c2b1bd..ed7e43c8 100755 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/makefile b/makefile index 4ca20dac..dd3c816e 100755 --- a/makefile +++ b/makefile @@ -22,6 +22,10 @@ # -0 8088/8086 class code generation # -s disable stack overflow checking +# -zk0u translate kanji to unicode... wwww +# -zk0 kanji support~ +# -zkl current codepage + #%.C #192x144 #wwww will add these @@ -42,9 +46,6 @@ OBJ=obj #!endif TARGET_OS = dos -#-zk0u = translate kanji to unicode... wwww -#-zk0 = kanji support~ -#-zkl = current codepage #EXMMTESTDIR=16$(DIRSEP)exmmtest$(DIRSEP) SRC=src$(DIRSEP) @@ -58,15 +59,17 @@ VGMSNDLIB=$(SRCLIB)vgmsnd$(DIRSEP) DOSLIB=$(SRCLIB)doslib$(DIRSEP) WCPULIB=$(SRCLIB)wcpu$(DIRSEP) +AFLAGS=-mh -0 -d1 16FLAGS=-fh=16.hed BAKAPIFLAGS=-fh=bakapi.hed SFLAGS=-sg -st -of+ -zu -zdf -zff -zgf -k55808#60000#32768 DFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1 $(SFLAGS) ZFLAGS=-zk0 -zq -zc -zp8# -zm -CFLAGS=$(IFLAGS) -mh -lr -l=dos -wo# -d2##wwww +CFLAGS=$(AFLAGS) $(IFLAGS)-lr -l=dos -wo##wwww OFLAGS=-obmiler -out -oh -ei -zp8 -0 -fpi87 -onac -ol+ -ok####x FLAGS=$(CFLAGS) $(OFLAGS) $(DFLAGS) $(ZFLAGS) + DOSLIBEXMMOBJ = himemsys.$(OBJ) emm.$(OBJ) VGMSNDOBJ = vgmSnd.$(OBJ) 16_snd.$(OBJ) DOSLIBOBJ = adlib.$(OBJ) 8254.$(OBJ) 8259.$(OBJ) dos.$(OBJ) cpu.$(OBJ) @@ -88,8 +91,8 @@ all: $(EXEC) comp 16.exe: 16.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib wcl $(FLAGS) $(16FLAGS) 16.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib -fm=16.map -bakapi.exe: bakapi.$(OBJ) $(16LIBOBJS) gfx.lib - wcl $(FLAGS) $(BAKAPIFLAGS) bakapi.$(OBJ) $(16LIBOBJS) gfx.lib -fm=bakapi.map +bakapi.exe: bakapi.$(OBJ) $(16LIBOBJS) gfx.lib c_utils.$(OBJ) modex.$(OBJ) + wcl $(FLAGS) $(BAKAPIFLAGS) bakapi.$(OBJ) $(16LIBOBJS) gfx.lib c_utils.$(OBJ) modex.$(OBJ) -fm=bakapi.map # #Test Executables! # @@ -374,9 +377,9 @@ vgmSnd.$(OBJ): $(VGMSNDLIB)vgmSnd.h $(VGMSNDLIB)vgmSnd.c # wcl $(FLAGS) $(MFLAGS) -c $(EXMMLIB)memory.c c_utils.$(OBJ): $(MODEXLIB_)c_utils.asm - wcl -c $(FLAGS) $(MODEXLIB_)c_utils.asm + wcl -c $(AFLAGS) $(MODEXLIB_)c_utils.asm modex.$(OBJ): $(MODEXLIB_)modex.asm - wcl -c $(FLAGS) $(MODEXLIB_)modex.asm + wcl -c $(AFLAGS) $(MODEXLIB_)modex.asm # #other~ diff --git a/maptest.exe b/maptest.exe index 0eb8d216..34a080b3 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index 0dc57a5d..42f7a095 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/palettel.exe b/palettel.exe index f181ea5d..bd3308a9 100755 Binary files a/palettel.exe and b/palettel.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index bfbd9f63..e9ccd81f 100755 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/pcxtest2.exe b/pcxtest2.exe index e77b8140..ea2e98bb 100755 Binary files a/pcxtest2.exe and b/pcxtest2.exe differ diff --git a/planrpcx.exe b/planrpcx.exe index 41dd8f1e..682f3675 100755 Binary files a/planrpcx.exe and b/planrpcx.exe differ diff --git a/scroll.exe b/scroll.exe index f969c477..8b9769f2 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/lib/bakapee.h b/src/lib/bakapee.h index 3e228a4a..d1596109 100755 --- a/src/lib/bakapee.h +++ b/src/lib/bakapee.h @@ -25,6 +25,7 @@ #include "src/lib/16_head.h" #include "src/lib/modex16.h" +#include "src/lib/modex/modex.h" #define TILEWH 16 #define QUADWH TILEWH/2 @@ -32,7 +33,7 @@ #define LGQ 32 #define HGQ 55 -//#define TILE +#define TILE typedef struct { word gq; diff --git a/test.exe b/test.exe index e56b124c..73aa9805 100755 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 243e4682..fb16b1f7 100755 Binary files a/test2.exe and b/test2.exe differ diff --git a/vgmtest.exe b/vgmtest.exe index a0932794..2ccb997a 100755 Binary files a/vgmtest.exe and b/vgmtest.exe differ