]> 4ch.mooo.com Git - 16.git/commitdiff
====OK IT FINALLY WORKS!!!! EXMMTEST!====
authorsparky4 <sparky4@cock.li>
Tue, 21 Jul 2015 19:05:38 +0000 (14:05 -0500)
committersparky4 <sparky4@cock.li>
Tue, 21 Jul 2015 19:05:38 +0000 (14:05 -0500)
modified:   16.exe
modified:   DEBUG.TXT
modified:   exmmtest.exe
modified:   fmemtest.exe
modified:   fontgfx.exe
modified:   fonttest.exe
modified:   inputest.exe
modified:   makefile
modified:   maptest.exe
modified:   palettec.exe
modified:   pcxtest.exe
modified:   sountest.exe
modified:   src/exmmtest.c
modified:   src/lib/16_mm.h
modified:   test.exe
modified:   test2.exe
modified:   tsthimem.exe

17 files changed:
16.exe
DEBUG.TXT
exmmtest.exe
fmemtest.exe
fontgfx.exe
fonttest.exe
inputest.exe
makefile
maptest.exe
palettec.exe
pcxtest.exe
sountest.exe
src/exmmtest.c
src/lib/16_mm.h
test.exe
test2.exe
tsthimem.exe

diff --git a/16.exe b/16.exe
index 2dc543d0b67c198707bbfbde8f0b3c97f94d16b8..7f8f0d89126ce08bf86efaefae4566b0e44d3428 100644 (file)
Binary files a/16.exe and b/16.exe differ
index 3330ac44520d761fbb1531f638422633dfc1cecc..81336a4fe8100c051106da59796457ba14b056f5 100644 (file)
--- a/DEBUG.TXT
+++ b/DEBUG.TXT
@@ -1,7 +1,7 @@
-Seg:0  Size:113936     Owner:0x37e\r
-Seg:1e1b       Size:40768      Owner:0xab4\r
-Seg:280f       Size:16384      Owner:0x32e2\r
-Seg:3259       Size:711280     Owner:0x468b\r
+Seg:0  Size:113952     Owner:0x568b\r
+Seg:1bd2       Size:4096       Owner:0x32e2\r
+Seg:221c       Size:24384      Owner:0x400a\r
+Seg:2e5a       Size:727648     Owner:0xbc21\r
 Seg:e000       Size:31344      Owner:0x5aa8\r
 \r
 MM_ShowMemory: Memory block order currupted!\r
index d8d309253d0b7617875131b76c0ba680f6518853..977918040a74b68e59adc39160968ccfcf1b4560 100644 (file)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 5634fe75e2721020273e7907ca07c8a16a0c0894..dd4e540bbaa97b51da673f0b433a56afb60b5c9a 100644 (file)
Binary files a/fmemtest.exe and b/fmemtest.exe differ
index 2e49747413d7b6b29113a77cb4a2278ca5bb12fb..6dae4b0b04cf735d5f56faf01c3f85105765de38 100644 (file)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index fd68a87769dfe3fe2941948611fc00732699b996..f8d209f15230e362df2fb76c3c37681977dfb561 100644 (file)
Binary files a/fonttest.exe and b/fonttest.exe differ
index ea094e0483a0ac9bc0f8917a8aff83a39280000e..8573f4ea29dcc5b6af9b8746c57f1914a31f4e7b 100644 (file)
Binary files a/inputest.exe and b/inputest.exe differ
index 3cd943e25be3b055eed249448eeec399b63255e8..2d922640034bbae2a9acbf510ee179f6db8ea212 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@ TARGET_OS = dos
 #-zkl = current codepage
 
 DFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1# -zm
-CFLAGS=-zk0 -wo -x -mc -zu -k32768# -zdp# -zp16 -zq
+CFLAGS=-zk0 -wo -x -mc -zu -k16384# -zdp# -zp16 -zq
 OFLAGS=-ot -ox -ob -oh -or# -om -ol -ol+
 FLAGS=-0 -lr $(OFLAGS) $(CFLAGS) $(DFLAGS) #-d2
 SRC=src$(DIRSEP)
index 0629e4e9a67bce16d221dfee9dbdd4d2ffe1e8f1..32f04da93f27ca799e38bd647c3d9055f75e387d 100644 (file)
Binary files a/maptest.exe and b/maptest.exe differ
index 8a690407ccf572ce090d9f93ca954ab65ef7d2c1..9135dbb9422883cadf9530610e9d326d6338bd01 100644 (file)
Binary files a/palettec.exe and b/palettec.exe differ
index f3d37004f6df003a45595912bfd59f5f0bf21165..194b23d60c139841fe88a6da9908b0fa41738340 100644 (file)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index 6d1708f0bd9d30741104a5fab03d9a18bea9e3b5..40807e63f8fdff9704797a0645ae20a7e108d290 100644 (file)
Binary files a/sountest.exe and b/sountest.exe differ
index e77f771408c5c31e7b6699601726d1629693c3df..e2310e9af5f912016652d152a5934caf6355e8ca 100644 (file)
@@ -45,7 +45,7 @@ main(int argc, char *argv[])
        if(argv[1]) bakapee = argv[1];
        else bakapee = "data/koishi~~.pcx";
        //if(argv[2])
-               //#define FILEINIT
+//             #define FILEINIT
 
        textInit();\r
 
index 4cac5cdd5250c793314c84adc7234582e89c2d4c..7284752c8f9f9535862d67aedbd2452e377fb013 100644 (file)
@@ -37,9 +37,9 @@
 
 
 #define SAVENEARHEAP   0x4000          // space to leave in data segment
-#define SAVEFARHEAP            0                       // space to leave in far heap
+#define SAVEFARHEAP    0x4000                  // space to leave in far heap
 
-#define        BUFFERSIZE              0x8000          // miscelanious, allways available buffer
+#define        BUFFERSIZE              0x1000          // miscelanious, allways available buffer
 
 #define MAXBLOCKS              720
 
index 8988d339ce6f6d6e20da927d837f77352ff9837e..f6977eb1648d4d26cd8bd1a17cccc62426040180 100644 (file)
Binary files a/test.exe and b/test.exe differ
index 27d61d00f9382ca41893db9e50fa6638e05f851f..ba76d6b50abbcfde6d9649d6a6381f815274c294 100644 (file)
Binary files a/test2.exe and b/test2.exe differ
index afdf0190464166f06af407759f9b5b7a30519d15..e9b1e3804586f02c4654bf8af78c3c82479e1f17 100644 (file)
Binary files a/tsthimem.exe and b/tsthimem.exe differ