Skip to content

Commit

Permalink
rt11dsk: autodetect offset 0/128/256 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed Nov 12, 2023
1 parent 7ae2b65 commit ba70ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rt11dsk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Parameters:
* `<FileName>` is a file name to read from or save to

Options:
* `-oXXXXX` — Set start offset to XXXXX; 0 by default
* `-oXXXXX` — Set start offset to XXXXX; 0 by default (offsets 128 and 256 are detected by word 000240)
* `-ms0515` — Sector interleaving used for MS0515 disks
* `-hd32` — Hard disk with 32 MB partitions

Expand Down
2 changes: 1 addition & 1 deletion rt11dsk/rt11dsk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void PrintUsage()
" <Partn> is hard disk image partition number, 0..23\n"
" <FileName> is a file name to read from or save to\n"
" Options:\n"
" " OPTIONSTR "oXXXXX Set start offset to XXXXX; 0 by default, 256 for .trd files\n"
" " OPTIONSTR "oXXXXX Set start offset to XXXXX; 0 by default (offsets 128 and 256 are detected by word 000240)\n"
" " OPTIONSTR "ms0515 Sector interleaving used for MS0515 disks\n"
" " OPTIONSTR "hd32 Hard disk with 32 MB partitions\n"
);
Expand Down

0 comments on commit ba70ca7

Please sign in to comment.