Skip to content

Commit

Permalink
Minor Doc Updates
Browse files Browse the repository at this point in the history
- Update User Guide w/ eZ80 Platform information.
- Regen documentation
  • Loading branch information
wwarthen committed Sep 16, 2024
1 parent ab043e5 commit 6beeef9
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 12 deletions.
Binary file modified Doc/RomWBW Applications.pdf
Binary file not shown.
Binary file modified Doc/RomWBW Disk Catalog.pdf
Binary file not shown.
Binary file modified Doc/RomWBW Errata.pdf
Binary file not shown.
Binary file modified Doc/RomWBW System Guide.pdf
Binary file not shown.
Binary file modified Doc/RomWBW User Guide.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**RomWBW ReadMe** \
Version 3.5 \
Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \
11 Sep 2024
16 Sep 2024

# Overview

Expand Down Expand Up @@ -186,8 +186,8 @@ let me know if I missed you!

- Tasty Basic is a product of Dimitri Theulings.

- Dean Netherton contributed the sound driver interface and the SN76489
sound driver.
- Dean Netherton contributed eZ80 CPU support, the sound driver
interface, and the SN76489 sound driver.

- The RomWBW Disk Catalog document was produced by Mykl Orders.

Expand Down
6 changes: 3 additions & 3 deletions ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RomWBW ReadMe
Wayne Warthen (wwarthen@gmail.com)
11 Sep 2024
16 Sep 2024



Expand Down Expand Up @@ -187,8 +187,8 @@ let me know if I missed you!

- Tasty Basic is a product of Dimitri Theulings.

- Dean Netherton contributed the sound driver interface and the
SN76489 sound driver.
- Dean Netherton contributed eZ80 CPU support, the sound driver
interface, and the SN76489 sound driver.

- The RomWBW Disk Catalog document was produced by Mykl Orders.

Expand Down
4 changes: 2 additions & 2 deletions Source/Doc/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ please let me know if I missed you!

* Tasty Basic is a product of Dimitri Theulings.

* Dean Netherton contributed the sound driver interface and
the SN76489 sound driver.
* Dean Netherton contributed eZ80 CPU support, the sound driver
interface, and the SN76489 sound driver.

* The RomWBW Disk Catalog document was produced by Mykl Orders.

Expand Down
47 changes: 43 additions & 4 deletions Source/Doc/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,9 @@ is discussed in [Customizing RomWBW].
| [RCBus Z80 CPU Module]^4^, 512K w/KIO | RCBus | RCZ80_kio_std.rom | 115200 |
| [RCBus Z180 CPU Module]^4^ w/ ext banking | RCBus | RCZ180_ext_std.rom | 115200 |
| [RCBus Z180 CPU Module]^4^ w/ native banking | RCBus | RCZ180_nat_std.rom | 115200 |
| [RCBus Z280 CPU Module]^4^ w/ ext banking | RCBus | RCZ180_ext_std.rom | 115200 |
| [RCBus Z280 CPU Module]^4^ w/ native banking | RCBus | RCZ180_nat_std.rom | 115200 |
| [RCBus Z280 CPU Module]^4^ w/ ext banking | RCBus | RCZ280_ext_std.rom | 115200 |
| [RCBus Z280 CPU Module]^4^ w/ native banking | RCBus | RCZ280_nat_std.rom | 115200 |
| [RCBus eZ80 CPU Module]^13^, 512K RAM/ROM | RCBus | RCEZ80_std.rom | 115200 |
| [Easy Z80 SBC]^2^ | RCBus | RCZ80_easy_std.rom | 115200 |
| [Tiny Z80 SBC]^2^ | RCBus | RCZ80_tiny_std.rom | 115200 |
| [Z80-512K CPU/RAM/ROM Module]^2^ | RCBus | RCZ80_skz_std.rom | 115200 |
Expand Down Expand Up @@ -276,6 +277,7 @@ is discussed in [Customizing RomWBW].
| ^10^Designed by Les Bird
| ^11^Designed by Alan Cox
| ^12^Designed by Doug Jackson
| ^13^Designed by Dean Netherton

RCBus refers to Spencer Owen's RC2014 bus specification and derivatives
including RC26, RC40, RC80, and BP80.
Expand Down Expand Up @@ -4452,8 +4454,8 @@ please let me know if I missed you!

* Tasty Basic is a product of Dimitri Theulings.

* Dean Netherton contributed the sound driver interface and
the SN76489 sound driver.
* Dean Netherton contributed eZ80 CPU support, the sound driver
interface, and the SN76489 sound driver.

* The RomWBW Disk Catalog document was produced by Mykl Orders.

Expand Down Expand Up @@ -5107,6 +5109,43 @@ the RomWBW HBIOS configuration.

`\clearpage`{=latex}

### RCBus eZ80 CPU Module

#### ROM Image File: RCEZ80_std.rom

| | |
|-------------------|---------------|
| Default CPU Speed | 20.000 MHz |
| Interrupts | Mode 1 |
| System Timer | EZ80 |
| Serial Default | 115200 Baud |
| Memory Manager | Z2 |
| ROM Size | 512 KB |
| RAM Size | 512 KB |

##### Supported Hardware (see [Appendix B - Device Summary]):

- FP: LEDIO=0, SWIO=0
- LCD: IO=218
- CH: IO=62
- CH: IO=60
- CHUSB: IO=62
- CHUSB: IO=60
- MD: TYPE=RAM
- MD: TYPE=ROM
- FD: MODE=RCWDC, IO=80, DRIVE 0, TYPE=3.5" HD
- FD: MODE=RCWDC, IO=80, DRIVE 1, TYPE=3.5" HD
- IDE: MODE=RC, IO=16, MASTER
- IDE: MODE=RC, IO=16, SLAVE
- PPIDE: IO=32, MASTER
- PPIDE: IO=32, SLAVE
- CTC: IO=136
- EZ80 DRIVERS

##### Notes:

`\clearpage`{=latex}

### Easy Z80 SBC

#### ROM Image File: RCZ80_easy_std.rom
Expand Down

0 comments on commit 6beeef9

Please sign in to comment.