From: sparky4 Date: Fri, 31 Jul 2015 22:38:22 +0000 (-0500) Subject: The stack is causing the most issues X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=132eef6ec812fbfdffd1566ce898c652b1db06b5;p=16.git The stack is causing the most issues modified: 16.exe new file: PROFILE.16 modified: bakapi.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: scroll.exe modified: sega.exe modified: sountest.exe modified: test.exe modified: test2.exe modified: tsthimem.exe --- diff --git a/16.exe b/16.exe index f5913d96..85e6fc4a 100644 Binary files a/16.exe and b/16.exe differ diff --git a/PROFILE.16 b/PROFILE.16 new file mode 100644 index 00000000..e69de29b diff --git a/bakapi.exe b/bakapi.exe index 4d5bb556..a30c1bb0 100644 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index b1754460..324f4f9d 100644 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index 41a8b191..a5a7ab9a 100644 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index 882b21c0..bf8a3afa 100644 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index cd586412..4de46206 100644 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index d05fecfb..c8083960 100644 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/makefile b/makefile index c0713ebc..9eafa639 100644 --- a/makefile +++ b/makefile @@ -23,7 +23,7 @@ WCPULIB=$(SRCLIB)wcpu$(DIRSEP) 16FLAGS=-fh=16.hed BAKAPIFLAGS=-fh=bakapi.hed #-st -zu -SFLAGS=-k24576#32768#51200#49152 +SFLAGS=-k32768#51200#49152#24576 DFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1 $(SFLAGS) ZFLAGS=-zk0 -zq# -zu# -zm# -zc# -zdp# -zp16 -zq CFLAGS=-mc -ei -wo -x diff --git a/maptest.exe b/maptest.exe index 713e2bd9..2b70d831 100644 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index 87b8b72f..7f2d2708 100644 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 34b854b1..491a9cff 100644 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/scroll.exe b/scroll.exe index a8b51d6c..9d132349 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/sega.exe b/sega.exe index 4e83099e..f71de577 100644 Binary files a/sega.exe and b/sega.exe differ diff --git a/sountest.exe b/sountest.exe index 52d3e132..db2fbe05 100644 Binary files a/sountest.exe and b/sountest.exe differ diff --git a/test.exe b/test.exe index 9ae0ae07..4b164a39 100644 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index ce7a9848..17b2e157 100644 Binary files a/test2.exe and b/test2.exe differ diff --git a/tsthimem.exe b/tsthimem.exe index d0d6fc99..405febaa 100644 Binary files a/tsthimem.exe and b/tsthimem.exe differ