We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bdb27 commit 786636eCopy full SHA for 786636e
lib/fluxsink/scpfluxsink.cc
@@ -52,6 +52,8 @@ class ScpFluxSink : public FluxSink
52
_fileheader.start_track = strackno(minTrack, minSide);
53
_fileheader.end_track = strackno(maxTrack, maxSide);
54
_fileheader.flags = SCP_FLAG_INDEXED;
55
+ if (globalConfig()->drive().drive_type() == DRIVETYPE_APPLE2)
56
+ error("you can't write Apple II flux images to SCP files yet");
57
if (globalConfig()->drive().drive_type() != DRIVETYPE_40TRACK)
58
_fileheader.flags |= SCP_FLAG_96TPI;
59
_fileheader.cell_width = 0;
0 commit comments