From: sparky4 Date: Thu, 10 Mar 2016 22:17:00 +0000 (-0600) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=147100f749160c2fbb44d1fcf0e0d13597796a16;hp=6b51341cc50e7930dd4343cb412d7c32447e2ca7;p=16.git wwww --- diff --git a/16.exe b/16.exe index 5fcf0b06..7ee5e637 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index c24e6c6f..520f92bd 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 65e30944..0242d4f2 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index 751e5f64..49470226 100755 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index 64913903..685a19a4 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index 2d552dee..72f9b9c9 100755 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/maptest.exe b/maptest.exe index bf18ba4d..bc9717aa 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index 45e49e39..73ae88e1 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/scroll.exe b/scroll.exe index 56de9238..1594d571 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 84804f6c..4b8d65f8 100755 --- a/src/lib/16_in.c +++ b/src/lib/16_in.c @@ -38,6 +38,8 @@ #include "src/lib/16_in.h" +static word testkeyin=1,testcontrolnoisy=0; + /* ============================================================================= diff --git a/src/lib/16_in.h b/src/lib/16_in.h index fae60e9f..bbd2578c 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -42,8 +42,6 @@ //#define TESTCONTROLNOISY #endif -const static word testkeyin=1,testcontrolnoisy=1; - #define KeyInt 9 // The keyboard ISR number // Stuff for the joystick diff --git a/test.exe b/test.exe index 5c99f97f..5f30d055 100755 Binary files a/test.exe and b/test.exe differ diff --git a/vgmtest.exe b/vgmtest.exe index 5169e57c..f0b84ba8 100755 Binary files a/vgmtest.exe and b/vgmtest.exe differ