diff --git a/Doc/ChangeLog.txt b/Doc/ChangeLog.txt index dd2d09be..8ac107ff 100644 --- a/Doc/ChangeLog.txt +++ b/Doc/ChangeLog.txt @@ -2,6 +2,8 @@ Version 3.0.1 ------------- - WBW: Increase XModem timeout waiting for host to start sending - 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 ------------- diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index eb8f4de3..e86d3328 100644 Binary files a/Doc/RomWBW Applications.pdf and b/Doc/RomWBW Applications.pdf differ diff --git a/Doc/RomWBW Architecture.pdf b/Doc/RomWBW Architecture.pdf index 4cbf2043..7853996a 100644 Binary files a/Doc/RomWBW Architecture.pdf and b/Doc/RomWBW Architecture.pdf differ diff --git a/Doc/RomWBW Getting Started.pdf b/Doc/RomWBW Getting Started.pdf index e67339cc..6012434c 100644 Binary files a/Doc/RomWBW Getting Started.pdf and b/Doc/RomWBW Getting Started.pdf differ diff --git a/ReadMe.md b/ReadMe.md index d8e83a5c..68ccfc70 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -3,7 +3,7 @@ ## Z80/Z180 System Software Version 3.0 -Friday 27 March 2020 +Monday 30 March 2020 Wayne Warthen @@ -771,12 +771,7 @@ tracks. `CPMLDR.SYS` chain loads `CPM3.SYS`. ### 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 use the `RTC` app to set the RTC clock. @@ -790,11 +785,6 @@ tracks of the disk. ### 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. - The ZPM operating system is contained in the file called CPM3.SYS diff --git a/ReadMe.txt b/ReadMe.txt index 0f2c57d8..fed41156 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -3,7 +3,7 @@ RomWBW Z80/Z180 System Software Version 3.0 -Friday 27 March 2020 +Monday 30 March 2020 Wayne Warthen wwarthen@gmail.com @@ -800,11 +800,6 @@ tracks. CPMLDR.SYS chain loads CPM3.SYS. 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 to read the current date/time for file stamping, etc. You can use the RTC app to set the RTC clock. @@ -819,11 +814,6 @@ tracks of the disk. 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. - The ZPM operating system is contained in the file called CPM3.SYS diff --git a/Source/Doc/GettingStarted.md b/Source/Doc/GettingStarted.md index e9981ee8..ba84859b 100644 --- a/Source/Doc/GettingStarted.md +++ b/Source/Doc/GettingStarted.md @@ -819,12 +819,7 @@ system tracks. `CPMLDR.SYS` chain loads `CPM3.SYS`. ### 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 use the `RTC` app to set the RTC clock. @@ -839,11 +834,6 @@ tracks of the disk. ### 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. - The ZPM operating system is contained in the file called CPM3.SYS diff --git a/Source/Images/Common/CLRDIR.COM b/Source/Images/Common/CLRDIR.COM index d1f2a7d6..c6b05cc9 100644 Binary files a/Source/Images/Common/CLRDIR.COM and b/Source/Images/Common/CLRDIR.COM differ diff --git a/Source/Images/Common/ZDE.COM b/Source/Images/Common/ZDE.COM index 7f901bb6..c332ff51 100644 Binary files a/Source/Images/Common/ZDE.COM and b/Source/Images/Common/ZDE.COM differ diff --git a/Source/RomDsk/ROM_1024KB/CLRDIR.COM b/Source/RomDsk/ROM_1024KB/CLRDIR.COM index d1f2a7d6..c6b05cc9 100644 Binary files a/Source/RomDsk/ROM_1024KB/CLRDIR.COM and b/Source/RomDsk/ROM_1024KB/CLRDIR.COM differ diff --git a/Source/RomDsk/ROM_1024KB/ZDE.COM b/Source/RomDsk/ROM_1024KB/ZDE.COM index 7f901bb6..c332ff51 100644 Binary files a/Source/RomDsk/ROM_1024KB/ZDE.COM and b/Source/RomDsk/ROM_1024KB/ZDE.COM differ diff --git a/Source/RomDsk/ROM_512KB/CLRDIR.COM b/Source/RomDsk/ROM_512KB/CLRDIR.COM index d1f2a7d6..c6b05cc9 100644 Binary files a/Source/RomDsk/ROM_512KB/CLRDIR.COM and b/Source/RomDsk/ROM_512KB/CLRDIR.COM differ diff --git a/Source/RomDsk/ROM_512KB/ZDE.COM b/Source/RomDsk/ROM_512KB/ZDE.COM index 7f901bb6..c332ff51 100644 Binary files a/Source/RomDsk/ROM_512KB/ZDE.COM and b/Source/RomDsk/ROM_512KB/ZDE.COM differ