]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Thu, 10 Mar 2016 22:23:01 +0000 (16:23 -0600)
committersparky4 <sparky4@cock.li>
Thu, 10 Mar 2016 22:23:01 +0000 (16:23 -0600)
15 files changed:
16.exe
bakapi.exe
exmmtest.exe
fmemtest.exe
fontgfx.exe
fonttest.exe
inputest.exe
maptest.exe
palettec.exe
palettel.exe
scroll.exe
src/inputest.c
src/lib/16_in.c
test.exe
vgmtest.exe

diff --git a/16.exe b/16.exe
index abf255e7e504b3a16ad1e8fd5a935f989d42197a..b7898827a8328fd96b78bf302d630ec85879da9e 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index b59758f8e5c88d20adc18c4c3b0a513be1012824..aa6b4b6e4002a397700c21608da2b6d737d2962f 100755 (executable)
Binary files a/bakapi.exe and b/bakapi.exe differ
index 2a327e43a07f4c33f2191210c66f51cd6fc0d8cb..8e844cf409cfcd63a40d6cb0345445d875717492 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index f436cea9472f06e612db1bff85c42236ba693e5b..57193335f95d015a2650fba639ff76ea82ee5461 100755 (executable)
Binary files a/fmemtest.exe and b/fmemtest.exe differ
index 02f8aa1bb89b75f3faec817e41248b5ea6f96736..def5aef127ef5eb65079982a5928fa8f94e5e693 100755 (executable)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index 08509c735642d67688813f73fcb1890e3a9086fa..4cb8cb536e83cc4fba087853a1ba203b11d72328 100755 (executable)
Binary files a/fonttest.exe and b/fonttest.exe differ
index 0d90a8be64f1d9f84d149b25e2193aab3506b404..3a0aa157b30d9309d4fc3453f25f5992e8708278 100755 (executable)
Binary files a/inputest.exe and b/inputest.exe differ
index c0c54c48179602670c7db05c8fbf2ace3062aeaa..55c9a1860c21031ceab63b1ac05b1f263aaf686f 100755 (executable)
Binary files a/maptest.exe and b/maptest.exe differ
index 15fc7d8c51db8a83f8408c0ecba291e91438378d..8803c115a3cec54fc34b05168c2c6111bb676ed3 100755 (executable)
Binary files a/palettec.exe and b/palettec.exe differ
index c1218f01aa173ca6ac27fb484a33d9f4b5483a19..ad84677a083b834a4696499553ee89bfcd7dd30d 100755 (executable)
Binary files a/palettel.exe and b/palettel.exe differ
index bafad09fb6db7cea5bdbfce11ce18a43bdd4248d..3f97b397575244617b91f70efed361e5de96bc90 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index 81f558767c97398a73f70266e3adff944594ef03..f336695a3b8afd1927aa39c3f26a92bb91851b40 100755 (executable)
@@ -30,7 +30,7 @@ main(int argc, char *argv[])
        player_t player[MaxPlayers];\r
        //extern struct inconfig inpu;\r
        testkeyin=1;\r
-       testcontrolnoisy=1;\r
+       testcontrolnoisy=0;\r
        IN_Startup();\r
        IN_Default(0,&player,ctrl_Joystick);\r
        //while(!IN_KeyDown(sc_Escape))\r
index 2fa528996eb2388320fda8994f406132bdd6b21c..cc67511d62015bd16638f3ff825663d5337ac6b0 100755 (executable)
@@ -38,7 +38,7 @@
 \r
 #include "src/lib/16_in.h"\r
 \r
-word testkeyin=1,testcontrolnoisy=0;\r
+word testkeyin=0,testcontrolnoisy=0;\r
 \r
 /*\r
 =============================================================================\r
@@ -1215,7 +1215,7 @@ void IN_ClearKey(byte code)
 boolean IN_qb(byte kee)\r
 {\r
 //#ifdef TESTKEYIN\r
-//     if(testkeyin > 0) printf("%u\n", inpu.Keyboard[kee]);\r
+       if(testkeyin > 0) printf("%u\n", inpu.Keyboard[kee]);\r
 //#endif\r
        if(inpu.Keyboard[kee]==true) return 1;\r
        else return 0;\r
index cbcf9d896b1d282319b9f0c3e5b3bd417fd48775..051c420f1177e1511d9bc8cac6eccbdf6bbee4cb 100755 (executable)
Binary files a/test.exe and b/test.exe differ
index d5506fe64a2e2c5b2818f0562f6e22499630fe36..9408ca64d2dc5e9603f733783dfb6bf24c8a2da9 100755 (executable)
Binary files a/vgmtest.exe and b/vgmtest.exe differ