Add the prototype MX decoder.

This commit is contained in:
David Given
2019-07-02 00:40:38 +02:00
parent bba2f856a5
commit 3ee31b96a4
9 changed files with 156 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ void AbstractDecoder::decodeToSectors(Track& track)
_sector = &sector;
_fmr = &fmr;
beginTrack();
for (;;)
{
Fluxmap::Position recordStart = sector.position = fmr.tell();