Browse Source

Hardware Doc Fix, Issue #551

Thanks and credit to @PeterOGB for pointing this out.
pull/561/head
Wayne Warthen 8 months ago
parent
commit
4559608aa5
No known key found for this signature in database GPG Key ID: 8B34ED29C07EEB0A
  1. 3
      Doc/ChangeLog.txt
  2. BIN
      Doc/RomWBW Applications.pdf
  3. BIN
      Doc/RomWBW Disk Catalog.pdf
  4. BIN
      Doc/RomWBW Hardware.pdf
  5. BIN
      Doc/RomWBW Introduction.pdf
  6. BIN
      Doc/RomWBW System Guide.pdf
  7. BIN
      Doc/RomWBW User Guide.pdf
  8. 2
      ReadMe.md
  9. 2
      ReadMe.txt
  10. 15
      Source/Doc/Hardware.md

3
Doc/ChangeLog.txt

@ -1,6 +1,7 @@
Version 3.6
-----------
- MGG: Added COBOL language disk image
- WDC: Added config options to PCF driver
Version 3.5.1
-------------

BIN
Doc/RomWBW Applications.pdf

Binary file not shown.

BIN
Doc/RomWBW Disk Catalog.pdf

Binary file not shown.

BIN
Doc/RomWBW Hardware.pdf

Binary file not shown.

BIN
Doc/RomWBW Introduction.pdf

Binary file not shown.

BIN
Doc/RomWBW System Guide.pdf

Binary file not shown.

BIN
Doc/RomWBW User Guide.pdf

Binary file not shown.

2
ReadMe.md

@ -7,7 +7,7 @@
**RomWBW Introduction** \
Version 3.6 \
Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \
21 May 2025
23 May 2025
# Overview

2
ReadMe.txt

@ -1,6 +1,6 @@
RomWBW Introduction
Wayne Warthen (wwarthen@gmail.com)
21 May 2025
23 May 2025

15
Source/Doc/Hardware.md

@ -40,14 +40,19 @@ KIO refers to a Zilog specific Serial/Parallel Counter/Timer (Z84C90).
The RCBus Z180 & Z280 require a separate RAM/ROM memory module. There are two types
of these modules, you must pick the correct ROM for your type of memory module:
* The RCBus Z180 & Z280 require a separate RAM/ROM memory module. There are two types
of these modules, you must pick the correct ROM for your type of memory module:
* The second type of RAM/ROM module has no bank switching logic – this is called
(“Native”) because the CPU itself provides the bank switching logic.
* The first type of RAM/ROM module includes Z2 style memory bank
switching on the memory module itself. This is called "External" (ext)
because the bank switching is external from the CPU itself.
* The second type of RAM/ROM module has no bank switching logic on the
memory module. Bank switching is implemented via the Z180 or Z280
MMU – this is called “Native” (nat) because the CPU itself provides
the bank switching logic.
Only Z180 and Z280 CPUs have the ability to do bank switching in the
CPU, so the ext/nat selection only applies to them. Z80 CPUs have no
built-in bank switching logic, so they are always configured for
built-in bank switching logic, so they always require a RAM/ROM module
with Z2 style bank switching and the ROMs are always configured for
external bank switching.
`\clearpage`{=latex}

Loading…
Cancel
Save