Moderately crudely hack in routing side information to the decoders; this is

needed by the Victor 9000 decoder to figure out the right clock rate.
This commit is contained in:
David Given
2019-04-16 19:50:25 +02:00
parent 9b59e7025d
commit 7a49ec7819
25 changed files with 77 additions and 53 deletions

View File

@@ -119,7 +119,7 @@ uint8_t decode_side(uint8_t side)
}
SectorVector MacintoshDecoder::decodeToSectors(
const RawRecordVector& rawRecords, unsigned physicalTrack)
const RawRecordVector& rawRecords, unsigned physicalTrack, unsigned physicalSide)
{
std::vector<std::unique_ptr<Sector>> sectors;
int nextSector;