Changes from V3.50 to V3.62:

added support for the new Catweasel MK3 PCI/Flipper
controller. All methods of hardware installation are
supported: Zorro, A1200 clockport, and all installations
on clockports of individual Computers Zorro cards like
Buddha Flash, X-Surf, ISDN Surfer, VarIO.

This device is prepared to support the Catweasel MK3
in a PCI slot of an emulated Amiga (Amithlon, Amiga Forever
and the like), and Amiga PCI daughterboards like G-Rex,
Mediator and Prometheus. It still supports all versions of
the Catweasel since fall 1996.

Changes from V3.48 to V3.50:

added new disk formats:

special PC disk formats with higher numbers of sectors 
per cylinder. These formats are mostly used by install-
disks, but also by Nintendo backup station disks. 

Added Amiga, Atari and PC formats with more than 80 
cylinders. Be careful when using these formats, as some 
drives might be damaged by the command to move the R/W 
head to these very high track numbers. These formats are
mostly used by Atari ST scene-demos, but also as copy
protection for old Amiga games.

Extended the track range for C64 disks to 40 tracks. Now 
the Dolphin-DOS and Speed-DOS formatted disks with 749 
free blocks can be used with the Catweasel. Adaption of the
1541-filesystem might be necessary!

see multidisk.txt for closer information on the flags
parameters.

The unpublished internal beta version V3.49 contained an
update for the known 1541-write bug. Nibbles of the ID
section in the sector headers were swapped. We could not
test proper function of the write-routines due to lack of
time. Please report any bugs, the bugfix is contained in
this new version as well. 


Changes from V3.46 to V3.48:

- Catweasel MK2 (clockport-version) is now recognized
  on all 4 clock-ports of the Z4 board and on the two clock-
  ports of the X-Surf Ethernet board.


Changes from multidisk.device V3.42 to V3.46:

- Format error in Amiga DD and Amiga HD disks removed
- Crash with Buddha Flash removed
- tool for creating and writing disk images included

usage:   diskimage <FILENAME> [switches...]
 switches are:
   -device <devicename>    device to read from (with .device)
                           use "multidisk.device" for Catweasel
                           device names are case-sensitive!
   -unit <unitnumber>      unit number to read from
   -flags <openflags>      device openflags
                           see Catweasel manual for flags
                           or start tool with "-formats" switch
   -read                   read from device to file
   -write                  write from file to device
   -noverify               do not verify after writing
   -ignore                 ignore IOerrors when reading
   -?                      get this help
   -formats                list diskformats of multidisk.device
 either -read or -write must be specified.
 defaults are multidisk.device, unit 0, flags 0, verify on.

Flags for multidisk.device:

for 3.5" drives:
   0  AMIGA double-density
   1  AMIGA high-density
   2  MS-DOS double-density
   3  MS-DOS high-density
   4  ATARI 10 sector
   5  ATARI 11 sector
   6  COMMODORE 64 - 1581 floppy
   7  EXTRA HD  (2380kb)
   8  MS-DOS 20 sector (1600kB)
   9  MAC DD
  10  MAC DD single-sided

for 5.25" drives (PC-standard rotation speed 360 RPM):
  16  COMMODORE 64 - 1541 floppy
  17  MS-DOS 360kB
  18  MS-DOS 1200kB
  19  AMIGA trackdisk 5.25" (made 300RPM with paula)
  20  MS-DOS 720 kB
  21  MS-DOS 180 kB
  22  Apple II E  140kB
  23  Atari XL800
  24  Atari XL800-Enhanced density
  25  C64 1571 disk
