]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.c
__seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd...
[16.git] / src / lib / 16_in.c
index a2b280466c5a03ef39e7a5a89ea75a9f79951c18..c2550ec764ef43a65c0815c3967d5155d73667b6 100755 (executable)
@@ -61,7 +61,6 @@ struct inconfig
        JoystickDef     JoyDefs[MaxJoys];\r
 } inpu;\r
 \r
-//extern inconfig inpu;\r
 //inpu.KbdDefs = {0x1d,0x38,/*0x47,*/0x48,/*0x49,*/0x4b,0x4d,/*0x4f,*/0x50/*,0x51*/};\r
 \r
 /*\r
@@ -150,15 +149,9 @@ static     byte        far ASCIINames[] =          // Unshifted ASCII for scan codes
 \r
 static Direction       DirTable[] =            // Quick lookup for total direction\r
                                        {\r
-                                               //dir_Nortinest,\r
-                                               dir_North,\r
-                                               dir_West,\r
-                                               dir_None,\r
-                                               dir_East,\r
-                                               dir_South\r
-                                               //dir_NorthEast,\r
-                                               //dir_Soutinest,\r
-                                               //,dir_SouthEast\r
+                                               /*dir_NorthWest,        */dir_North,/*  dir_NorthEast,*/\r
+                                               dir_West,               dir_None,       dir_East,\r
+                                               /*dir_SouthWest,        */dir_South/*,  dir_SouthEast*/\r
                                        };\r
 #ifdef __cplusplus\r
 }\r
@@ -175,8 +168,8 @@ void interrupt
 INL_KeyService()\r
 {\r
 static boolean special;\r
-               byte    k,c;\r
-               register byte temp;\r
+               byte    k,c,\r
+                               temp;\r
 \r
        k = inp(0x60);  // Get the scan code\r
 \r