Update documentation for the new version.

This commit is contained in:
David Given
2021-05-20 22:41:03 +02:00
parent be97791428
commit 25656d81a1
17 changed files with 293 additions and 380 deletions

View File

@@ -22,16 +22,16 @@ Reading discs
Just do:
```
fluxengine read ibm
fluxengine read ibm -o trs80.jv3
```
You should end up with an `ibm.img` of the appropriate size. It's a simple
array of sectors in JV1 format.
You should end up with an `trs80.jv3` of the appropriate size. It's a simple
array of sectors in JV3 format.
If you've got a 40-track disk, use `-s :t=0-79x2`.
If you've got a 40-track disk, use `--cylinders=0-79x2`.
If you've got a single density disk, use `--read-fm=true`. (Double density is
the default.)
If you've got a single density disk, use
`--decoder.ibm.trackdata.read_fm=true`. (Double density is the default.)
Useful references