OSDN Git Service

wwww
authorsparky4 <sparky4@cock.li>
Thu, 10 Mar 2016 22:28:12 +0000 (16:28 -0600)
committersparky4 <sparky4@cock.li>
Thu, 10 Mar 2016 22:28:12 +0000 (16:28 -0600)
15 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
test.exe
vgmtest.exe

diff --git a/16.exe b/16.exe
index b789882..21a1cf8 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index aa6b4b6..99c0624 100755 (executable)
Binary files a/bakapi.exe and b/bakapi.exe differ
index 8e844cf..02f20b9 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 5719333..57e8214 100755 (executable)
Binary files a/fmemtest.exe and b/fmemtest.exe differ
index def5aef..945c67b 100755 (executable)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index 4cb8cb5..5bdce77 100755 (executable)
Binary files a/fonttest.exe and b/fonttest.exe differ
index cc137bf..86002b1 100755 (executable)
Binary files a/inputest.exe and b/inputest.exe differ
index 55c9a18..a891e20 100755 (executable)
Binary files a/maptest.exe and b/maptest.exe differ
index 8803c11..addee0b 100755 (executable)
Binary files a/palettec.exe and b/palettec.exe differ
index ad84677..cf56535 100755 (executable)
Binary files a/palettel.exe and b/palettel.exe differ
index 3f97b39..906231e 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index a59529c..31c8d90 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
+               if(IN_qb(sc_9)>0) printf("%u\n", IN_qb(sc_9));\r
        }\r
        IN_Shutdown();\r
        //printf("%u\n", in.Keyboard[sc_Escape]);\r
index cc67511..3cceaa4 100755 (executable)
@@ -38,7 +38,7 @@
 \r
 #include "src/lib/16_in.h"\r
 \r
-word testkeyin=0,testcontrolnoisy=0;\r
+word testkeyin=1,testcontrolnoisy=0;\r
 \r
 /*\r
 =============================================================================\r
index 051c420..3bb05d9 100755 (executable)
Binary files a/test.exe and b/test.exe differ
index 9408ca6..f851002 100755 (executable)
Binary files a/vgmtest.exe and b/vgmtest.exe differ