diff --git a/Doc/ChangeLog.txt b/Doc/ChangeLog.txt index fc098d2c..eff5cae7 100644 --- a/Doc/ChangeLog.txt +++ b/Doc/ChangeLog.txt @@ -65,6 +65,7 @@ Version 3.1.1 - L?N: Fixes for ZCPR-D&J (buffer overflow, default drive/user) - J?P: Add support for DS1501 RTC - LLS: Added a user defined mode for SD Card interfaces (not complete) +- L?N: Updated ZDE to v1.8 including time stamp preservation fixes Version 3.1 ----------- diff --git a/Source/Images/Common/All/ZDE.COM b/Source/Images/Common/All/ZDE.COM index f58310ba..f5b37040 100644 Binary files a/Source/Images/Common/All/ZDE.COM and b/Source/Images/Common/All/ZDE.COM differ diff --git a/Source/Images/d_ws4/u1/README.MD b/Source/Images/d_ws4/u1/README.MD new file mode 100644 index 00000000..2fc3496b --- /dev/null +++ b/Source/Images/d_ws4/u1/README.MD @@ -0,0 +1,31 @@ +# ZDE 1.6 (Z-System Display Editor) reconstituted source - MECPARTS +11/19/2020 + +Using the source code of [VDE 2.67] +(http://www.classiccmp.org/cpmarchives/cpm/Software/WalnutCD/enterprs/cpm/utils/s/vde267sc.lbr) +as a guide, I've reconstituted the source code for [ZDE 1.6](http://www.classiccmp.org/cpmarchives/cpm/Software/WalnutCD/cpm/editor/zde16.lbr). + +The source has been assembled with: + +* Al Hawley's ZMAC: assemble as is. +* MicroSoft's M80: rename to ZDE16.MAC, un-comment the first two lines + and assemble. Use RELHEX to create ZDE16.HEX. +* ZASM (Cromemco's ASMB): Rename to ZDE16.Z80 and assemble. Use RELHEX +to create ZDE16.HEX. + +Use MLOAD to create ZDE16.COM. + +There are still a couple of routines new to ZDE that I haven't figured +out (yet). But most of them have been sussed out. + +## ZDE 1.7 - MECPARTS 11/24/2020 + +I've fixed the "doesn't preserve timestamps for files larger than a +single extent under ZSDOS" bug that was present in v1.6. The existing +ZDENST16.COM program will work with the 1.7 to set the program up for +your terminal and printer. + +## ZDE 1.8 - Lars Nelson 12/3/2022 + +Added routine to save create time stamp under CP/M Plus since +CP/M Plus, unlike ZSDOS, has no native ability to set time stamps. \ No newline at end of file diff --git a/Source/Images/d_ws4/u1/ZDE18.COM b/Source/Images/d_ws4/u1/ZDE18.COM new file mode 100644 index 00000000..f5b37040 Binary files /dev/null and b/Source/Images/d_ws4/u1/ZDE18.COM differ diff --git a/Source/Images/fd_zpm3.txt b/Source/Images/fd_zpm3.txt index a7077906..b92700cb 100644 --- a/Source/Images/fd_zpm3.txt +++ b/Source/Images/fd_zpm3.txt @@ -26,7 +26,6 @@ ../../Binary/Apps/fat.com 15: ../../Binary/Apps/fdu.com 15: ../../Binary/Apps/fdu.doc 15: -../../Binary/Apps/format.com 15: ../../Binary/Apps/mode.com 15: ../../Binary/Apps/rtc.com 15: ../../Binary/Apps/survey.com 15: diff --git a/Source/RomDsk/ROM_1024KB/ZDE.COM b/Source/RomDsk/ROM_1024KB/ZDE.COM index f58310ba..f5b37040 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/ZDE.COM b/Source/RomDsk/ROM_512KB/ZDE.COM index f58310ba..f5b37040 100644 Binary files a/Source/RomDsk/ROM_512KB/ZDE.COM and b/Source/RomDsk/ROM_512KB/ZDE.COM differ