Here is a list of files included in the support distribution.
Most of these programs are on the TRS-80 utility disks.

Extra copies of the programs and program source code are in the file
UTILITY.ZIP. The files in UTILITY.ZIP are not necessary for the running of
the emulators.
==============================================================================
CD.CMD          - change PC working directory for Model 3 mode OS
CD6.CMD         - change PC working directory for Model 4 mode OS
CD.CCC          - source code for above program (MC5)
                - Written by Tim Mann for his Unix based emulator
CLKLD63X.CMD    - set date and clock in Model 4 LDOS 6.3x from PC hardware
CLKLD63X.EDT    - source code for above program (EDTASM)
CLKMOD13.CMD    - set date and time in
                  all Model 1 operating systems except TRSDOS v2.7DD
                  all Model 3 operating systems except TRSDOS v1.3 & LDOS 5.3x
                  from PC hardware
CLKMOD13.EDT    - source code for above program (EDTASM)
CLKTD27.CMD     - set date and time in Model 1 TRSDOS v2.7DD from PC hardware
CLKTD27.EDT     - source code for above program (EDTASM)
CLKTDLD.CMD     - set date and time in Model III TRSDOS v1.3 & LDOS 5.3x
                  from PC hardware
CLKTDLD.EDT     - source code for above program (EDTASM)
CLKTD6X.CMD     - set date and time in Model 4 TRSDOS v6.2x from PC hardware
CLKTD6X.EDT     - source code for above program (EDTASM)
CLKTD6XP.CMD    - set date and time in Model 4 TRSDOS v6.2x+ from PC hardware
                  (for TRSDOS modified to accept dates beyond 1987)
CLKTD6XP.EDT    - source code for above program (EDTASM)
CPM-UTIL.DSK    - Utility disk for Model 4 CP/M (single sided, double density)
EHARD.DCT       - emulator's virtual hard drive driver for LDOS 5.31 & 6.31
EHARD.ASM       - source code for above program (RASM)
EMOUSE1.CMD     - emulator's mouse driver for LDOS 5.3x & 6x and TRSDOS 6x
                  (David Goben/Matthew Reed type mouse driver, SVC 120)
EMOUSE1.ASM     - source code for above program (RASM)
EMOUSE2.CMD     - emulator's mouse driver for LDOS 5.3x & 6x and TRSDOS 6x
                  (Scott McBurney type mouse driver, SVC 120 & 121)
EMOUSE2.ASM     - source code for above program (RASM)
EXPORT.CMD      - export TRS80 files to the PC's current working directory
EXPORT.Z        - source code for above program
                - Written by Tim Mann for his Unix based emulator
EXPORT.COM      - export TRS80 files to the PC's current working directory
                  (works in CPM)
EXPORT.MAC      - source code for above program (MAC)
*******************************************************************************
**** These drivers are for accessing REAL TRS-80 disks with 256 byte       ****
**** sectors. 99% of all TRS-80 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
*******************************************************************************
IMPORT.CMD      - Import files from the PC's current working directory
IMPORT.Z        - source code for above program
                - Written by Tim Mann for his Unix based emulator
IMPORT.COM      - Import files from the PC's current working directory
                  (works in CPM)
IMPORT.MAC      - source code for above program (MAC)
M13-UTIL.DSK    - Utility disk for all Model 1 & III operating systems except
                  TRSDOS v1.3 (single sided, single density, 35 tracks)
M4-UTIL.DSK     - Utility disk for Model 4 TRSDOS 6.2x and LS-DOS 6.3x
MISSILE.CMD     - Missile Attack by Cornsoft Group, modified for mouse support
MISSILE.EDT     - source code for patch to above program (EDTASM)
MKDISK.EXE      - PC program to make a blank unformated virtual hard drive
MKDISK.C        - source code for above program (Turbo C++)
MKDISK.TXT      - docs for above program
MKROM.EXE       - PC program to make a ROM image from MODELA/III file
MKROM.C         - source code for above program (Turbo C++)
PWD.CMD         - display current PC working directory for Model 3 mode OS
PWD6.CMD        - display current PC working directory for Model 4 Mode OS
PWD.CCC         - source code for above program (MC5)
                - Written by Tim Mann for his Unix based emulator
TD13-UTL.DSK    - Utility disk for TRSDOS 1.3
UNIX.CMD        - Execute DOS command for Model 3 Mode OS
UNIX6.CMD       - Execute DOS command for Model 4 Mode OS
UNIX.CCC        - source code for above program (MC5)
                - Written by Tim Mann for his Unix based emulator
*******************************************************************************
**** These drivers are for accessing REAL TRS-80 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
*******************************************************************************
XFER.CMD        - program to transfer files to and from PC and emulator
                  (only works under Model 1 & III operating systems)
XFER.BAS        - ZBASIC 3.1 source code for above program
XTRSEMT.CCC     - required file to compile UNIX, CD and PWD programs
XTRSEMT.H       - required file to compile UNIX, CD and PWD programs
XTRSROM4.Z      - Source code for BOOT.ROM, Written by Pete Cervasio

Special Notes:

The programs IMPORT, EXPORT, UNIX, CD, PWD are written by Tim Mann for his
Unix based TRS-80 emulator. They are included here because they are also
compatible with my DOS based TRS-80 emulator. Wherever the word 'UNIX' is
given in prompts just substitute DOS. The other utilities included with
Tim Mann's emulator are NOT compatible with my emulator and should not be run
with my emulator.

The programs EHARD, EMOUSE1, EMOUSE2, MKDISK were written by Tim Mann and
modified for use with my emulator.
