From: sparky4 Date: Thu, 10 Mar 2016 22:28:12 +0000 (-0600) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=5567269c594169b6651a053e2e34f7e3acc7e3de;p=16.git wwww --- diff --git a/16.exe b/16.exe index b7898827..21a1cf82 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index aa6b4b6e..99c06247 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 8e844cf4..02f20b9c 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index 57193335..57e8214f 100755 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index def5aef1..945c67b5 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index 4cb8cb53..5bdce77a 100755 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index cc137bf4..86002b15 100755 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/maptest.exe b/maptest.exe index 55c9a186..a891e208 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index 8803c115..addee0b0 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/palettel.exe b/palettel.exe index ad84677a..cf565353 100755 Binary files a/palettel.exe and b/palettel.exe differ diff --git a/scroll.exe b/scroll.exe index 3f97b397..906231ed 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/inputest.c b/src/inputest.c index a59529c1..31c8d907 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -38,7 +38,7 @@ main(int argc, char *argv[]) { IN_ReadControl(0,&player); //printf("%u\n", IN_KeyDown(sc_Escape)); - //printf("%u\n", IN_qb(sc_9)); + if(IN_qb(sc_9)>0) printf("%u\n", IN_qb(sc_9)); } IN_Shutdown(); //printf("%u\n", in.Keyboard[sc_Escape]); diff --git a/src/lib/16_in.c b/src/lib/16_in.c index cc67511d..3cceaa4e 100755 --- a/src/lib/16_in.c +++ b/src/lib/16_in.c @@ -38,7 +38,7 @@ #include "src/lib/16_in.h" -word testkeyin=0,testcontrolnoisy=0; +word testkeyin=1,testcontrolnoisy=0; /* ============================================================================= diff --git a/test.exe b/test.exe index 051c420f..3bb05d96 100755 Binary files a/test.exe and b/test.exe differ diff --git a/vgmtest.exe b/vgmtest.exe index 9408ca64..f8510022 100755 Binary files a/vgmtest.exe and b/vgmtest.exe differ