mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Enable the IBM MFM frontends (although they're not working yet).
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user