diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index 78024561..a576103b 100644 Binary files a/Doc/RomWBW Applications.pdf and b/Doc/RomWBW Applications.pdf differ diff --git a/Doc/RomWBW Architecture.pdf b/Doc/RomWBW Architecture.pdf index 32fd994e..567ec86e 100644 Binary files a/Doc/RomWBW Architecture.pdf and b/Doc/RomWBW Architecture.pdf differ diff --git a/Doc/RomWBW Disk Catalog.pdf b/Doc/RomWBW Disk Catalog.pdf index 56db6345..1066b565 100644 Binary files a/Doc/RomWBW Disk Catalog.pdf and b/Doc/RomWBW Disk Catalog.pdf differ diff --git a/Doc/RomWBW Getting Started.pdf b/Doc/RomWBW Getting Started.pdf index 4c1b6f4a..e78e795b 100644 Binary files a/Doc/RomWBW Getting Started.pdf and b/Doc/RomWBW Getting Started.pdf differ diff --git a/ReadMe.md b/ReadMe.md index 87c3b432..13a209d8 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -3,7 +3,7 @@ ## Z80/Z180 System Software Version 3.1 Pre-release -Saturday 13 March 2021 +Thursday 22 July 2021 Wayne Warthen @@ -126,6 +126,7 @@ the appropriate ROM image for your hardware. | SC130 | SCZ180\_130.rom | 115200 | Stephen Cousin’s SC130 Z180 | | SC131 | SCZ180\_131.rom | 115200 | Stephen Cousin’s SC131 Z180 | | 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 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 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 system is `BYE`. The exceptions are the Monitor which uses `B` and Play diff --git a/ReadMe.txt b/ReadMe.txt index 76559f40..48a802d5 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -3,7 +3,7 @@ RomWBW Z80/Z180 System Software Version 3.1 Pre-release -Saturday 13 March 2021 +Thursday 22 July 2021 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 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 @@ -197,13 +199,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 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 system is BYE. The exceptions are the Monitor which uses B and Play