From: sparky4 Date: Thu, 10 Mar 2016 22:25:20 +0000 (-0600) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=eeed3f1dd956a367532007219c336ea22e68ffcd wwww --- diff --git a/16.exe b/16.exe index b7898827..99c5f1da 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index aa6b4b6e..59cd032b 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 8e844cf4..a16cdafa 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index 57193335..bc465827 100755 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index def5aef1..92d6eea5 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index 4cb8cb53..c47f6872 100755 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index 3a0aa157..5b00fbdd 100755 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/maptest.exe b/maptest.exe index 55c9a186..dcec6df1 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index 8803c115..92b09790 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/palettel.exe b/palettel.exe index ad84677a..a9119179 100755 Binary files a/palettel.exe and b/palettel.exe differ diff --git a/scroll.exe b/scroll.exe index 3f97b397..d7518e4f 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/inputest.c b/src/inputest.c index f336695a..a59529c1 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)); + //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..68ef4d8d 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=0,testcontrolnoisy=0; /* ============================================================================= diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 44daca6d..36cc96bf 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -42,7 +42,7 @@ //#define TESTCONTROLNOISY #endif -extern word testkeyin,testcontrolnoisy; +static word testkeyin=0,testcontrolnoisy=0; #define KeyInt 9 // The keyboard ISR number diff --git a/test.exe b/test.exe index 051c420f..c11aee76 100755 Binary files a/test.exe and b/test.exe differ diff --git a/vgmtest.exe b/vgmtest.exe index 9408ca64..1a729a5d 100755 Binary files a/vgmtest.exe and b/vgmtest.exe differ