Fix bugs to make the IBM decoder work again.

This commit is contained in:
David Given
2021-11-26 21:17:58 +01:00
parent 20ade1de7b
commit 2cbe39e553
5 changed files with 19 additions and 7 deletions

View File

@@ -108,6 +108,7 @@ public:
_currentHeaderLength = (matcher == &MFM_PATTERN) ? 3 : 0;
Fluxmap::Position here = tell();
resetFluxDecoder();
if (_currentHeaderLength > 0)
readRawBits(_currentHeaderLength*16);
auto idbits = readRawBits(16);