Browse Source

Fix Doc Typo per Issue #161

pull/173/head
Wayne Warthen 5 years ago
parent
commit
f9662479b4
  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. 6
      ReadMe.md
  6. 6
      ReadMe.txt
  7. 4
      Source/Doc/GettingStarted.md

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.

6
ReadMe.md

@ -3,7 +3,7 @@
## Z80/Z180 System Software
Version 3.1 Pre-release
Tuesday 18 August 2020
Sunday 6 December 2020
Wayne Warthen <wwarthen@gmail.com>
@ -712,11 +712,11 @@ most stable and you are less likely to encounter problems.
- The original versions of DDT, DDTZ, and ZSID used the RST 38 vector
which conflicts with interrupt mode 1 use of this vector. The DDT,
DDTZ, and ZSID applications in RomWBW have been modified to use RTS
DDTZ, and ZSID applications in RomWBW have been modified to use RST
30 to avoid this issue.
- Z-System applications will not run under CP/M 2.2. For example, the
`LDDS` date stamper with not run.
`LDDS` date stamper will not run.
## ZSDOS 1.1

6
ReadMe.txt

@ -3,7 +3,7 @@ RomWBW
Z80/Z180 System Software
Version 3.1 Pre-release
Tuesday 18 August 2020
Sunday 6 December 2020
Wayne Warthen wwarthen@gmail.com
@ -743,11 +743,11 @@ Notes
- The original versions of DDT, DDTZ, and ZSID used the RST 38 vector
which conflicts with interrupt mode 1 use of this vector. The DDT,
DDTZ, and ZSID applications in RomWBW have been modified to use RTS
DDTZ, and ZSID applications in RomWBW have been modified to use RST
30 to avoid this issue.
- Z-System applications will not run under CP/M 2.2. For example, the
LDDS date stamper with not run.
LDDS date stamper will not run.
ZSDOS 1.1

4
Source/Doc/GettingStarted.md

@ -763,10 +763,10 @@ in the DRI manuals.
- The original versions of DDT, DDTZ, and ZSID used the RST 38
vector which conflicts with interrupt mode 1 use of this vector.
The DDT, DDTZ, and ZSID applications in RomWBW have been modified
to use RTS 30 to avoid this issue.
to use RST 30 to avoid this issue.
- Z-System applications will not run under CP/M 2.2. For example,
the `LDDS` date stamper with not run.
the `LDDS` date stamper will not run.
## ZSDOS 1.1

Loading…
Cancel
Save