From: sparky4 Date: Thu, 10 Mar 2016 22:18:32 +0000 (-0600) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=fce0691854488157dd791cf14ab7dfe4b3f794fd;p=16.git wwww --- diff --git a/16.exe b/16.exe index 7ee5e637..21a1cf82 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index 520f92bd..99c06247 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 0242d4f2..02f20b9c 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index 49470226..57e8214f 100755 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index 685a19a4..945c67b5 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index 72f9b9c9..5bdce77a 100755 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe new file mode 100755 index 00000000..d7c70e50 Binary files /dev/null and b/inputest.exe differ diff --git a/maptest.exe b/maptest.exe index bc9717aa..a891e208 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index 73ae88e1..addee0b0 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/palettel.exe b/palettel.exe new file mode 100755 index 00000000..cf565353 Binary files /dev/null and b/palettel.exe differ diff --git a/planrpcx.exe b/planrpcx.exe new file mode 100755 index 00000000..5de4b5be Binary files /dev/null and b/planrpcx.exe differ diff --git a/scroll.exe b/scroll.exe index 1594d571..906231ed 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 4b8d65f8..3cceaa4e 100755 --- a/src/lib/16_in.c +++ b/src/lib/16_in.c @@ -38,7 +38,7 @@ #include "src/lib/16_in.h" -static word testkeyin=1,testcontrolnoisy=0; +word testkeyin=1,testcontrolnoisy=0; /* ============================================================================= diff --git a/src/lib/16_in.h b/src/lib/16_in.h index bbd2578c..44daca6d 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -42,6 +42,8 @@ //#define TESTCONTROLNOISY #endif +extern word testkeyin,testcontrolnoisy; + #define KeyInt 9 // The keyboard ISR number // Stuff for the joystick diff --git a/test.exe b/test.exe index 5f30d055..3bb05d96 100755 Binary files a/test.exe and b/test.exe differ diff --git a/tesuto.exe b/tesuto.exe new file mode 100755 index 00000000..c2dc6ecb Binary files /dev/null and b/tesuto.exe differ diff --git a/vgmtest.exe b/vgmtest.exe index f0b84ba8..f8510022 100755 Binary files a/vgmtest.exe and b/vgmtest.exe differ