Start undoing C++ comments

This commit is contained in:
retro-wertz
2017-10-15 02:07:42 +08:00
parent e428160996
commit ebca2248d0
75 changed files with 641 additions and 582 deletions

View File

@@ -28,7 +28,7 @@ static uint8 bufit[0x66];
static uint8 kspos, kstrobe;
static uint8 ksindex;
//TODO: check all keys, some of the are wrong
/* TODO: check all keys, some of the are wrong */
static uint16 matrix[13][8] =
{
@@ -79,8 +79,9 @@ static uint8 FP_FASTAPASS(2) PEC586KB_Read(int w, uint8 ret) {
}
static void PEC586KB_Strobe(void) {
// kstrobe = 0;
// ksindex = 0;
/* kstrobe = 0;
ksindex = 0;
*/
}
static void FP_FASTAPASS(2) PEC586KB_Update(void *data, int arg) {