OSDN Git Service

wwww
authorsparky4 <sparky4@cock.li>
Thu, 10 Mar 2016 22:25:20 +0000 (16:25 -0600)
committersparky4 <sparky4@cock.li>
Thu, 10 Mar 2016 22:25:20 +0000 (16:25 -0600)
16 files changed:
16.exe
bakapi.exe
exmmtest.exe
fmemtest.exe
fontgfx.exe
fonttest.exe
inputest.exe
maptest.exe
palettec.exe
palettel.exe
scroll.exe
src/inputest.c
src/lib/16_in.c
src/lib/16_in.h
test.exe
vgmtest.exe

diff --git a/16.exe b/16.exe
index b789882..99c5f1d 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index aa6b4b6..59cd032 100755 (executable)
Binary files a/bakapi.exe and b/bakapi.exe differ
index 8e844cf..a16cdaf 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 5719333..bc46582 100755 (executable)
Binary files a/fmemtest.exe and b/fmemtest.exe differ
index def5aef..92d6eea 100755 (executable)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index 4cb8cb5..c47f687 100755 (executable)
Binary files a/fonttest.exe and b/fonttest.exe differ
index 3a0aa15..5b00fbd 100755 (executable)
Binary files a/inputest.exe and b/inputest.exe differ
index 55c9a18..dcec6df 100755 (executable)
Binary files a/maptest.exe and b/maptest.exe differ
index 8803c11..92b0979 100755 (executable)
Binary files a/palettec.exe and b/palettec.exe differ
index ad84677..a911917 100755 (executable)
Binary files a/palettel.exe and b/palettel.exe differ
index 3f97b39..d7518e4 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index f336695..a59529c 100755 (executable)
@@ -38,7 +38,7 @@ main(int argc, char *argv[])
        {\r
                IN_ReadControl(0,&player);\r
                //printf("%u\n", IN_KeyDown(sc_Escape));\r
-               printf("%u\n", IN_qb(sc_9));\r
+               //printf("%u\n", IN_qb(sc_9));\r
        }\r
        IN_Shutdown();\r
        //printf("%u\n", in.Keyboard[sc_Escape]);\r
index cc67511..68ef4d8 100755 (executable)
@@ -38,7 +38,7 @@
 \r
 #include "src/lib/16_in.h"\r
 \r
-word testkeyin=0,testcontrolnoisy=0;\r
+// word testkeyin=0,testcontrolnoisy=0;\r
 \r
 /*\r
 =============================================================================\r
index 44daca6..36cc96b 100755 (executable)
@@ -42,7 +42,7 @@
 //#define TESTCONTROLNOISY\r
 #endif\r
 \r
-extern word testkeyin,testcontrolnoisy;\r
+static word testkeyin=0,testcontrolnoisy=0;\r
 \r
 #define        KeyInt  9       // The keyboard ISR number\r
 \r
index 051c420..c11aee7 100755 (executable)
Binary files a/test.exe and b/test.exe differ
index 9408ca6..1a729a5 100755 (executable)
Binary files a/vgmtest.exe and b/vgmtest.exe differ