Browse Source

CLRDIR and ZDE updates

- CLRDIR has been updated by Max Scane for CP/M 3 compatibility.
- A minor issue in the preconfigured ZDE VT100 terminal escape sequences was corrected.
pull/110/head
Wayne Warthen 6 years ago
parent
commit
c615fd239b
  1. 2
      Doc/ChangeLog.txt
  2. BIN
      Doc/RomWBW Applications.pdf
  3. BIN
      Doc/RomWBW Architecture.pdf
  4. BIN
      Doc/RomWBW Getting Started.pdf
  5. 14
      ReadMe.md
  6. 12
      ReadMe.txt
  7. 12
      Source/Doc/GettingStarted.md
  8. BIN
      Source/Images/Common/CLRDIR.COM
  9. BIN
      Source/Images/Common/ZDE.COM
  10. BIN
      Source/RomDsk/ROM_1024KB/CLRDIR.COM
  11. BIN
      Source/RomDsk/ROM_1024KB/ZDE.COM
  12. BIN
      Source/RomDsk/ROM_512KB/CLRDIR.COM
  13. BIN
      Source/RomDsk/ROM_512KB/ZDE.COM

2
Doc/ChangeLog.txt

@ -2,6 +2,8 @@ Version 3.0.1
------------- -------------
- WBW: Increase XModem timeout waiting for host to start sending - WBW: Increase XModem timeout waiting for host to start sending
- WBW: Update TMS driver to dynamically increase Z180 I/O W/S inside driver - WBW: Update TMS driver to dynamically increase Z180 I/O W/S inside driver
- MJS: Update CLRDIR for CP/M 3 compatibility
- WBW: Corrected cursor on/off esc sequence in pre-configured ZDE.
Version 3.0.0 Version 3.0.0
------------- -------------

BIN
Doc/RomWBW Applications.pdf

Binary file not shown.

BIN
Doc/RomWBW Architecture.pdf

Binary file not shown.

BIN
Doc/RomWBW Getting Started.pdf

Binary file not shown.

14
ReadMe.md

@ -3,7 +3,7 @@
## Z80/Z180 System Software ## Z80/Z180 System Software
Version 3.0 Version 3.0
Friday 27 March 2020
Monday 30 March 2020
Wayne Warthen <wwarthen@gmail.com> Wayne Warthen <wwarthen@gmail.com>
@ -771,12 +771,7 @@ tracks. `CPMLDR.SYS` chain loads `CPM3.SYS`.
### Notes ### Notes
- `CLRDIR` is not working right under CP/M 3. It only partially clears
the disk sectors of the directory area. The extent of this issue has
not been evaluated, but it is not a RomWBW issue. To use CLRDIR, you
can temporarily boot back into Z-System.
- The `DATE` command cannot yet be used to set the RTC. The RTC is
- The `DATE` command cannot yet be used to **set** the RTC. The RTC is
used to read the current date/time for file stamping, etc. You can used to read the current date/time for file stamping, etc. You can
use the `RTC` app to set the RTC clock. use the `RTC` app to set the RTC clock.
@ -790,11 +785,6 @@ tracks of the disk.
### Notes ### Notes
- `CLRDIR` is not working right under ZPM3. It only partially clears
the disk sectors of the directory area. The extent of this issue has
not been evaluated, but it is not a RomWBW issue. To use CLRDIR, you
can temporarily boot back into Z-System.
- `ZPMLDR` is included with ZPM3, but it is not working correctly. - `ZPMLDR` is included with ZPM3, but it is not working correctly.
- The ZPM operating system is contained in the file called CPM3.SYS - The ZPM operating system is contained in the file called CPM3.SYS

12
ReadMe.txt

@ -3,7 +3,7 @@ RomWBW
Z80/Z180 System Software Z80/Z180 System Software
Version 3.0 Version 3.0
Friday 27 March 2020
Monday 30 March 2020
Wayne Warthen wwarthen@gmail.com Wayne Warthen wwarthen@gmail.com
@ -800,11 +800,6 @@ tracks. CPMLDR.SYS chain loads CPM3.SYS.
Notes Notes
- CLRDIR is not working right under CP/M 3. It only partially clears
the disk sectors of the directory area. The extent of this issue has
not been evaluated, but it is not a RomWBW issue. To use CLRDIR, you
can temporarily boot back into Z-System.
- The DATE command cannot yet be used to set the RTC. The RTC is used - The DATE command cannot yet be used to set the RTC. The RTC is used
to read the current date/time for file stamping, etc. You can use to read the current date/time for file stamping, etc. You can use
the RTC app to set the RTC clock. the RTC app to set the RTC clock.
@ -819,11 +814,6 @@ tracks of the disk.
Notes Notes
- CLRDIR is not working right under ZPM3. It only partially clears the
disk sectors of the directory area. The extent of this issue has not
been evaluated, but it is not a RomWBW issue. To use CLRDIR, you can
temporarily boot back into Z-System.
- ZPMLDR is included with ZPM3, but it is not working correctly. - ZPMLDR is included with ZPM3, but it is not working correctly.
- The ZPM operating system is contained in the file called CPM3.SYS - The ZPM operating system is contained in the file called CPM3.SYS

12
Source/Doc/GettingStarted.md

@ -819,12 +819,7 @@ system tracks. `CPMLDR.SYS` chain loads `CPM3.SYS`.
### Notes ### Notes
- `CLRDIR` is not working right under CP/M 3. It only partially clears
the disk sectors of the directory area. The extent of this issue
has not been evaluated, but it is not a RomWBW issue. To use CLRDIR,
you can temporarily boot back into Z-System.
- The `DATE` command cannot yet be used to set the RTC. The RTC is
- The `DATE` command cannot yet be used to **set** the RTC. The RTC is
used to read the current date/time for file stamping, etc. You can used to read the current date/time for file stamping, etc. You can
use the `RTC` app to set the RTC clock. use the `RTC` app to set the RTC clock.
@ -839,11 +834,6 @@ tracks of the disk.
### Notes ### Notes
- `CLRDIR` is not working right under ZPM3. It only partially clears
the disk sectors of the directory area. The extent of this issue
has not been evaluated, but it is not a RomWBW issue. To use CLRDIR,
you can temporarily boot back into Z-System.
- `ZPMLDR` is included with ZPM3, but it is not working correctly. - `ZPMLDR` is included with ZPM3, but it is not working correctly.
- The ZPM operating system is contained in the file called CPM3.SYS - The ZPM operating system is contained in the file called CPM3.SYS

BIN
Source/Images/Common/CLRDIR.COM

Binary file not shown.

BIN
Source/Images/Common/ZDE.COM

Binary file not shown.

BIN
Source/RomDsk/ROM_1024KB/CLRDIR.COM

Binary file not shown.

BIN
Source/RomDsk/ROM_1024KB/ZDE.COM

Binary file not shown.

BIN
Source/RomDsk/ROM_512KB/CLRDIR.COM

Binary file not shown.

BIN
Source/RomDsk/ROM_512KB/ZDE.COM

Binary file not shown.
Loading…
Cancel
Save