mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
39 lines
321 B
Plaintext
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
|
|
}
|
|
|