Add a profile for the Basis Apple II format.

This commit is contained in:
dg
2023-03-28 19:40:58 +00:00
parent c28f757c5c
commit 049ffd3b04

View File

@@ -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"