From: sparky4 Date: Wed, 22 Jul 2015 00:57:18 +0000 (-0500) Subject: i done fucked it up X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=f7aaefdc33ed9a427befa6a89ca62132d473279a;p=16.git 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 --- diff --git a/16.exe b/16.exe index da731901..adba10fc 100644 Binary files a/16.exe and b/16.exe differ diff --git a/awoo.sh b/awoo.sh index 5ef0ca15..8a4cebd9 100644 --- a/awoo.sh +++ b/awoo.sh @@ -1,4 +1,4 @@ #!/bin/bash git add . bash ./boop.sh -cp exmmtest.exe /var/www/html/ +cp mmtest.exe /var/www/html/ diff --git a/fmemtest.exe b/fmemtest.exe index 98768a3d..e10d1ba5 100644 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index 102dbebd..6b0a4ea3 100644 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index e791c326..20ff5d62 100644 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index 874f2484..152e4f48 100644 Binary files a/inputest.exe and b/inputest.exe differ 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 e8de1797..33832a17 100644 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/exmmtest.exe b/mmtest.exe similarity index 84% rename from exmmtest.exe rename to mmtest.exe index ea03d7b7..3f26b77f 100644 Binary files a/exmmtest.exe and b/mmtest.exe differ diff --git a/palettec.exe b/palettec.exe index 4216e6f4..224f7739 100644 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index d724fb15..6aaad16e 100644 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/sountest.exe b/sountest.exe index c5fdcfcd..8075c8a0 100644 Binary files a/sountest.exe and b/sountest.exe differ diff --git a/src/exmmtest.c b/src/mmtest.c similarity index 100% rename from src/exmmtest.c rename to src/mmtest.c diff --git a/test.exe b/test.exe index ae9a9e0f..fa7d51c8 100644 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 1150f840..335a1cbb 100644 Binary files a/test2.exe and b/test2.exe differ diff --git a/tsthimem.exe b/tsthimem.exe index e54550cd..f8e7c773 100644 Binary files a/tsthimem.exe and b/tsthimem.exe differ