@AmigaDave
Heres the information for the
Catweasel MK4 that you need:
Download
multidisk.device and copy it to your DEVS: directory.
Add new dosdriver to your DEVS:DosDrivers (for example named "CAT") containing following lines:
Device = multidisk.device
Unit = 1 /* 0 = connector at the middle, 1 = connector at the end of floppy cable */
Flags = 0 /* format #0 = Amiga DD */
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
mask = 0x7ffffffc
MaxTransfer = 0x00200000
Interleave = 0
LowCyl = 0
HighCyl = 79
Buffers = 5
BufMemType = 0
StackSize = 4096
Priority = 5
GlobVec = -1
Now you can mount the catweasel device by
typing "mount cat:" in to shell window.
Creating adf-files from Amiga floppies:
insert empty adf to DF0: and type "diskcopy cat: to df0: noverify"
Writing adf-files to Amiga floppies:
insert source adf to DF0: and type "diskcopy df0: to cat:"