Here is a list of files included in the support distribution.

==============================================================================
COCOPGMS.CAS    - Example programs of using memory mapped I/O commands.
                  Programs are named PGM1, PGM2, PGM3 & PGM4

*******************************************************************************
**** These drivers are for accessing REAL TRS-80 disks with 256 byte       ****
**** sectors. 99% of all COCO disks are of this type and these drivers     ****
**** should be used to access them. Disks not readable with these drivers  ****
**** may be readable with the variable length sector drivers listed below. ****
F350_720.DSK    - Driver for accessing 80 track disks in a 3.5" PC A: drive
F351_720.DSK    - Driver for accessing 80 track disks in a 3.5" PC B: drive
FDD0_360.DSK    - Driver for accessing 40 track disks in a 360k PC A: drive
FDD1_360.DSK    - Driver for accessing 40 track disks in a 360k PC B: drive
FHD0_360.DSK    - Driver for accessing 40 track disks in a 1.2meg PC A: drive
FHD1_360.DSK    - Driver for accessing 40 track disks in a 1.2meg PC B: drive
FHD0_720.DSK    - Driver for accessing 80 track disks in a 1.2meg PC A: drive
FHD1_720.DSK    - Driver for accessing 80 track disks in a 1.2meg PC B: drive
*******************************************************************************

MAKEIDE.EXE     - PC program to make a blank IDE virtual hard drive
MAKEIDE.C       - source code for above program (Turbo C++)

*******************************************************************************
**** These drivers are for accessing REAL COCO disks with unknown or       ****
**** variable sector sizes. These drivers are slower than the fixed sector ****
**** size drivers and should only be used on disks that won't read with    ****
**** the fixed sector size drivers. CP/M and protected disks are generally ****
**** the only disks that will require these drivers.                       ****
V350_720.DSK    - Driver for accessing 80 track disks in a 3.5" PC A: drive
V351_720.DSK    - Driver for accessing 80 track disks in a 3.5" PC B: drive
VDD0_360.DSK    - Driver for accessing 40 track disks in a 360k PC A: drive
VDD1_360.DSK    - Driver for accessing 40 track disks in a 360k PC B: drive
VHD0_360.DSK    - Driver for accessing 40 track disks in a 1.2meg PC A: drive
VHD1_360.DSK    - Driver for accessing 40 track disks in a 1.2meg PC B: drive
VHD0_720.DSK    - Driver for accessing 80 track disks in a 1.2meg PC A: drive
VHD1_720.DSK    - Driver for accessing 80 track disks in a 1.2meg PC B: drive
*******************************************************************************
