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 c885f2c commit 38cf13cCopy full SHA for 38cf13c
examples/Host/Roland/IMG.CFG
@@ -38,6 +38,17 @@ tracks = 0-79 # This line can be adjusted
38
hskew = 1
39
cskew = 2
40
41
+# Matches 720kB images named *.mc-os.{img,ima,dsk}.
42
+# This higher level of interleave is found on the Roland MC-500 OS disk
43
+# (and also likely the MC-300 and MC-50).
44
+[mc-os::737280]
45
+cyls = 80
46
+heads = 2
47
+secs = 9
48
+bps = 512
49
+tracks = 0-79
50
+ interleave = 4
51
+
52
# Roland 1.44MB format may apply sector skew.
53
# This is as seen on a Roland MT-200.
54
[::1474560]
0 commit comments