Browse Source

Regenerate Documentation

Regenerated documentation to pick up Phil's updates.
pull/331/head
Wayne Warthen 3 years ago
parent
commit
0c92c69ed8
  1. BIN
      Doc/ROM Applications.pdf
  2. BIN
      Doc/RomWBW Applications.pdf
  3. BIN
      Doc/RomWBW Architecture.pdf
  4. BIN
      Doc/RomWBW Disk Catalog.pdf
  5. BIN
      Doc/RomWBW Getting Started.pdf
  6. 11
      ReadMe.md
  7. 27
      ReadMe.txt

BIN
Doc/ROM Applications.pdf

Binary file not shown.

BIN
Doc/RomWBW Applications.pdf

Binary file not shown.

BIN
Doc/RomWBW Architecture.pdf

Binary file not shown.

BIN
Doc/RomWBW Disk Catalog.pdf

Binary file not shown.

BIN
Doc/RomWBW Getting Started.pdf

Binary file not shown.

11
ReadMe.md

@ -3,7 +3,7 @@
## Z80/Z180 System Software ## Z80/Z180 System Software
Version 3.1 Pre-release Version 3.1 Pre-release
09 Jul 2022
05 Nov 2022
Wayne Warthen <wwarthen@gmail.com> Wayne Warthen <wwarthen@gmail.com>
@ -452,6 +452,15 @@ well. However, you will find some files on the ROM disk that will work
with ZSDOS, but will not work on CP/M 2.2. For example, `LDDS`, which with ZSDOS, but will not work on CP/M 2.2. For example, `LDDS`, which
loads the ZSDOS date/time stamper will only run on ZSDOS. loads the ZSDOS date/time stamper will only run on ZSDOS.
## Flash ROM Disks
The limitation of ROM disks being read only can be overcome on some
platforms with the appropriate selection of Flash ROM chip and system
configuration. In this case the flash-file system can be enabled which
will allow the ROM disk to be read and written to. Flash devices have a
limited write lifespan and continual usage will eventually wear out the
device. It is not suited for high usage applications.
## Disk Devices ## Disk Devices
While the RAM/ROM disks provide a functional system, they are not useful While the RAM/ROM disks provide a functional system, they are not useful

27
ReadMe.txt

@ -1,6 +1,6 @@
RomWBW Getting Started RomWBW Getting Started
Wayne Warthen (mailto:wwarthen@gmail.com) Wayne Warthen (mailto:wwarthen@gmail.com)
09 Jul 2022
05 Nov 2022
@ -17,7 +17,7 @@ RomWBW
Z80/Z180 System Software Z80/Z180 System Software
Version 3.1 Pre-release Version 3.1 Pre-release
09 Jul 2022
05 Nov 2022
Wayne Warthen wwarthen@gmail.com Wayne Warthen wwarthen@gmail.com
@ -438,11 +438,11 @@ the OS variants included with RomWBW.
The following custom applications are found on the ROM disk and are, The following custom applications are found on the ROM disk and are,
therefore, globally available. therefore, globally available.
-----------------------------------------------------------------------------
----------------------------------------------------------------------------
Application Description Application Description
------------- ---------------------------------------------------------------
ASSIGN Add, change, and delete drive letter assignments. Use ASSIGN /?
for usage instructions.
------------- --------------------------------------------------------------
ASSIGN Add, change, and delete drive letter assignments. Use ASSIGN
/? for usage instructions.
SYSCOPY Copy system image to a device to make it bootable. Use SYSCOPY SYSCOPY Copy system image to a device to make it bootable. Use SYSCOPY
with no parms for usage instructions. with no parms for usage instructions.
@ -454,8 +454,8 @@ therefore, globally available.
FORMAT Will someday be a command line tool to format floppy disks. FORMAT Will someday be a command line tool to format floppy disks.
Currently does nothing! Currently does nothing!
XM XModem file transfer program adapted to hardware. Automatically
uses primary serial port on system.
XM XModem file transfer program adapted to hardware.
Automatically uses primary serial port on system.
FLASH Will Sowerbutts’ in-situ ROM programming utility. FLASH Will Sowerbutts’ in-situ ROM programming utility.
@ -469,7 +469,7 @@ therefore, globally available.
TIMER Display value of running periodic system timer. TIMER Display value of running periodic system timer.
CPUSPD Change the running CPU speed and wait states of the system. CPUSPD Change the running CPU speed and wait states of the system.
-----------------------------------------------------------------------------
----------------------------------------------------------------------------
Some custom applications do not fit on the ROM disk. They are found on Some custom applications do not fit on the ROM disk. They are found on
the disk image files or the individual files can be found in the the disk image files or the individual files can be found in the
@ -511,6 +511,15 @@ well. However, you will find some files on the ROM disk that will work
with ZSDOS, but will not work on CP/M 2.2. For example, LDDS, which with ZSDOS, but will not work on CP/M 2.2. For example, LDDS, which
loads the ZSDOS date/time stamper will only run on ZSDOS. loads the ZSDOS date/time stamper will only run on ZSDOS.
Flash ROM Disks
The limitation of ROM disks being read only can be overcome on some
platforms with the appropriate selection of Flash ROM chip and system
configuration. In this case the flash-file system can be enabled which
will allow the ROM disk to be read and written to. Flash devices have a
limited write lifespan and continual usage will eventually wear out the
device. It is not suited for high usage applications.
Disk Devices Disk Devices
While the RAM/ROM disks provide a functional system, they are not useful While the RAM/ROM disks provide a functional system, they are not useful

Loading…
Cancel
Save