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