fix ass-stupid RTC bug

This commit is contained in:
Arisotura 2020-06-15 13:40:54 +02:00
parent fc5eedc716
commit 3fde8411a7

View File

@ -174,7 +174,6 @@ void ByteIn(u8 val)
case 0x70: Output[0] = FreeReg; break;
}
}
InputPos++;
return;
}
@ -220,8 +219,6 @@ void ByteIn(u8 val)
if (InputPos == 1) FreeReg = val;
break;
}
InputPos++;
}