Get rid of mostly dead code

This commit is contained in:
libretroadmin
2022-06-20 06:07:40 +02:00
parent c3d84f5349
commit 6a31522981
14 changed files with 5 additions and 170 deletions

View File

@@ -35,7 +35,6 @@ 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); */
if (!(V & 0x1))
FTValR = (FTVal >> 8);
else if (!(V & 0x2))