From f7aaefdc33ed9a427befa6a89ca62132d473279a Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 21 Jul 2015 19:57:18 -0500 Subject: [PATCH] i done fucked it up modified: 16.exe modified: awoo.sh modified: fmemtest.exe modified: fontgfx.exe modified: fonttest.exe modified: inputest.exe modified: makefile modified: maptest.exe renamed: exmmtest.exe -> mmtest.exe modified: palettec.exe modified: pcxtest.exe modified: sountest.exe renamed: src/exmmtest.c -> src/mmtest.c modified: test.exe modified: test2.exe modified: tsthimem.exe --- 16.exe | Bin 58219 -> 58219 bytes awoo.sh | 2 +- fmemtest.exe | Bin 21408 -> 21408 bytes fontgfx.exe | Bin 46687 -> 46687 bytes fonttest.exe | Bin 23970 -> 23970 bytes inputest.exe | Bin 43195 -> 43195 bytes makefile | 14 +++++++------- maptest.exe | Bin 57740 -> 57740 bytes exmmtest.exe => mmtest.exe | Bin 21513 -> 21509 bytes palettec.exe | Bin 43472 -> 43472 bytes pcxtest.exe | Bin 73531 -> 73531 bytes sountest.exe | Bin 70329 -> 70329 bytes src/{exmmtest.c => mmtest.c} | 0 test.exe | Bin 43925 -> 43925 bytes test2.exe | Bin 49327 -> 49327 bytes tsthimem.exe | Bin 40128 -> 40128 bytes 16 files changed, 8 insertions(+), 8 deletions(-) rename exmmtest.exe => mmtest.exe (84%) rename src/{exmmtest.c => mmtest.c} (100%) diff --git a/16.exe b/16.exe index da73190178aba1e5903706af241cf4ac7516fdc5..adba10fcdaf867fe22f2977c296013f3184ceafb 100644 GIT binary patch delta 36 ucmV+<0NelT#slld0}@SI^Z`2n-~c)Rt_c7C(+2>6u@cJ10f4jJ$Br8%h7eBx delta 36 ucmV+<0NelT#slld0}@SI^Z`2n-~c)RE&>1l(+2W&Mj_uQ9!5!qA_jQ|5sv@=S(zCcHVV!3WNg^H#`6m&0KwS{ZU6uP delta 36 scmZ3moN>W&Mj_uQ9!5!qA_jSeDGdMrvobSqY!sU5$;h#Jjpr9m0K!=c_5c6? diff --git a/fontgfx.exe b/fontgfx.exe index 102dbebd8c4a0c1f58b8ab7decb99c17bc0ff570..6b0a4ea30e73398db74985ac0e7280d80d52044e 100644 GIT binary patch delta 36 ucmV+<0NelH>;m8H0uoJHA^|f1!2mM=r3nB3#0CI>u@a}D0f4i*p`{cI)ehzW delta 36 ucmV+<0NelH>;m8H0uoJHA^|f1!2mM=B?15c#0CHeu@a}D0SL3Yp`{f1SPgFg diff --git a/fonttest.exe b/fonttest.exe index e791c326bc2cfb53d3e2a428a26e87b684a741f6..20ff5d62f7459d66ed4ae136f408c92333bb22c6 100644 GIT binary patch delta 36 scmZ3qn{m-@Mj_v*7)EJ^Y6e9HQI7xrJ((FAHVSPHWNg@cEbtCD0M^9}Y5)KL delta 36 scmZ3qn{m-@Mj_v*7)EJ^Y6eAysSN-BdonX{Y!uoY$jGtzSl}IQ0M|te@&Et; diff --git a/inputest.exe b/inputest.exe index 874f2484849956d1b6bee954c4d9bab6e94c9163..152e4f48bad271b5a608856d0253075bdaa01cc7 100644 GIT binary patch delta 36 scmdmek!kluCL!Ob1B|*1xr}iPiX8v{$FnjtY!q5Og|T7tzA1l&0r<5JGXMYp delta 36 ucmV+<0Nek&(E_{C0uoJHzyU1)Z2?{Yp#cB?Uj+aNu@bA40SL3cl>HO=H4VD} diff --git a/makefile b/makefile index d74ea808..b1f470a7 100644 --- a/makefile +++ b/makefile @@ -13,13 +13,13 @@ 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#16384# -zdp# -zp16 -zq OFLAGS=-ot -ox -ob -oh -or# -om -ol -ol+ FLAGS=-0 -d2 -lr $(OFLAGS) $(CFLAGS) $(DFLAGS) SRC=src$(DIRSEP) SRCLIB=$(SRC)lib$(DIRSEP) JSMNLIB=$(SRCLIB)jsmn$(DIRSEP) -EXMMLIB=$(SRCLIB)exmm$(DIRSEP) +#EXMMLIB=$(SRCLIB)exmm$(DIRSEP) DOSLIB=$(SRCLIB)doslib$(DIRSEP) WCPULIB=$(SRCLIB)wcpu$(DIRSEP) @@ -28,7 +28,7 @@ DOSLIBOBJ = adlib.$(OBJ) midi.$(OBJ) 8254.$(OBJ) 8259.$(OBJ) dos.$(OBJ) cpu.$(OB 16LIBOBJS = 16_in.$(OBJ) 16_mm.$(OBJ) wcpu.$(OBJ) 16_head.$(OBJ) scroll16.$(OBJ) 16_ca.$(OBJ) GFXLIBOBJS = modex16.$(OBJ) bitmap.$(OBJ) planar.$(OBJ) 16text.$(OBJ) -all: 16.exe exmmtest.exe test.exe pcxtest.exe test2.exe palettec.exe maptest.exe fmemtest.exe fonttest.exe fontgfx.exe sountest.exe tsthimem.exe inputest.exe +all: 16.exe mmtest.exe test.exe pcxtest.exe test2.exe palettec.exe maptest.exe fmemtest.exe fonttest.exe fontgfx.exe sountest.exe tsthimem.exe inputest.exe #testemm.exe testemm0.exe fonttes0.exe miditest.exe # @@ -95,8 +95,8 @@ maptest.exe: maptest.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) 16.lib fmemtest.exe: fmemtest.$(OBJ) 16.lib wcl $(FLAGS) fmemtest.$(OBJ) 16.lib -exmmtest.exe: exmmtest.$(OBJ) 16.lib - wcl $(FLAGS) exmmtest.$(OBJ) 16.lib +mmtest.exe: mmtest.$(OBJ) 16.lib + wcl $(FLAGS) mmtest.$(OBJ) 16.lib # #executable's objects @@ -158,8 +158,8 @@ testemm0.$(OBJ): $(SRC)testemm0.c tsthimem.$(OBJ): $(SRC)tsthimem.c wcl $(FLAGS) -c $(SRC)tsthimem.c -exmmtest.$(OBJ): $(SRC)exmmtest.c - wcl $(FLAGS) -c $(SRC)exmmtest.c +mmtest.$(OBJ): $(SRC)mmtest.c + wcl $(FLAGS) -c $(SRC)mmtest.c # #non executable objects libraries diff --git a/maptest.exe b/maptest.exe index e8de1797bc32c6ae978b8c40dc901c42c2f6286a..33832a17416a11a34b4d23a545a0f01d85e29d57 100644 GIT binary patch delta 36 scmeA<%-nOBS;#jkhQWs69fKXidXE49udy>UY!v!(jIm)e`|(yO0Q%<+QUCw| delta 36 scmeA<%-nOBS;#jkhQWs69fKW%KI8xY*Vq|2HVSlam{dlVs0O)xP+W-In diff --git a/exmmtest.exe b/mmtest.exe similarity index 84% rename from exmmtest.exe rename to mmtest.exe index ea03d7b74b82db43ae15b543ccfe711a768725a0..3f26b77f9ec63eede9d123fac84466b9443c7d47 100644 GIT binary patch delta 1094 zcmZ{jT}YE*6vvg zB*8p=81z9Gg+)YWL_{A15hDr=%Tlb1h@gn>x+&1k^9*LfI`IDaKj(MO;q2M_o*agr zVKDpa3m})pn9Q=$W@n8$);(hGaKI4uJ63@kM;s-f;iRL)u&I!-2!_;5%yF6w*XZ(rVs}M0WMjxv4hM0_Bf}+p;BjYlQ(H3Dkds(^(CY#py1g5^KI-U~ zNP9^cn@pB*Q$UZz^7NcnkutV|OEMC?S@4M9g-OOuf}at*M{phOITwQ4nQ9OV5PBn( z&QWrS0k@2t58;nMZqbDBz0^ThGq2W0CyC7(vCe0Q9z5z(;2vK0$&i6BNY~<5(hwS} zWoSSfX)kW6R$vVGkx$0~()DE28Ic^LnP=QUPaU3MA!$*`qkJIEop)n{!Cfb5>eyfGgo+{%b cmn7$M(|`@ZJX5}I{&zciDtH9+-{=PZ0vsE@ng9R* delta 932 zcmZvbO-vI(6vyXn%V#u{3R1PYv_|Mk;?kC&2Q)-EP)aGqkAoT&3I*j$L5gz0gT`W1 zh<}6PLGgw$ArcY}Bt}k#5EBfFA{RLr<3&Tf=t0Fd+fc#P~sTgDKd1!^$oCjEJ=@e_SBe_ zdMp${$djMc=oG?izzp99w@U$@ym(wGO!y*WU?_U z2h(I`S|Tyxez)Pbq|5YR!pR`+!-gL-{N(z-7Z~0t>bSI7X|_pKzzz5_@;Fq)HI!9q zG>5iImAiP8S%Oi{lwpD6UVP`+1ZTiY!#EO9=`ErGjVdtAaUZ6bHY_ps->OpS404(G zQOcafDdsm^s`5IHXUI$J;sd`b@z-CyM!eB6ysq*p!h*EmHrfMMP^DIsGw+~@IfWSW zBSx56m}VZrr=XfTmnq9y^Uxo(ao1hdDtS@PtVI*EAF*o9F>jTNhFtPQef3!58*ji* z%vEc24nKIuUD!h^Jx57MqkV`lXE4A#j7iQ9VKJl~TgsO8zU-7Gy4Tc;zex5*=^F~9 j>iUmwGyJ0A*RAn&I8n3Ny4CdWKQSJwxk%>E{5Smu$T`3Y diff --git a/palettec.exe b/palettec.exe index 4216e6f4f7c79b089b8bc53b0f7629e27a8a9314..224f77393662486d61624616c536b776a3884546 100644 GIT binary patch delta 36 ucmV+<0Nel2(*n@b0uoJHh5#=BumCOqqzM22J_Z1Qu@dQ(0f4jomDCdjqYm-_ delta 36 scmca`nd!o1CL!ObHU@o$4Gek=DvbaC+p#flY!rGqm62ofpQ%@b0rMsedjJ3c diff --git a/pcxtest.exe b/pcxtest.exe index d724fb15128390755fa01aee925bd03d0de94683..6aaad16eea1032d9ce8dfbd1cf09444f2f7e4de6 100644 GIT binary patch delta 40 wcmdnJk7f5h79roLDuyVAmkhQHXF2}=-_Fg@&?vN3h;auCW5f2-EQ|$G06A+8YybcN delta 40 wcmdnJk7f5h79roLDuyVAmkhQHzKs9>Z|7# diff --git a/sountest.exe b/sountest.exe index c5fdcfcdeb3593d93a1b653909ea6e8e3d561545..8075c8a07f2b27efc2fd2a36edd0b3066131e324 100644 GIT binary patch delta 36 scmdnFlx62q79rm#2S$H}S&W$s!5shp@8e`>*eEpVJ7dG(4AIQeguu-UbI%C7;zUk~D0QKh$Bme*a delta 36 scmbPwooVWICL!ObZH)R18yNH$R2cvN4`gHD*eFyzosna6-*k2n0ONTJtpET3 diff --git a/test2.exe b/test2.exe index 1150f840e675eed3b33fe1ea962abb645f788f74..335a1cbb2cb807f137b6399f3024957da55bb101 100644 GIT binary patch delta 36 scmZ4A$h^LhS;#kP6N53sUIrtEH5~u{A7x``*eF!8lCfcP`$`RQ0PqHWY!s^RWNg?xsZ&oF0O7C