mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add the prototype MX decoder.
This commit is contained in:
@@ -22,6 +22,7 @@ void AbstractDecoder::decodeToSectors(Track& track)
|
||||
_sector = §or;
|
||||
_fmr = &fmr;
|
||||
|
||||
beginTrack();
|
||||
for (;;)
|
||||
{
|
||||
Fluxmap::Position recordStart = sector.position = fmr.tell();
|
||||
|
||||
Reference in New Issue
Block a user