Browse Source

Last Change. Merged shared files definitions into sections based on type of file, rather than location on disk

master
Mark Pruden 1 year ago
parent
commit
22290294ef
  1. BIN
      Doc/RomWBW Disk Catalog.pdf
  2. 29
      ReadMe.txt
  3. 299
      Source/Doc/Catalog.md

BIN
Doc/RomWBW Disk Catalog.pdf

Binary file not shown.

29
ReadMe.txt

@ -4,8 +4,7 @@ Wayne Warthen (wwarthen@gmail.com)
OVERVIEW
Overview
RomWBW software provides a complete, commercial quality implementation RomWBW software provides a complete, commercial quality implementation
of CP/M (and workalike) operating systems and applications for modern of CP/M (and workalike) operating systems and applications for modern
@ -79,10 +78,7 @@ The FAT filesystem may be coresident on the same disk media as RomWBW
slices or on stand-alone media. This makes exchanging files with modern slices or on stand-alone media. This makes exchanging files with modern
OSes such as Windows, MacOS, and Linux very easy. OSes such as Windows, MacOS, and Linux very easy.
ACQUIRING ROMWBW
Acquiring RomWBW
The RomWBW Repository (https://github.com/wwarthen/RomWBW) on GitHub is The RomWBW Repository (https://github.com/wwarthen/RomWBW) on GitHub is
the official distribution location for all project source and the official distribution location for all project source and
@ -100,10 +96,7 @@ disk images.
All source code and distributions are maintained on GitHub. Code All source code and distributions are maintained on GitHub. Code
contributions are very welcome. contributions are very welcome.
INSTALLATION & OPERATION
Installation & Operation
In general, installation of RomWBW on your platform is very simple. You In general, installation of RomWBW on your platform is very simple. You
just need to program your ROM with the correct ROM image from the RomWBW just need to program your ROM with the correct ROM image from the RomWBW
@ -114,7 +107,6 @@ functionality.
Complete instructions for installation and operation of RomWBW are found Complete instructions for installation and operation of RomWBW are found
in the RomWBW User Guide. in the RomWBW User Guide.
Documentation Documentation
Documentation for RomWBW includes: Documentation for RomWBW includes:
@ -124,10 +116,7 @@ Documentation for RomWBW includes:
- RomWBW Applications - RomWBW Applications
- RomWBW Errata - RomWBW Errata
ACKNOWLEDGMENTS
Acknowledgments
I want to acknowledge that a great deal of the code and inspiration for I want to acknowledge that a great deal of the code and inspiration for
RomWBW has been provided by or derived from the work of others in the RomWBW has been provided by or derived from the work of others in the
@ -236,10 +225,7 @@ let me know if I missed you!
Contributions of all kinds to RomWBW are very welcome. Contributions of all kinds to RomWBW are very welcome.
LICENSING
Licensing
RomWBW is free software: you can redistribute it and/or modify it under RomWBW is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free the terms of the GNU General Public License as published by the Free
@ -281,10 +267,7 @@ control system to ensure their contributions are clearly documented.
All contributions to RomWBW are subject to this license. All contributions to RomWBW are subject to this license.
GETTING ASSISTANCE
Getting Assistance
The best way to get assistance with RomWBW or any aspect of the The best way to get assistance with RomWBW or any aspect of the
RetroBrew Computers projects is via one of the community forums: RetroBrew Computers projects is via one of the community forums:

299
Source/Doc/Catalog.md

@ -88,7 +88,7 @@ and can be launched from the RomWBW Loader prompt.
Each Disk contains the following file Each Disk contains the following file
| **File** | **Description** | | **File** | **Description** |
|---------------|----------------------------------------|
|--------------------------|---------------------------------------------|
| `README.TXT` | Information about the Operating System | | `README.TXT` | Information about the Operating System |
## CP/M 2.2 ## CP/M 2.2
@ -107,11 +107,9 @@ stored on the disk. It entirely boots from the system track
The following files appear in User Area 0 The following files appear in User Area 0
| **File** | **Source** | **Description** | | **File** | **Source** | **Description** |
|-------------|--------------|------------------------------------|
|-----------------|-----------------|------------------------------------|
| `CPM.SYS` | RomWBW | DRI CPM 2.2 Boot Image for SYSCOPY | | `CPM.SYS` | RomWBW | DRI CPM 2.2 Boot Image for SYSCOPY |
The
### CP/M 2.2 Files ### CP/M 2.2 Files
The following CP/M 2.2 files were distributed by DRI with the operating The following CP/M 2.2 files were distributed by DRI with the operating
@ -140,7 +138,7 @@ The following files appear in User Area 0
| `XSUB.COM` | batch file resident extension | NZCOM, QPM, ZSDOS | | `XSUB.COM` | batch file resident extension | NZCOM, QPM, ZSDOS |
| `ZSID.COM` | Z80 symbolic debugger | QPM | | `ZSID.COM` | Z80 symbolic debugger | QPM |
As noted above several of theses files are also present in other
As noted above several of the above files are also present in other
disk images besides CP/M 2.2 disk images besides CP/M 2.2
MAC, RMAC, ZSID are supplemental programs from DRI MAC, RMAC, ZSID are supplemental programs from DRI
@ -151,7 +149,7 @@ RomWBW package (but easily found on the Internet via Google search).
| **File** | **Documentation** | **User Area** | | **File** | **Documentation** | **User Area** |
|----------|------------------------------------|---------------| |----------|------------------------------------|---------------|
| | [RomWBW Supplemental Applications] | 0 |
| | [OS Specific Files] | 0 |
| | [General Purpose Applications] | 0 | | | [General Purpose Applications] | 0 |
| | [Testing Applications] | 2 | | | [Testing Applications] | 2 |
| | [Sample Audio Files] | 3 | | | [Sample Audio Files] | 3 |
@ -182,7 +180,7 @@ stored on the disk. It entirely boots from the system track
The following files appear in User Area 0 The following files appear in User Area 0
| **File** | **Source** | **Description** | | **File** | **Source** | **Description** |
|------------|--------------|------------------------------|
|-------------------|----------------------|------------------------------|
| `ZSYS.SYS` | RomWBW | ZSDOS Boot Image for SYSCOPY | | `ZSYS.SYS` | RomWBW | ZSDOS Boot Image for SYSCOPY |
### ZSDOS 1.1 Files ### ZSDOS 1.1 Files
@ -236,18 +234,17 @@ The following files appear in User Area 0
| `ZSVSTAMP.COM` | Preserves file date/time stamp across modifications | | `ZSVSTAMP.COM` | Preserves file date/time stamp across modifications |
| `ZSVSTAMP.DOC` | Document describes the use and operation of ZSVSTAMP | | `ZSVSTAMP.DOC` | Document describes the use and operation of ZSVSTAMP |
NOTE: These files are also included in the NZ-COM disk image distribution
**NOTE:** The above files are also included in the NZ-COM disk image distribution
### Additional Files ### Additional Files
| | **Documentation** | **User Area** | | | **Documentation** | **User Area** |
|-----|------------------------------------|---------------| |-----|------------------------------------|---------------|
| | [CP/M 2.2 Files] | 0 | | | [CP/M 2.2 Files] | 0 |
| | [RomWBW Supplemental Applications] | 0 |
| | [OS Specific Files] | 0 |
| | [General Purpose Applications] | 0 | | | [General Purpose Applications] | 0 |
| | [Testing Applications] | 2 | | | [Testing Applications] | 2 |
| | [Sample Audio Files] | 3 | | | [Sample Audio Files] | 3 |
| | [Common Z-System Files] | 10,14,15 |
| | [SIMH Simulator] | 13 | | | [SIMH Simulator] | 13 |
`\clearpage`{=latex} `\clearpage`{=latex}
@ -355,8 +352,6 @@ The following file are in User Area 15, and where noted 14 for config files.
| `ZFILER.CMD` | Macro script file for ZFILER | | `ZFILER.CMD` | Macro script file for ZFILER |
| `ZLT.COM` | File lister with support for compressed files | | `ZLT.COM` | File lister with support for compressed files |
Documentation
The following documentation files are in User Area 10 The following documentation files are in User Area 10
| **File** | **Description** | | **File** | **Description** |
@ -382,12 +377,11 @@ The following documentation files are in User Area 10
| | [Testing Applications] | 2 | | | [Testing Applications] | 2 |
| | [Sample Audio Files] | 3 | | | [Sample Audio Files] | 3 |
| | [CP/NET 1.2] | 4 | | | [CP/NET 1.2] | 4 |
| | [Common Z-System Files] | 10,14,15 |
| | [ZSDOS 1.1 Files] | 10,14,15 |
| | [SIMH Simulator] | 13 | | | [SIMH Simulator] | 13 |
| | [CP/M 2.2 Files] | 15 | | | [CP/M 2.2 Files] | 15 |
| | [RomWBW Supplemental Applications] | 15,10 |
| | [General Purpose Applications] | 15 |
| | [ZSDOS 1.1 Files] | 15, 14, 10 |
| | [OS Specific Files] | 15, 14, 10 |
| | [General Purpose Applications] | 15, 10 |
`\clearpage`{=latex} `\clearpage`{=latex}
@ -456,11 +450,13 @@ The following files appear in User Area 0
| `TYPE.COM` | DIR CPM+ Display the contents of an ASCII character file | | `TYPE.COM` | DIR CPM+ Display the contents of an ASCII character file |
| `ZSID.COM` | DRI Z80 symbolic instruction debugger | | | `ZSID.COM` | DRI Z80 symbolic instruction debugger | |
**NOTE:** The above files are also included in the ZPM3 disk image distribution
### Additional Files ### Additional Files
| | **Documentation** | **User Area** | | | **Documentation** | **User Area** |
|-----|------------------------------------|---------------| |-----|------------------------------------|---------------|
| | [RomWBW Supplemental Applications] | 0 |
| | [OS Specific Files] | 0 |
| | [General Purpose Applications] | 0 | | | [General Purpose Applications] | 0 |
| | [Testing Applications] | 2 | | | [Testing Applications] | 2 |
| | [Sample Audio Files] | 3 | | | [Sample Audio Files] | 3 |
@ -574,11 +570,10 @@ This is a generic ZPM3 adaptation for RomWBW.
|-----|------------------------------------|---------------| |-----|------------------------------------|---------------|
| | [Testing Applications] | 2 | | | [Testing Applications] | 2 |
| | [Sample Audio Files] | 3 | | | [Sample Audio Files] | 3 |
| | [Common Z-System Files] | 10,14,15 |
| | [SIMH Simulator] | 13 | | | [SIMH Simulator] | 13 |
| | [CP/M 3 Files] | 15 | | | [CP/M 3 Files] | 15 |
| | [RomWBW Supplemental Applications] | 15 |
| | [General Purpose Applications] | 15 |
| | [OS Specific Files] | 15, 14, 10 |
| | [General Purpose Applications] | 15, 10 |
## QPM 2.7 ## QPM 2.7
@ -648,7 +643,7 @@ look a little strange depending on the terminal emulation you are using.
| | **Documentation** | **User Area** | | | **Documentation** | **User Area** |
|-----|------------------------------------|---------------| |-----|------------------------------------|---------------|
| | [CP/M 2.2 Files] | 0 | | | [CP/M 2.2 Files] | 0 |
| | [RomWBW Supplemental Applications] | 0 |
| | [OS Specific Files] | 0 |
| | [General Purpose Applications] | 0 | | | [General Purpose Applications] | 0 |
| | [Testing Applications] | 2 | | | [Testing Applications] | 2 |
| | [Sample Audio Files] | 3 | | | [Sample Audio Files] | 3 |
@ -675,141 +670,43 @@ The following are found in
* /Binary/CPNET * /Binary/CPNET
| File | CP/NET Version | OS | Hardware |
+--------------+----------------+----------+-----------------------+
| **File** | **CP/NET Version** | **OS** | **Hardware** |
|-----------------|---------------------|-----------------|-------------------------|
| CPN12MT.LBR | CP/NET 1.2 | CP/M 2.2 | RCBus w/ MT011 | | CPN12MT.LBR | CP/NET 1.2 | CP/M 2.2 | RCBus w/ MT011 |
| CPN3MT.LBR | CP/NET 3 | CP/M 3 | RCBus w/ MT011 | | CPN3MT.LBR | CP/NET 3 | CP/M 3 | RCBus w/ MT011 |
| CPN12DUO.LBR | CP/NET 1.2 | CP/M 2.2 | Duodyne w/ Disk I/O | | CPN12DUO.LBR | CP/NET 1.2 | CP/M 2.2 | Duodyne w/ Disk I/O |
| CPN3DUO.LBR | CP/NET 3 | CP/M 3 | Duodyne w/ Disk I/O | | CPN3DUO.LBR | CP/NET 3 | CP/M 3 | Duodyne w/ Disk I/O |
## Common Z-System Files
The following files are found in
* /Source/Images/Common/Z
* /Source/Images/Common/Z3
Included in All Z Operating Systems (ZSDOS, NZ-COM, ZPM3)
| **File** | **Source** | **Description** |
|---------------|------------|-------------------------------------------------------|
| `LBREX36.CFG` | Z | ZCNFG configuration file for LBREXT |
| `LBREXT.COM` | Z | Extract file from .LBR libraries |
| `UNARCU1.CFG` | Z | |
| `ZXD.CFG` | Z | Configuration file for ZXD.COM |
| `ZXD.COM` | Z | Extended directory utility w/ date/time stamp support |
Included in Z Operating Systems (NZCOM, ZPM3) - Excluding ZSDOS
| **File** | **Source** | **Description** |
|----------------|------------|------------------------------------------------------|
| `SCOPY.COM` | Z3 | |
| `SCOPY10F.CFG` | Z3 | |
| `SCOPY.HLP` | Z3 | |
| `SCOPY10F.HLP` | Z3 | |
| `TCAP.Z3T` | Z3 | |
| `TCSELECT.COM` | NZCOM | NZCOM Create terminal capability file |
| `TCVIEW.COM` | Z3 | |
| `UMAP.COM` | Z3 | |
| `UMAP18.CFG` | Z3 | |
| `Z3lOC.COM` | NZCOM | Display info of the ZCPR3 CCP, BDOS, and BIOS |
| `Z3TCAP.LBR` | NZCOM | NZCOM Database of terminal descriptors |
Notes
* Original TCSELECT.COM was removed and replaced with a newer version
from the Z3 files
* TCAP.LBR and Z3TCAP.TCP were removed and replaced with
Z3TCAP.LBR from new TCSELECT distribution.
* Extract VT100 TCAP from Z3TCAP.LBR and saved it as TCAP.Z3T.
* Z3LOC.COM was removed because more recent
versions are provided from Common files.
## General Purpose Applications ## General Purpose Applications
The following files are commonly used CP/M applications that
are generally useful in any CP/M-like system. In general, there is
no documentation for these applications included with the RomWBW
distribution. Some provide command line help themselves. Some
are fairly obvious.
The following files are general purpose an provided in (mostly) all OS images
The following files are found in The following files are found in
* /Source/Apps
* /Source/Apps/*
* /Source/Images/Common/All * /Source/Images/Common/All
* /Source/Images/Common/CPM22 (for CP/M 2.2 based operatng system)
* /Source/Images/Common/CPM3 (for CP/M 3 based operatng system)
* /Source/Images/Common/UTILS * /Source/Images/Common/UTILS
| **File** | **Source** | **Description** |
|----------------|------------|-------------------------------------------------------------|
| `CLRDIR.COM` | All | Initializes the directory area of a disk (from Max Scane) |
| `COMPARE.COM` | All | Compare content of two files (binary) |
| `CRUNCH.COM` | All | Compress file(s) using Crunch algorithmn |
| `CRUNCH28.CFG` | All | ZCNFG configuration file for CRUNCH & UNCR |
| `DDTZ.COM` | All | Z80 debug tool (modified to use RST 6) |
| `DDTZ.DOC` | All | Documentation for DDTZ |
| `EX.COM` | All | Batch file processor (alternative to DRI SUBMIT) |
| `FDISK80.COM` | All | Hard disk partitioning tool (from John Coffman) |
| `FIND.COM` | All | Search all drives for a file (from Jay Cotton) |
| `FLASH.COM` | All | Program FLASH chips in-situ (from Will Sowerbutts) |
| `FLASH.DOC` | All | Documentation for FLASH |
| `GENHEX.COM` | UTILS | Generates an Intel Hex file from the input file |
| `KERCPM22.COM` | CP/M 2.2 | Kermit communication application |
| `KERCPM3.COM` | CP/M 3 | Kermit communication application |
| `LS.COM` | UTILS | An alternative file listing to DIR |
| `LSWEEP.COM` | UTILS | Can extract and view member files of an .LBR archive |
| `MBASIC.COM` | All | Microsoft BASIC language interpreter |
| `NULU.COM` | All | NZCOM new library utility (.LBR) management tool |
| `PMARC.COM` | All | Create or add file(s) to LHA .PMA archive |
| `PMEXT.COM` | All | Extract file(s) from .PMA/.LZH/.LHA archive |
| `RZ.COM` | CP/M 3 | |
| `RZSC.FOR` | CP/M 3 | |
| `RMXSUB1.COM` | All | Remove XSUB1 RSX from memory (from Lars Nelson) |
| `SZ.COM` | CP/M 3 | |
| `SUPERSUB.COM` | All | Enhanced replacement for DRI SUBMIT |
| `SUPERSUB.DOC` | All | Documentation for SUPERSUB |
| `TDLBASIC.COM` | All | TDL Zapple 12K BASIC language interpreter |
| `UNARC.COM` | All | Extract file(s) from .ARC or .ARK archive |
| `UNARC.DOC` | All | Documentation for UNARC |
| `UNCR.COM` | All | Decompress Crunched file(s). See CRUNCH.COM |
| `UNZIP.COM` | All | UNZIP extracts from all MS-DOS ZIP files (from Lars Nelson) |
| `UNZIP.DOC` | All | Documentation for UNZIP |
| `WDATE.COM` | All | Utility to configure RTC Date. (from Kevin Boone) |
| `XSUB1.COM` | All | Replacement for DRI SUB (from Lars Nelson) |
| `ZAP.COM` | All | Interactive disk & file utility |
| `ZDE.COM` | All | Compact WordStar-like editor |
| `ZDE.DOC` | All | ZDE Documentation |
| `ZDENST.COM` | All | Installation/configuration tool for ZDE |
| `ZMRX.COM` | All | |
| `ZMTX.COM` | All | |
CLRDIR.COM, FDISK80.COM, FLASH.COM, WDATE.COM are documented in the
"RomWBW Applications.pdf" document in the Doc directory of the
RomWBW Distribution.
## RomWBW Supplemental Applications
* /Source/TastyBasic
The following files provide specific functionality enabled by The following files provide specific functionality enabled by
RomWBW enhancements. These applications are typically documented in the RomWBW enhancements. These applications are typically documented in the
"RomWBW Applications.pdf" document in the Doc directory of the "RomWBW Applications.pdf" document in the Doc directory of the
RomWBW Distribution. RomWBW Distribution.
The following files are found in
* /Source/Apps
* /Source/Apps/*
* /Source/TastyBasic
| **File** | **Source** | **Description** | | **File** | **Source** | **Description** |
|----------------|--------------|---------------------------------------------------------------|
|----------------|-----------------|---------------------------------------------------------------|
| `ASSIGN.COM` | RomWBW | Assign,remove,swap drive letters of RomWBW disk slices | | `ASSIGN.COM` | RomWBW | Assign,remove,swap drive letters of RomWBW disk slices |
| `CLRDIR.COM` | Max Scane | Initializes the directory area of a disk |
| `COPYSL.COM` | M.Pruden | Copy CPM Hard Disk Slices | | `COPYSL.COM` | M.Pruden | Copy CPM Hard Disk Slices |
| `COPYSL.DOC` | M.Pruden | Documentation for COPYSL.COM | | `COPYSL.DOC` | M.Pruden | Documentation for COPYSL.COM |
| `CPUSPD.COM` | RomWBW | CPU Speed | | `CPUSPD.COM` | RomWBW | CPU Speed |
| `FAT.COM` | RomWBW | MS-DOS FAT filesystem tool (list, copy, delete, format, etc.) | | `FAT.COM` | RomWBW | MS-DOS FAT filesystem tool (list, copy, delete, format, etc.) |
| `FDISK80.COM` | John Coffman | Hard disk partitioning tool |
| `FDU.COM` | RomWBW | Floppy Disk Utility, Test and format floppy disks | | `FDU.COM` | RomWBW | Floppy Disk Utility, Test and format floppy disks |
| `FDU.DOC` | RomWBW | Documentation for FDU | | `FDU.DOC` | RomWBW | Documentation for FDU |
| `FLASH.COM` | Will Sowerbutts | Program FLASH chips in-situ |
| `FLASH.DOC` | Will Sowerbutts | Documentation for FLASH |
| `FORMAT.COM` | RomWBW | Placeholder application with formatting instructions | | `FORMAT.COM` | RomWBW | Placeholder application with formatting instructions |
| `HTALK.COM` | Tom Plano | Terminal utility talking directly to HBIOS Character Units | | `HTALK.COM` | Tom Plano | Terminal utility talking directly to HBIOS Character Units |
| `MODE.COM` | RomWBW | Change serial line characteristics (baud rate, etc.) | | `MODE.COM` | RomWBW | Change serial line characteristics (baud rate, etc.) |
@ -817,14 +714,55 @@ The following files are found in
| `RTC.COM` | Andrew Lynch | Test real time clock hardware on your system | | `RTC.COM` | Andrew Lynch | Test real time clock hardware on your system |
| `SURVEY.COM` | RomWBW | Display system resources summary | | `SURVEY.COM` | RomWBW | Display system resources summary |
| `SYSCOPY.COM` | RomWBW | Copy system tracks to disks (make bootable) | | `SYSCOPY.COM` | RomWBW | Copy system tracks to disks (make bootable) |
| `SYSGEN.COM` | DRI | Copy system tracks to disks |
| `TALK.COM` | RomWBW | Route console I/O to & from specified serial port | | `TALK.COM` | RomWBW | Route console I/O to & from specified serial port |
| `TIMER.COM` | RomWBW | Test and display system timer ticks | | `TIMER.COM` | RomWBW | Test and display system timer ticks |
| `TUNE.COM` | RomWBW | Play .PT2, .PT3, and .MYM audio files on supported hardware | | `TUNE.COM` | RomWBW | Play .PT2, .PT3, and .MYM audio files on supported hardware |
| `VGMPLAY.COM` | | Simple player for VGM (Video Game Music) files. | | `VGMPLAY.COM` | | Simple player for VGM (Video Game Music) files. |
| `WDATE.COM` | Kevin Boone | Utility to configure RTC Date. |
| `XM.COM` | RomWBW | XModem file transfer application | | `XM.COM` | RomWBW | XModem file transfer application |
Then we have some more general purpose applcations.
In general, there is no documentation for these applications included with the RomWBW
distribution. Some provide command line help themselves. Some are fairly obvious.
| **File** | **Source** | **Description** |
|----------------|-------------------|--------------------------------------------------------|
| `BBCBASIC.COM` | R.T.Russell | BBC BASIC CP/M Version |
| `BBCBASIC.TXT` | R.T.Russell | Help file for BBC BASIC |
| `COMPARE.COM` | | Compare content of two files (binary) |
| `CRUNCH.COM` | | Compress file(s) using Crunch algorithmn |
| `CRUNCH28.CFG` | | ZCNFG configuration file for CRUNCH & UNCR |
| `DDTZ.COM` | | Z80 debug tool (modified to use RST 6) |
| `DDTZ.DOC` | | Documentation for DDTZ |
| `EX.COM` | | Batch file processor (alternative to DRI SUBMIT) |
| `FIND.COM` | Jay Cotton | Search all drives for a file () |
| `GENHEX.COM` | | Generates an Intel Hex file from the input file |
| `LS.COM` | | An alternative file listing to DIR |
| `LSWEEP.COM` | | Extract and view member files of an .LBR archive |
| `MBASIC.COM` | | Microsoft BASIC language interpreter |
| `NULU.COM` | | NZCOM new library utility (.LBR) management tool |
| `PMARC.COM` | | Create or add file(s) to LHA .PMA archive |
| `PMEXT.COM` | | Extract file(s) from .PMA/.LZH/.LHA archive |
| `RMXSUB1.COM` | Lars Nelson | Remove XSUB1 RSX from memory |
| `SUPERSUB.COM` | | Enhanced replacement for DRI SUBMIT |
| `SUPERSUB.DOC` | | Documentation for SUPERSUB |
| `SYSGEN.COM` | DRI | Copy system tracks to disks |
| `TBASIC.COM` | Dimitri Theulings | Tasty Basic. This also exists as a Rom appication |
| `TDLBASIC.COM` | | TDL Zapple 12K BASIC language interpreter |
| `UNARC.COM` | | Extract file(s) from .ARC or .ARK archive |
| `UNARC.DOC` | | Documentation for UNARC |
| `UNCR.COM` | | Decompress Crunched file(s). See CRUNCH.COM |
| `UNZIP.COM` | Lars Nelson | UNZIP extracts from MS-DOS ZIP files |
| `UNZIP.DOC` | | Documentation for UNZIP |
| `XSUB1.COM` | Lars Nelson | Replacement for DRI SUB |
| `ZAP.COM` | | Interactive disk & file utility |
| `ZDE.COM` | | Compact WordStar-like editor |
| `ZDE.DOC` | | ZDE Documentation |
| `ZDENST.COM` | | Installation/configuration tool for ZDE |
| `ZMRX.COM` | | |
| `ZMTX.COM` | | |
| `ZMD.COM` | R.W.K | Z80 RCP/M File Transfer Program (Robert W. Kramer III) | | `ZMD.COM` | R.W.K | Z80 RCP/M File Transfer Program (Robert W. Kramer III) |
| `ZMP.COM ` | | ZModem communications program (requires dedicated comm port) |
| `ZMP.COM ` | | ZModem communications program (dedicated port) |
| `ZMP.DOC` | | Documentation for ZMP | | `ZMP.DOC` | | Documentation for ZMP |
| `ZMP.HLP` | | Help file for ZMP | | `ZMP.HLP` | | Help file for ZMP |
| `ZMXFER.OVR` | | Overlay file for ZMP | | `ZMXFER.OVR` | | Overlay file for ZMP |
@ -832,13 +770,50 @@ The following files are found in
| `ZMINIT.OVR` | | Overlay file for ZMP | | `ZMINIT.OVR` | | Overlay file for ZMP |
| `ZMCONFIG.OVR` | | Overlay file for ZMP | | `ZMCONFIG.OVR` | | Overlay file for ZMP |
The following files are more general purpose applications built specifically by RomWBW
## OS Specific Files
| **File** | **Source** | **Description** |
|----------------|-------------------|---------------------------------------------------------|
| `BBCBASIC.COM` | R.T.Russell | BBC BASIC CP/M Version |
| `BBCBASIC.TXT` | R.T.Russell | Help file for BBC BASIC |
| `TBASIC.COM` | Dimitri Theulings | Tasty Basic |
The following files are spcific files share across several OS's.
In general, there is no documentation for these applications included with
the RomWBW distribution. Some provide command line help themselves.
Some are fairly obvious.
The following files are found in
* /Source/Images/Common/CPM22
* /Source/Images/Common/CPM3
* /Source/Images/Common/Z
* /Source/Images/Common/Z3
| **File** | **Applicability** | **Description** |
|----------------|-------------------|-------------------------------------------------------|
| `KERCPM22.COM` | CPM22 | Kermit communication application |
| `KERCPM3.COM` | CPM3 | Kermit communication application |
| `LBREXT.COM` | Z & Z3 | Extract file from .LBR libraries |
| `LBREX36.CFG` | Z & Z3 | ZCNFG configuration file for LBREXT |
| `RZ.COM` | CPM3 | |
| `RZSC.FOR` | CPM3 | |
| `SCOPY.COM` | Z3 | |
| `SCOPY10F.CFG` | Z3 | |
| `SCOPY.HLP` | Z3 | |
| `SCOPY10F.HLP` | Z3 | |
| `SZ.COM` | CPM3 | |
| `TCAP.Z3T` | Z3 | |
| `TCSELECT.COM` | Z3 | NZCOM Create terminal capability file (newer version) |
| `TCVIEW.COM` | Z3 | |
| `UMAP.COM` | Z3 | |
| `UMAP18.CFG` | Z3 | |
| `UNARCU1.CFG` | Z & Z3 | |
| `ZXD.CFG` | Z & Z3 | Configuration file for ZXD.COM |
| `ZXD.COM` | Z & Z3 | Extended directory utility w/ date/time stamp support |
| `Z3LOC.COM` | Z3 | NZCOM Display info of the ZCPR3 CCP, BDOS, and BIOS |
| `Z3TCAP.LBR` | Z3 | NZCOM Database of terminal description |
Applicability:
* CPM22 - Included in all CP/M 2.2 OS's (CPM2.2, ZSDOS, NZ-COM, QPM)
* CPM3 - Included in all CP/M 3 OS's (CPM3, ZPM3)
* Z - Included in All Z OS's (ZSDOS, NZ-COM, ZPM3)
* Z3 - Included in ZCPR3 OS's (NZCOM, ZPM3)
## Sample Audio Files ## Sample Audio Files
@ -851,34 +826,15 @@ The following files are found in
* /Binary/Apps/Tunes * /Binary/Apps/Tunes
| **File** | **Description** |
|----------------|------------------|
| `ATTACK.PT3` | Sound File |
| `BACKUP.PT3` | Sound File |
| `BADMICE.PT3` | Sound File |
| `DEMO.MYM` | Sound File |
| `DEMO1.MYM` | Sound File |
| `DEMO3.MYM` | Sound File |
| `DEMO3MIX.MYM` | Sound File |
| `DEMO4.MYM` | Sound File |
| `ENDING.VGM` | Sound File |
| `HOWRU.PT3` | Sound File |
| `INCHINA.VGM` | Sound File |
| `ITERATN.PT3` | Sound File |
| `LOOKBACK.PT3` | Sound File |
| `LOUBOUTN.PT3` | Sound File |
| `NAMIDA.PT3` | Sound File |
| `RECOLL.PT3` | Sound File |
| `SANXION.PT3` | Sound File |
| `SHIRAKAW.VGM` | Sound File |
| `STARTDEM.VGM` | Sound File |
| `SYNCH.PT3` | Sound File |
| `TOSTAR.PT3` | Sound File |
| `VICTORY.PT3` | Sound File |
| `WICKED.PT3` | Sound File |
| `WONDER01.VGM` | Sound File |
| `YEOLDE.PT3` | Sound File |
| `YEOVIL.PT3` | Sound File |
| **File** | **File** | **File** | **File** |
|-------------------|-------------------|------------------|----------------|
| `ATTACK.PT3` | `DEMO4.MYM` | `NAMIDA.PT3` | `VICTORY.PT3` |
| `BACKUP.PT3` | `ENDING.VGM` | `RECOLL.PT3` | `WICKED.PT3` |
| `BADMICE.PT3` | `HOWRU.PT3` | `SANXION.PT3` | `WONDER01.VGM` |
| `DEMO.MYM` | `INCHINA.VGM` | `SHIRAKAW.VGM` | `YEOLDE.PT3` |
| `DEMO1.MYM` | `ITERATN.PT3` | `STARTDEM.VGM` | `YEOVIL.PT3` |
| `DEMO3.MYM` | `LOOKBACK.PT3` | `SYNCH.PT3` | |
| `DEMO3MIX.MYM` | `LOUBOUTN.PT3` | `TOSTAR.PT3` | |
## SIMH Simulator ## SIMH Simulator
@ -889,8 +845,13 @@ The following files are found in
* /Source/Images/Common/SIMH * /Source/Images/Common/SIMH
| **File** | **Description** | | **File** | **Description** |
|----------|-----------------|
| -- | -- |
|----------------|-----------------------------------------------------------|
| HDIR.COM | |
| R.COM | transfer files between the simulator and host file system |
| RSETSIMH.COM | -- |
| TIMER.COM | -- |
| URL.COM | -- |
| W.COM | transfer files between the simulator and host file system |
## Testing Applications ## Testing Applications
@ -910,7 +871,7 @@ The following files are found in
* /Source/Images/Common/Test * /Source/Images/Common/Test
| **File** | **Description** | | **File** | **Description** |
|----------------|--------------------------------------------------|
|---------------------|---------------------------------------------------------|
| `2PIOTST.COM` | ECB-ZILOG PERIPHERALS BOARD TEST 2 PIO's | | `2PIOTST.COM` | ECB-ZILOG PERIPHERALS BOARD TEST 2 PIO's |
| `AY-TEST.COM` | AY-3-8910 Sound Test Program (SOUND) | | `AY-TEST.COM` | AY-3-8910 Sound Test Program (SOUND) |
| `BANKTEST.COM` | Test RomWBW bank management API | | `BANKTEST.COM` | Test RomWBW bank management API |

Loading…
Cancel
Save