b1ackmai1er
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with
8 additions and
8 deletions
-
BIN
Doc/RomWBW Applications.pdf
-
BIN
Doc/RomWBW Architecture.pdf
-
BIN
Doc/RomWBW Disk Catalog.pdf
-
BIN
Doc/RomWBW Getting Started.pdf
-
ReadMe.md
-
ReadMe.txt
-
Source/Doc/GettingStarted.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 |
|
|
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|
|