Regen Documentation

This commit is contained in:
Wayne Warthen
2021-07-26 13:13:53 -07:00
parent 88670cc3eb
commit aa29fe79f6
6 changed files with 23 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
## Z80/Z180 System Software
Version 3.1 Pre-release
Saturday 13 March 2021
Thursday 22 July 2021
Wayne Warthen <wwarthen@gmail.com>
@@ -126,6 +126,7 @@ the appropriate ROM image for your hardware.
| SC130 | SCZ180\_130.rom | 115200 | Stephen Cousins SC130 Z180 |
| SC131 | SCZ180\_131.rom | 115200 | Stephen Cousins SC131 Z180 |
| Dyno | DYNO\_std.rom | 38400 | Steve Garcias Z180 Dyno Computer |
| MBC | MBC\_std.rom | 38400 | Andrew Lynchs Multi Board Computer |
\*The RC2014 Z180 requires a separate RAM/ROM memory module. There are
two types of these modules and you must pick the ROM for your type of
@@ -183,13 +184,15 @@ disk devices.
The following ROM applications are available at the boot loader prompt:
| Application | |
| ----------- | ------------------------------------------------------ |
| Monitor | Z80 system debug monitor w/ Intel Hex loader |
| Forth | Brad Rodriguezs ANSI compatible Forth language |
| Basic | Nascom 8K BASIC language |
| Tasty BASIC | Dimitri Theulings Tiny BASIC implementation |
| Play | A simple video game (requires ANSI terminal emulation) |
| Application | |
| ------------ | ------------------------------------------------------ |
| Monitor | Z80 system debug monitor w/ Intel Hex loader |
| Forth | Brad Rodriguezs ANSI compatible Forth language |
| Basic | Nascom 8K BASIC language |
| Tasty BASIC | Dimitri Theulings Tiny BASIC implementation |
| Play | A simple video game (requires ANSI terminal emulation) |
| Network Boot | Boot through Wiznet MT011 device |
| Flash Update | Upload and flash a new ROMWBW image using xmodem |
In general, the command to exit these applications and restart the
system is `BYE`. The exceptions are the Monitor which uses `B` and Play