]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Tue, 24 Nov 2015 19:26:27 +0000 (13:26 -0600)
committersparky4 <sparky4@cock.li>
Tue, 24 Nov 2015 19:26:27 +0000 (13:26 -0600)
19 files changed:
16.exe
bakapi.exe
exmmtest.exe
fmemtest.exe
fontgfx.exe
fonttest.exe
inputest.exe
makefile
maptest.exe
palettec.exe
palettel.exe
pcxtest.exe
pcxtest2.exe
planrpcx.exe
scroll.exe
src/lib/bakapee.h
test.exe
test2.exe
vgmtest.exe

diff --git a/16.exe b/16.exe
index b47a27872bed364b3beea30039ffad41a08d15d8..22acdc6c694de7458e84c4c2ee3e04e714a935a1 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index 97f9d78dd7a6ba36fc4448f3dd1be079dab00685..85e2a5f9bdefb273bb676d857dd7775edfaee7cb 100755 (executable)
Binary files a/bakapi.exe and b/bakapi.exe differ
index 4829fa9c1cd38f24d4f797399cf6ba78a7c2e015..f730e026f4888d5f89c37fa25fbda941ab0d5b28 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index d9b9f58e96af2f1dedc983b3dc12058f3b10ca19..f7f7ff4deca7d685618cf173f82597c8555d3d46 100755 (executable)
Binary files a/fmemtest.exe and b/fmemtest.exe differ
index b1625d1055fcd5fd23c28bfb42a525583512ea35..ed49d78ab4ec2e9c0176f5aa640d4a85dcc7ca9f 100755 (executable)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index 49665497a75619d056d7a59800d534abf42b67e4..882c4d8f93d5736f633507d0ff7a58b043764c14 100755 (executable)
Binary files a/fonttest.exe and b/fonttest.exe differ
index 10c2b1bd7b7c69ed156c5252cb0d00f087aaa5d8..ed7e43c8c65fec6d352bd63d759e71422dab29bf 100755 (executable)
Binary files a/inputest.exe and b/inputest.exe differ
index 4ca20dac4d712fabbed13de8d98808650fd26984..dd3c816e00ba217e8f2b74689c3762b35e2b1626 100755 (executable)
--- a/makefile
+++ b/makefile
 # -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~
index 0eb8d21635733c4f3c7192189db6b5fcd99fae8f..34a080b33044904719d53b89dec2d78504041df8 100755 (executable)
Binary files a/maptest.exe and b/maptest.exe differ
index 0dc57a5dcdfdca5bada665d9302229882c416375..42f7a095fda1df04589e3701133dbf379debcf1e 100755 (executable)
Binary files a/palettec.exe and b/palettec.exe differ
index f181ea5d671b0ebbeb3d79fb8743552cd3b1002a..bd3308a941f45872965469e17b3d01dc10f035b5 100755 (executable)
Binary files a/palettel.exe and b/palettel.exe differ
index bfbd9f6399b118051408b6e2a8c7524005bb903b..e9ccd81f4afe462b4e2a011aa81f9eb2c4d41d63 100755 (executable)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index e77b814032938219925c3cdf6a11a7b19aa241d1..ea2e98bbb0a5b58419d992093b822501e536bd12 100755 (executable)
Binary files a/pcxtest2.exe and b/pcxtest2.exe differ
index 41dd8f1e5e3b4eb564d21e5cae88d422327af759..682f36751f3aa6c7470d89e4a2965185c60487ad 100755 (executable)
Binary files a/planrpcx.exe and b/planrpcx.exe differ
index f969c47729538d7a9e7c0d3b0d702370e4c096df..8b9769f278cffcf908b9f1a753e7cc5539caded2 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index 3e228a4af6bcd76bc0ffe5fcb545075b28979df4..d159610992e644ca7033691dbb3314fe671aa95a 100755 (executable)
@@ -25,6 +25,7 @@
 \r
 #include "src/lib/16_head.h"\r
 #include "src/lib/modex16.h"\r
+#include "src/lib/modex/modex.h"\r
 \r
 #define TILEWH 16\r
 #define QUADWH                 TILEWH/2\r
@@ -32,7 +33,7 @@
 #define LGQ         32\r
 #define HGQ         55\r
 \r
-//#define TILE\r
+#define TILE\r
 \r
 typedef struct {\r
        word gq;\r
index e56b124c06ce7dd217cd5319d08a15d2d349f207..73aa9805086ec0a571b487eed4cc928160a75ed4 100755 (executable)
Binary files a/test.exe and b/test.exe differ
index 243e4682b4290fe5fcebf7662c3669c4c59d5712..fb16b1f74f7dc82134251b02cb84b1da1d5e9d92 100755 (executable)
Binary files a/test2.exe and b/test2.exe differ
index a0932794f7807b6cf9cf9f8b5060e13b6b455450..2ccb997a3e3b9a4c71a99539d7498d1be0f07e81 100755 (executable)
Binary files a/vgmtest.exe and b/vgmtest.exe differ