mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
33 lines
259 B
Plaintext
33 lines
259 B
Plaintext
comment: 'Ampro 400kB/800kB 5.25" 40/80 track double sided'
|
|
|
|
input {
|
|
flux {
|
|
drive {}
|
|
}
|
|
}
|
|
|
|
output {
|
|
image {
|
|
filename: "ampro.img"
|
|
img {}
|
|
}
|
|
}
|
|
|
|
decoder {
|
|
ibm {
|
|
sector_id_base: 17
|
|
}
|
|
}
|
|
|
|
cylinders {
|
|
start: 0
|
|
end: 79
|
|
}
|
|
|
|
heads {
|
|
start: 0
|
|
end: 0
|
|
}
|
|
|
|
|