Short:        Manipulate C64/C128 CP/M disk images
Author:       Jochen Metzinger, Michael Steil, port by uploader
Uploader:     polluks sdf org (Stefan Haubenthal)
Type:         misc/emu
Version:      0.4a
Architecture: ppc-morphos

d64dump V0.4  view c64 disk images
Copyright (c) 1995-1997 Jochen Metzinger

Usage: d64dump [--help] image

image          disk image

-h --help      print this help, then exit


biosdump V0.4  view c64/c128 CP/M disk images
Copyright (c) 1995-1997 Jochen Metzinger

Usage: biosdump [--help] image

image          disk image

-h --help      print this help, then exit


cformat V0.4  create empty c64/c128 CP/M disk images
Copyright (c) 1996-1997  Jochen Metzinger

Usage: cformat [--help] [-0|-1|-2] image

-0 --c64       make a c64 disk image
-1 --ss        make a single sided c128 disk image [default]
-2 --ds        make a double sided c128 disk image
image          disk image

-h --help      print this help, then exit


ctools V0.4  manipulate c64/c128 CP/M disk images
Copyright (c) 1995-1997  Jochen Metzinger

Usage: ctools [--help] [-i] [-u user-array] image command [options]

-i --initdir           remove SFCB, XFCB and dir labels
-u --user user-array   set default user array (a-p)
image                  disk image
command                tool:
  c                      check directory (correct with -i)
  d [file]               show directory
  e file                 erase file
  g file                 get file from image
  h,?                    show this display this help and exit
  m file                 output dump of file
  p files                put files onto image
  r old new              rename old to new
  t file                 output file
  u                      unerase files

-h --help              print this help, then exit