Browse Source

Regen Documentation

pull/246/head
Wayne Warthen 5 years ago
parent
commit
aa29fe79f6
  1. BIN
      Doc/RomWBW Applications.pdf
  2. BIN
      Doc/RomWBW Architecture.pdf
  3. BIN
      Doc/RomWBW Disk Catalog.pdf
  4. BIN
      Doc/RomWBW Getting Started.pdf
  5. 19
      ReadMe.md
  6. 20
      ReadMe.txt

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.

19
ReadMe.md

@ -3,7 +3,7 @@
## Z80/Z180 System Software ## Z80/Z180 System Software
Version 3.1 Pre-release Version 3.1 Pre-release
Saturday 13 March 2021
Thursday 22 July 2021
Wayne Warthen <wwarthen@gmail.com> Wayne Warthen <wwarthen@gmail.com>
@ -126,6 +126,7 @@ the appropriate ROM image for your hardware.
| SC130 | SCZ180\_130.rom | 115200 | Stephen Cousin’s SC130 Z180 | | SC130 | SCZ180\_130.rom | 115200 | Stephen Cousin’s SC130 Z180 |
| SC131 | SCZ180\_131.rom | 115200 | Stephen Cousin’s SC131 Z180 | | SC131 | SCZ180\_131.rom | 115200 | Stephen Cousin’s SC131 Z180 |
| Dyno | DYNO\_std.rom | 38400 | Steve Garcia’s Z180 Dyno Computer | | Dyno | DYNO\_std.rom | 38400 | Steve Garcia’s Z180 Dyno Computer |
| MBC | MBC\_std.rom | 38400 | Andrew Lynch’s Multi Board Computer |
\*The RC2014 Z180 requires a separate RAM/ROM memory module. There are \*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 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: The following ROM applications are available at the boot loader prompt:
| Application | |
| ----------- | ------------------------------------------------------ |
| Monitor | Z80 system debug monitor w/ Intel Hex loader |
| Forth | Brad Rodriguez’s ANSI compatible Forth language |
| Basic | Nascom 8K BASIC language |
| Tasty BASIC | Dimitri Theuling’s Tiny BASIC implementation |
| Play | A simple video game (requires ANSI terminal emulation) |
| Application | |
| ------------ | ------------------------------------------------------ |
| Monitor | Z80 system debug monitor w/ Intel Hex loader |
| Forth | Brad Rodriguez’s ANSI compatible Forth language |
| Basic | Nascom 8K BASIC language |
| Tasty BASIC | Dimitri Theuling’s 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 In general, the command to exit these applications and restart the
system is `BYE`. The exceptions are the Monitor which uses `B` and Play system is `BYE`. The exceptions are the Monitor which uses `B` and Play

20
ReadMe.txt

@ -3,7 +3,7 @@ RomWBW
Z80/Z180 System Software Z80/Z180 System Software
Version 3.1 Pre-release Version 3.1 Pre-release
Saturday 13 March 2021
Thursday 22 July 2021
Wayne Warthen wwarthen@gmail.com Wayne Warthen wwarthen@gmail.com
@ -139,6 +139,8 @@ appropriate ROM image for your hardware.
SC131 SCZ180_131.rom 115200 Stephen Cousin’s SC131 Z180 SC131 SCZ180_131.rom 115200 Stephen Cousin’s SC131 Z180
Dyno DYNO_std.rom 38400 Steve Garcia’s Z180 Dyno Computer Dyno DYNO_std.rom 38400 Steve Garcia’s Z180 Dyno Computer
MBC MBC_std.rom 38400 Andrew Lynch’s Multi Board Computer
------------------------------------------------------------------------- -------------------------------------------------------------------------
*The RC2014 Z180 requires a separate RAM/ROM memory module. There are *The RC2014 Z180 requires a separate RAM/ROM memory module. There are
@ -197,13 +199,15 @@ disk devices.
The following ROM applications are available at the boot loader prompt: The following ROM applications are available at the boot loader prompt:
Application
------------- --------------------------------------------------------
Monitor Z80 system debug monitor w/ Intel Hex loader
Forth Brad Rodriguez’s ANSI compatible Forth language
Basic Nascom 8K BASIC language
Tasty BASIC Dimitri Theuling’s Tiny BASIC implementation
Play A simple video game (requires ANSI terminal emulation)
Application
-------------- --------------------------------------------------------
Monitor Z80 system debug monitor w/ Intel Hex loader
Forth Brad Rodriguez’s ANSI compatible Forth language
Basic Nascom 8K BASIC language
Tasty BASIC Dimitri Theuling’s 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 In general, the command to exit these applications and restart the
system is BYE. The exceptions are the Monitor which uses B and Play system is BYE. The exceptions are the Monitor which uses B and Play

Loading…
Cancel
Save