Scroll to navigation

CC1541(1) cc1541 manual CC1541(1)

NAME

cc1541 - A tool for creating Commodore 1541 Floppy disk images in D64, D71 or D81 format with custom sector interleaving etc. Also supports extended tracks 35-40 using either SPEED DOS or DOLPHIN DOS BAM-formatting.

SYNOPSIS

cc1541 [-niwfoVTPOlBMdtuxFsSeErbc45gqvh] image.[d64|d71|d81]

OPTIONS

-n diskname

Disk name, default=cc1541.

-i id

Disk ID, default=00 2a.

-w localname

Write local file to disk, if filename is not set then the local name is used. After file written, the filename is unset.

-f filename

Use filename as name when writing next file, use prefix # to include arbitrary PETSCII characters (e.g. -f "START#a0,8,1").

-o

Do not overwrite if file with same name exists already.

-V

Do not modify image unless it is in valid CBM DOS format.

-T filetype

Filetype for next file, allowed parameters are PRG, SEQ, USR, REL and DEL. For DEL, the input file is ignored. Default is PRG.

-P

Set write protect flag for next file.

-O

Set open flag for next file.

-N

Force creation of a new directory entry, even if a file with the same name exists already.

-l filename

Write loop file (an additional dir entry) to existing file to disk, set filename with -f.

-B numblocks

Write the given value as file size in blocks to the directory for the next file.

-M numchars

Hash computation maximum filename length, this must match loader option FILENAME_MAXLENGTH in Krill’s Loader. Default is 16.

-m

Ignore filename hash collisions, without this switch a collision results in an error.

-d track

Maintain a shadow directory (copy of the actual directory without a valid BAM).

-t

Use dirtrack to also store files (makes -x useless) (default no).

-u numblocks

When using -t, amount of dir blocks to leave free (default=2).

-x

Don’t split files over dirtrack hole (default split files).

-F

Next file first sector on a new track (default=0). Any negative value assumes aligned tracks and uses current sector + interleave. After each file, the value falls back to the default. Not applicable for D81.

-S value

Default sector interleave, default=10. At track end, reduces this by 1 to accomodate large tail gap. If negative, no special treatment of tail gap. Not applicable for D81.

-s value

Next file sector interleave, valid after each file. At track end, reduces this by 1 to accomodate large tail gap. If negative, no special treatment of tail gap. The interleave value falls back to the default value set by -S after the first sector of the next file. Not applicable for D81.

-e

Start next file on an empty track (default start sector is current sector plus interleave).

-E

Try to fit file on a single track.

-r track

Restrict next file blocks to the specified track or higher.

-b sector

Set next file beginning sector to the specified value. Not applicable for D81.

-c

Save next file cluster-optimized (d71 only).

-4

Use tracks 35-40 with SPEED DOS BAM formatting.

-5

Use tracks 35-40 with DOLPHIN DOS BAM formatting.

-g filename

Write additional g64 output file with given name.

-q

Be quiet.

-v

Be verbose.

-h

Print commandline help.

EXIT STATUS

0

Success.

-1

Failure.

RESOURCES

Project web site: https://bitbucket.org/PTV_Claus/cc1541/src

BUGS REPORTS

Please report bugs to: https://bitbucket.org/PTV_Claus/cc1541/issues/new

LICENSE

Copyright © 2008-2019 JackAsser, Krill, Claus, Björn Esser.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

AUTHOR

Björn Esser <besser82@fedoraproject.org>

Author.
02/07/2021 cc1541 v3.2