Enable the IBM MFM frontends (although they're not working yet).

This commit is contained in:
David Given
2019-04-27 10:26:49 +02:00
parent a483ad987e
commit 374272ee71
4 changed files with 7 additions and 20 deletions

View File

@@ -26,7 +26,7 @@ int main(int argc, const char* argv[])
setReaderRevolutions(2);
Flag::parseFlags(argc, argv);
IbmMfmDecoder decoder(sectorIdBase);
IbmDecoder decoder(sectorIdBase);
readDiskCommand(decoder, outputFilename);
return 0;
}