mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Set enable_side_byte for Acorn formats, because the machines don't always write
it.
This commit is contained in:
@@ -26,3 +26,9 @@ fluxengine read acorndfs
|
||||
You should end up with an `acorndfs.img` of the appropriate size for your disk
|
||||
format. This is an alias for `fluxengine read ibm` with preconfigured
|
||||
parameters.
|
||||
|
||||
References
|
||||
----------
|
||||
|
||||
- [The Acord DFS disc format](https://beebwiki.mdfs.net/Acorn_DFS_disc_format)
|
||||
|
||||
|
||||
@@ -12,7 +12,9 @@ image_writer {
|
||||
}
|
||||
|
||||
decoder {
|
||||
ibm {}
|
||||
ibm {
|
||||
ignore_side_byte: true
|
||||
}
|
||||
}
|
||||
|
||||
cylinders {
|
||||
|
||||
@@ -12,7 +12,9 @@ image_writer {
|
||||
}
|
||||
|
||||
decoder {
|
||||
ibm {}
|
||||
ibm {
|
||||
ignore_side_byte: true
|
||||
}
|
||||
}
|
||||
|
||||
cylinders {
|
||||
|
||||
Reference in New Issue
Block a user