Debug
[tpg/acess2.git] / Kernel / drv / kb.c
index 2e07aef..810ea8f 100644 (file)
@@ -110,6 +110,9 @@ void KB_IRQHandler()
        if(!ch && !gbKB_KeyUp)
                Warning("UNK %i %x", giKB_KeyLayer, scancode);
        
+       if(keyNum > 128)
+               Log("keyNum = %i\n");
+       
        // Reset Layer
        giKB_KeyLayer = 0;
        

UCC git Repository :: git.ucc.asn.au