]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Thu, 10 Mar 2016 22:26:26 +0000 (16:26 -0600)
committersparky4 <sparky4@cock.li>
Thu, 10 Mar 2016 22:26:26 +0000 (16:26 -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/lib/16_in.c
src/lib/16_in.h
test.exe
vgmtest.exe

diff --git a/16.exe b/16.exe
index 99c5f1da9f7c916963afc929cd997b9d486a60a4..b7898827a8328fd96b78bf302d630ec85879da9e 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index 59cd032bde031ee7cfb781c4c80df5b076549c98..aa6b4b6e4002a397700c21608da2b6d737d2962f 100755 (executable)
Binary files a/bakapi.exe and b/bakapi.exe differ
index a16cdafa31eec554da549f293d2109c126579610..8e844cf409cfcd63a40d6cb0345445d875717492 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index bc4658278af17c641f73ceeb82ff4d594f974477..57193335f95d015a2650fba639ff76ea82ee5461 100755 (executable)
Binary files a/fmemtest.exe and b/fmemtest.exe differ
index 92d6eea55928d0dca574d8f7e28af8bc216bbeb5..def5aef127ef5eb65079982a5928fa8f94e5e693 100755 (executable)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index c47f68721107ee34be235cfa881bcfec06a5ef37..4cb8cb536e83cc4fba087853a1ba203b11d72328 100755 (executable)
Binary files a/fonttest.exe and b/fonttest.exe differ
index 5b00fbdd2d52446d94e10e4d3cb765abcb979f4a..cc137bf42999df2ba3db43ca493595f6a37b6b20 100755 (executable)
Binary files a/inputest.exe and b/inputest.exe differ
index dcec6df16fdfd16e64e6a8468b171a7be6a33cb8..55c9a1860c21031ceab63b1ac05b1f263aaf686f 100755 (executable)
Binary files a/maptest.exe and b/maptest.exe differ
index 92b09790aef6991179b12b511b3a8dec604fe262..8803c115a3cec54fc34b05168c2c6111bb676ed3 100755 (executable)
Binary files a/palettec.exe and b/palettec.exe differ
index a91191791a834c068f3f072035027c8214618a62..ad84677a083b834a4696499553ee89bfcd7dd30d 100755 (executable)
Binary files a/palettel.exe and b/palettel.exe differ
index d7518e4f0a1085ab45e27b49281fb503781f8250..3f97b397575244617b91f70efed361e5de96bc90 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index 68ef4d8d3e783d1eeaa68563ba2d72d949a1beeb..cc67511d62015bd16638f3ff825663d5337ac6b0 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 36cc96bfe4e9672c3118e3e9466f6bb5eebaf1cf..44daca6d19583efdcde9f07881bae4765d887126 100755 (executable)
@@ -42,7 +42,7 @@
 //#define TESTCONTROLNOISY\r
 #endif\r
 \r
-static word testkeyin=0,testcontrolnoisy=0;\r
+extern word testkeyin,testcontrolnoisy;\r
 \r
 #define        KeyInt  9       // The keyboard ISR number\r
 \r
index c11aee7673ddf96a79e44540e7864043db48cd14..051c420f1177e1511d9bc8cac6eccbdf6bbee4cb 100755 (executable)
Binary files a/test.exe and b/test.exe differ
index 1a729a5db1613cccbbdd02ccbf51afbb525700aa..9408ca64d2dc5e9603f733783dfb6bf24c8a2da9 100755 (executable)
Binary files a/vgmtest.exe and b/vgmtest.exe differ