Files
fluxengine/src/writables/brother240.textpb
David Given 99b9145a0d Convert the imagereader to a simple block fetcher and hook up the geometry
mapper to it. Seems to work given some basic testing.
2021-05-27 00:06:50 +02:00

39 lines
321 B
Plaintext

comment: 'Brother 240kB 3.5" 78-track GCR disks'
input {
image {
filename: "brother240.img"
img {}
}
}
output {
flux {
drive {}
}
}
geometry {
cylinders: 78
heads: 1
trackdata {
sectors: 12
sector_size: 256
}
}
encoder {
brother {}
}
cylinders {
start: 0
end: 77
}
heads {
start: 0
end: 0
}