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

@@ -35,7 +35,7 @@ static uint8 FP_FASTAPASS(2) FT_Read(int w, uint8 ret) {
static void FP_FASTAPASS(1) FT_Write(uint8 V) {
FTValR = 0;
//printf("%08x\n",FTVal);
/* printf("%08x\n",FTVal); */
if (!(V & 0x1))
FTValR = (FTVal >> 8);
else if (!(V & 0x2))