From 3fde8411a7484cd88877deaee38328eb573f5513 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Mon, 15 Jun 2020 13:40:54 +0200 Subject: [PATCH] fix ass-stupid RTC bug --- src/RTC.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/RTC.cpp b/src/RTC.cpp index fed63d50..ba51dff6 100644 --- a/src/RTC.cpp +++ b/src/RTC.cpp @@ -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++; }