aboutsummaryrefslogtreecommitdiff
path: root/src/RTC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RTC.cpp')
-rw-r--r--src/RTC.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/RTC.cpp b/src/RTC.cpp
index fed63d5..ba51dff 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++;
}