From: sparky4 Date: Sat, 1 Aug 2015 00:32:07 +0000 (-0500) Subject: ok i added all the appropriate optimization switches!! wwww but not the others..... X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=3b86895a76aaa88fb0813355905d3681214404aa;p=16.git ok i added all the appropriate optimization switches!! wwww but not the others.... i think we should have a dynamic stack modified: 16.exe new file: DEBUG.16 new file: MMDUMP.16 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 94c1d6cf..810265f4 100644 Binary files a/16.exe and b/16.exe differ diff --git a/DEBUG.16 b/DEBUG.16 new file mode 100644 index 00000000..e06f4714 --- /dev/null +++ b/DEBUG.16 @@ -0,0 +1,6 @@ +Seg:0 Size:5376 Owner:0x168c +Seg:1500 Size:256 Owner:0x5a12 +Seg:1600 Size:273 Owner:0x92aa +Seg:1b9b Size:17 Owner:0xffc1 +Seg:1d9c Size:49764 Owner:0x2402 +Seg:e000 Size:4294909951 Owner:0x9b58 diff --git a/MMDUMP.16 b/MMDUMP.16 new file mode 100644 index 00000000..680bfda4 Binary files /dev/null and b/MMDUMP.16 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 317cc1d8..98ff4043 100644 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index ec710680..5315f501 100644 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index d5018602..6ed61970 100644 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index d5dd6f94..d076545c 100644 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index 92c4b884..7c285fa5 100644 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index 0f715093..23ef2228 100644 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/makefile b/makefile index 9172248c..0b7b9225 100644 --- a/makefile +++ b/makefile @@ -25,8 +25,8 @@ BAKAPIFLAGS=-fh=bakapi.hed SFLAGS=-sg -st -of+ -k32768#51200#49152#24576 DFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1 $(SFLAGS) ZFLAGS=-zk0 -zq -zu# -zm# -zc# -zdp# -zp16 -CFLAGS=-mc -lr -l=dos -wo -x -d2 -OFLAGS=-onatx -oh -oi -ei -zp8 -0 -fpi87 -oebrml -ol+ +CFLAGS=-mc -lr -l=dos -wo -x## -d2 +OFLAGS=-obmiler -out -oh -ei -zp8 -0 -fpi87 -onac -ol+ -ok####x FLAGS=$(OFLAGS) $(CFLAGS) $(DFLAGS) $(ZFLAGS) DOSLIBEXMMOBJ = himemsys.$(OBJ) emm.$(OBJ) diff --git a/maptest.exe b/maptest.exe index cbe8df70..aacc41f3 100644 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index def0ef72..ca7d070c 100644 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 2d23d88c..23218e8d 100644 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/scroll.exe b/scroll.exe index 7d734535..17298293 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/sega.exe b/sega.exe index 4d7e238c..5c44f05b 100644 Binary files a/sega.exe and b/sega.exe differ diff --git a/sountest.exe b/sountest.exe index 6a219c15..273a8d3f 100644 Binary files a/sountest.exe and b/sountest.exe differ diff --git a/test.exe b/test.exe index f92b0fb3..c1a320d8 100644 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index b3bfa877..0216f29c 100644 Binary files a/test2.exe and b/test2.exe differ diff --git a/tsthimem.exe b/tsthimem.exe index 07b43325..6d1f5bc1 100644 Binary files a/tsthimem.exe and b/tsthimem.exe differ