mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add a profile for the Basis Apple II format.
This commit is contained in:
@@ -9,6 +9,26 @@ encoder {
|
||||
apple2 {}
|
||||
}
|
||||
|
||||
option {
|
||||
name: "plain-appledos"
|
||||
comment: "specifies AppleDOS format, but without sector skew"
|
||||
message: "using AppleDOS filesystem but with no sector skew"
|
||||
|
||||
config {
|
||||
image_reader {
|
||||
filesystem_sector_order: true
|
||||
}
|
||||
|
||||
image_writer {
|
||||
filesystem_sector_order: true
|
||||
}
|
||||
|
||||
filesystem {
|
||||
type: APPLEDOS
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
option {
|
||||
name: "appledos"
|
||||
comment: "specifies AppleDOS soft sector skew for filesystem access and images"
|
||||
|
||||
Reference in New Issue
Block a user