From: sparky4 Date: Tue, 21 Jul 2015 18:26:07 +0000 (-0500) Subject: ==major fixing?== X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=3728a317515202ad8d1df521fc0c330f5db137c9 ==major fixing?== modified: 16.exe 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/lib/16_mm.h modified: test.exe modified: test2.exe modified: tsthimem.exe --- diff --git a/16.exe b/16.exe index 7f8f0d89..2dc543d0 100644 Binary files a/16.exe and b/16.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 0f9724e9..d8d30925 100644 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index dd4e540b..5634fe75 100644 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index 6dae4b0b..2e497474 100644 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index f8d209f1..fd68a877 100644 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index 8573f4ea..ea094e04 100644 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/makefile b/makefile index 2d922640..3cd943e2 100644 --- 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 -k16384# -zdp# -zp16 -zq +CFLAGS=-zk0 -wo -x -mc -zu -k32768# -zdp# -zp16 -zq OFLAGS=-ot -ox -ob -oh -or# -om -ol -ol+ FLAGS=-0 -lr $(OFLAGS) $(CFLAGS) $(DFLAGS) #-d2 SRC=src$(DIRSEP) diff --git a/maptest.exe b/maptest.exe index 32f04da9..0629e4e9 100644 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index 9135dbb9..8a690407 100644 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 194b23d6..f3d37004 100644 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/sountest.exe b/sountest.exe index 40807e63..6d1708f0 100644 Binary files a/sountest.exe and b/sountest.exe differ diff --git a/src/lib/16_mm.h b/src/lib/16_mm.h index 7bf582af..4cac5cdd 100644 --- a/src/lib/16_mm.h +++ b/src/lib/16_mm.h @@ -36,10 +36,10 @@ #endif -#define SAVENEARHEAP 0x8000 // space to leave in data segment +#define SAVENEARHEAP 0x4000 // space to leave in data segment #define SAVEFARHEAP 0 // space to leave in far heap -#define BUFFERSIZE 0x4000 // miscelanious, allways available buffer +#define BUFFERSIZE 0x8000 // miscelanious, allways available buffer #define MAXBLOCKS 720 diff --git a/test.exe b/test.exe index f6977eb1..8988d339 100644 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index ba76d6b5..27d61d00 100644 Binary files a/test2.exe and b/test2.exe differ diff --git a/tsthimem.exe b/tsthimem.exe index e9b1e380..afdf0190 100644 Binary files a/tsthimem.exe and b/tsthimem.exe differ