diff --git a/Doc/ChangeLog.txt b/Doc/ChangeLog.txt index fc098d2c..f3fc30d2 100644 --- a/Doc/ChangeLog.txt +++ b/Doc/ChangeLog.txt @@ -65,6 +65,8 @@ 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 +- D?M: Minor update to CP/NET client files, fix to CPNBOOT Version 3.1 ----------- diff --git a/Source/Images/Common/All/ZDE.COM b/Source/Images/Common/All/ZDE.COM index f58310ba..b80559be 100644 Binary files a/Source/Images/Common/All/ZDE.COM and b/Source/Images/Common/All/ZDE.COM differ diff --git a/Source/Images/cpnet12/cpnboot.com b/Source/Images/cpnet12/cpnboot.com index 48c07493..7216bcc7 100644 Binary files a/Source/Images/cpnet12/cpnboot.com and b/Source/Images/cpnet12/cpnboot.com differ diff --git a/Source/Images/cpnet12/cpnetldr.com b/Source/Images/cpnet12/cpnetldr.com index 12ddeae2..750510ac 100644 Binary files a/Source/Images/cpnet12/cpnetldr.com and b/Source/Images/cpnet12/cpnetldr.com differ diff --git a/Source/Images/cpnet12/nvram.com b/Source/Images/cpnet12/nvram.com index 99ed9682..63c509a4 100644 Binary files a/Source/Images/cpnet12/nvram.com and b/Source/Images/cpnet12/nvram.com differ diff --git a/Source/Images/cpnet12/pipnet.com b/Source/Images/cpnet12/pipnet.com new file mode 100644 index 00000000..ea3cb2c7 Binary files /dev/null and b/Source/Images/cpnet12/pipnet.com differ diff --git a/Source/Images/cpnet12/srvstat.com b/Source/Images/cpnet12/srvstat.com index 87180dc5..914b5b5f 100644 Binary files a/Source/Images/cpnet12/srvstat.com and b/Source/Images/cpnet12/srvstat.com differ diff --git a/Source/Images/cpnet12/wizcfg.com b/Source/Images/cpnet12/wizcfg.com index d8b6dd36..491bca54 100644 Binary files a/Source/Images/cpnet12/wizcfg.com and b/Source/Images/cpnet12/wizcfg.com differ diff --git a/Source/Images/cpnet12/wizdbg.com b/Source/Images/cpnet12/wizdbg.com index 0585966f..fa889a0b 100644 Binary files a/Source/Images/cpnet12/wizdbg.com and b/Source/Images/cpnet12/wizdbg.com differ diff --git a/Source/Images/cpnet3/ndos3.com b/Source/Images/cpnet3/ndos3.com index 2edf1c42..c4e5aabe 100644 Binary files a/Source/Images/cpnet3/ndos3.com and b/Source/Images/cpnet3/ndos3.com differ diff --git a/Source/Images/cpnet3/nvram.com b/Source/Images/cpnet3/nvram.com index 99ed9682..63c509a4 100644 Binary files a/Source/Images/cpnet3/nvram.com and b/Source/Images/cpnet3/nvram.com differ diff --git a/Source/Images/cpnet3/srvstat.com b/Source/Images/cpnet3/srvstat.com index 87180dc5..914b5b5f 100644 Binary files a/Source/Images/cpnet3/srvstat.com and b/Source/Images/cpnet3/srvstat.com differ diff --git a/Source/Images/cpnet3/wizcfg.com b/Source/Images/cpnet3/wizcfg.com index d8b6dd36..491bca54 100644 Binary files a/Source/Images/cpnet3/wizcfg.com and b/Source/Images/cpnet3/wizcfg.com differ diff --git a/Source/Images/cpnet3/wizdbg.com b/Source/Images/cpnet3/wizdbg.com index 0585966f..fa889a0b 100644 Binary files a/Source/Images/cpnet3/wizdbg.com and b/Source/Images/cpnet3/wizdbg.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..b80559be 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..b80559be 100644 Binary files a/Source/RomDsk/ROM_512KB/ZDE.COM and b/Source/RomDsk/ROM_512KB/ZDE.COM differ diff --git a/Source/ver.inc b/Source/ver.inc index b998e315..86131ba0 100644 --- a/Source/ver.inc +++ b/Source/ver.inc @@ -2,4 +2,4 @@ #DEFINE RMN 1 #DEFINE RUP 1 #DEFINE RTP 0 -#DEFINE BIOSVER "3.1.1-pre.184" +#DEFINE BIOSVER "3.1.1-pre.185" diff --git a/Source/ver.lib b/Source/ver.lib index 70f898fa..500cb551 100644 --- a/Source/ver.lib +++ b/Source/ver.lib @@ -3,5 +3,5 @@ rmn equ 1 rup equ 1 rtp equ 0 biosver macro - db "3.1.1-pre.184" + db "3.1.1-pre.185" endm