From 76567d1e53554e7a6d188b78f3d3fdf72d6460fa Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sun, 27 Oct 2024 13:17:39 -0700 Subject: [PATCH] Disk Image Processing Tweaks - Restore copying PIP application to ZSDOS and NZCOM disks. - The floppy version of some supplemental disks were not being generated due to a typo. - The ReadMe.txt file for some supplemental disks was not being added to the disk. --- Source/Images/Build.cmd | 16 ++++---- Source/Images/d_bascomp/Readme.txt | 54 +++++++++++++++++++++++++++ Source/Images/d_bascomp/u0/README.TXT | 54 --------------------------- Source/Images/fd_aztecc.txt | 4 ++ Source/Images/fd_bascomp.txt | 4 ++ Source/Images/fd_cowgol.txt | 4 ++ Source/Images/fd_fortran.txt | 4 ++ Source/Images/fd_games.txt | 4 ++ Source/Images/fd_hitechc.txt | 4 ++ Source/Images/fd_nzcom.txt | 1 + Source/Images/fd_tpascal.txt | 4 ++ Source/Images/fd_z80asm.txt | 4 ++ Source/Images/fd_zsdos.txt | 2 +- Source/Images/hd_aztecc.txt | 4 ++ Source/Images/hd_bascomp.txt | 4 ++ Source/Images/hd_cowgol.txt | 4 ++ Source/Images/hd_fortran.txt | 4 ++ Source/Images/hd_games.txt | 4 ++ Source/Images/hd_hitechc.txt | 4 ++ Source/Images/hd_nzcom.txt | 2 +- Source/Images/hd_tpascal.txt | 4 ++ Source/Images/hd_z80asm.txt | 4 ++ Source/Images/hd_zsdos.txt | 2 +- 23 files changed, 130 insertions(+), 65 deletions(-) delete mode 100644 Source/Images/d_bascomp/u0/README.TXT create mode 100644 Source/Images/fd_aztecc.txt create mode 100644 Source/Images/fd_bascomp.txt create mode 100644 Source/Images/fd_cowgol.txt create mode 100644 Source/Images/fd_fortran.txt create mode 100644 Source/Images/fd_games.txt create mode 100644 Source/Images/fd_hitechc.txt create mode 100644 Source/Images/fd_tpascal.txt create mode 100644 Source/Images/fd_z80asm.txt create mode 100644 Source/Images/hd_aztecc.txt create mode 100644 Source/Images/hd_bascomp.txt create mode 100644 Source/Images/hd_cowgol.txt create mode 100644 Source/Images/hd_fortran.txt create mode 100644 Source/Images/hd_games.txt create mode 100644 Source/Images/hd_hitechc.txt create mode 100644 Source/Images/hd_tpascal.txt create mode 100644 Source/Images/hd_z80asm.txt diff --git a/Source/Images/Build.cmd b/Source/Images/Build.cmd index 716cfe99..8e71ce45 100644 --- a/Source/Images/Build.cmd +++ b/Source/Images/Build.cmd @@ -16,14 +16,14 @@ call BuildDisk.cmd zpm3 fd wbw_fd144 ..\zpm3\zpmldr.sys || exit /b call BuildDisk.cmd z3plus fd wbw_fd144 ..\cpm3\cpmldr.sys || exit /b call BuildDisk.cmd ws4 fd wbw_fd144 || exit /b call BuildDisk.cmd qpm fd wbw_fd144 ..\qpm\qpm_wbw.sys || exit /b -call BuildDisk.cmd z80asm hd wbw_fd144 || exit /b -call BuildDisk.cmd aztecc hd wbw_fd144 || exit /b -call BuildDisk.cmd hitechc hd wbw_fd144 || exit /b -call BuildDisk.cmd tpascal hd wbw_fd144 || exit /b -call BuildDisk.cmd bascomp hd wbw_fd144 || exit /b -call BuildDisk.cmd fortran hd wbw_fd144 || exit /b -call BuildDisk.cmd games hd wbw_fd144 || exit /b -call BuildDisk.cmd cowgol hd wbw_fd144 || exit /b +call BuildDisk.cmd z80asm fd wbw_fd144 || exit /b +call BuildDisk.cmd aztecc fd wbw_fd144 || exit /b +call BuildDisk.cmd hitechc fd wbw_fd144 || exit /b +call BuildDisk.cmd tpascal fd wbw_fd144 || exit /b +call BuildDisk.cmd bascomp fd wbw_fd144 || exit /b +call BuildDisk.cmd fortran fd wbw_fd144 || exit /b +call BuildDisk.cmd games fd wbw_fd144 || exit /b +call BuildDisk.cmd cowgol fd wbw_fd144 || exit /b echo. echo Building Hard Disk Images (512 directory entry format)... diff --git a/Source/Images/d_bascomp/Readme.txt b/Source/Images/d_bascomp/Readme.txt index d7792401..fff84b63 100644 --- a/Source/Images/d_bascomp/Readme.txt +++ b/Source/Images/d_bascomp/Readme.txt @@ -9,3 +9,57 @@ faster than interpreted programs if maximum use of integer variables is made. View BASCOM.HLP included in the disk image using HELP.COM for documentation. + +----------------------------------------------------------- +Example of a session: +----------------------------------------------------------- + +>MBASIC + +BASIC-80 Rev. 5.21 +[CP/M Version] +Copyright 1977-1981 (C) by Microsoft +Created: 28-Jul-81 +31800 Bytes free +Ok +10 PRINT "Hello World" +list +10 PRINT "Hello World" +Ok +RUN +Hello World +Ok +SAVE "HELLO",A +Ok +SYSTEM + +A>TYPE BAS.SUB + +BASCOM =$1 /E +L80 $1,$1/N/E + +A>SUPERSUB BAS HELLO + +SuperSUB V1.1 + +A>BASCOM =HELLO /E + +00000 Fatal Error(s) +24196 Bytes Free + +A>L80 HELLO,HELLO/N/E + +Link-80 3.44 09-Dec-81 Copyright (c) 1981 Microsoft + +Data 4000 4197 < 407> + +40207 Bytes Free +[4011 4197 65] + +A>hello + +Hello World + + +A> + diff --git a/Source/Images/d_bascomp/u0/README.TXT b/Source/Images/d_bascomp/u0/README.TXT deleted file mode 100644 index d0f0a53d..00000000 --- a/Source/Images/d_bascomp/u0/README.TXT +++ /dev/null @@ -1,54 +0,0 @@ -Microsoft Basic-80 Compiler v.5.30a - ------------------------------------------------------------ -Example of a session: ------------------------------------------------------------ - ->MBASIC - -BASIC-80 Rev. 5.21 -[CP/M Version] -Copyright 1977-1981 (C) by Microsoft -Created: 28-Jul-81 -31800 Bytes free -Ok -10 PRINT "Hello World" -list -10 PRINT "Hello World" -Ok -RUN -Hello World -Ok -SAVE "HELLO",A -Ok -SYSTEM - -A>TYPE BAS.SUB - -BASCOM =$1 /E -L80 $1,$1/N/E - -A>SUPERSUB BAS HELLO - -SuperSUB V1.1 - -A>BASCOM =HELLO /E - -00000 Fatal Error(s) -24196 Bytes Free - -A>L80 HELLO,HELLO/N/E - -Link-80 3.44 09-Dec-81 Copyright (c) 1981 Microsoft - -Data 4000 4197 < 407> - -40207 Bytes Free -[4011 4197 65] - -A>hello - -Hello World - - -A> diff --git a/Source/Images/fd_aztecc.txt b/Source/Images/fd_aztecc.txt new file mode 100644 index 00000000..7192617c --- /dev/null +++ b/Source/Images/fd_aztecc.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_aztecc/ReadMe.txt 0: diff --git a/Source/Images/fd_bascomp.txt b/Source/Images/fd_bascomp.txt new file mode 100644 index 00000000..950aa805 --- /dev/null +++ b/Source/Images/fd_bascomp.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_bascomp/ReadMe.txt 0: diff --git a/Source/Images/fd_cowgol.txt b/Source/Images/fd_cowgol.txt new file mode 100644 index 00000000..d90c4bdd --- /dev/null +++ b/Source/Images/fd_cowgol.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_cowgol/ReadMe.txt 0: diff --git a/Source/Images/fd_fortran.txt b/Source/Images/fd_fortran.txt new file mode 100644 index 00000000..2bda53c7 --- /dev/null +++ b/Source/Images/fd_fortran.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_fortran/ReadMe.txt 0: diff --git a/Source/Images/fd_games.txt b/Source/Images/fd_games.txt new file mode 100644 index 00000000..f4495305 --- /dev/null +++ b/Source/Images/fd_games.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_games/ReadMe.txt 0: diff --git a/Source/Images/fd_hitechc.txt b/Source/Images/fd_hitechc.txt new file mode 100644 index 00000000..b20cdc4a --- /dev/null +++ b/Source/Images/fd_hitechc.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_hitechc/ReadMe.txt 0: diff --git a/Source/Images/fd_nzcom.txt b/Source/Images/fd_nzcom.txt index 5ac4e70b..37a13416 100644 --- a/Source/Images/fd_nzcom.txt +++ b/Source/Images/fd_nzcom.txt @@ -5,6 +5,7 @@ d_nzcom/ReadMe.txt 0: # # Include selected CP/M 2.2 files # +d_cpm22/u0/PIP.COM 15: d_cpm22/u0/STAT.COM 15: d_cpm22/u0/SUBMIT.COM 0: d_cpm22/u0/XSUB.COM 15: diff --git a/Source/Images/fd_tpascal.txt b/Source/Images/fd_tpascal.txt new file mode 100644 index 00000000..951e7dd4 --- /dev/null +++ b/Source/Images/fd_tpascal.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_tpascal/ReadMe.txt 0: diff --git a/Source/Images/fd_z80asm.txt b/Source/Images/fd_z80asm.txt new file mode 100644 index 00000000..9a42beca --- /dev/null +++ b/Source/Images/fd_z80asm.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_z80asm/ReadMe.txt 0: diff --git a/Source/Images/fd_zsdos.txt b/Source/Images/fd_zsdos.txt index 6ab2a538..c55e609b 100644 --- a/Source/Images/fd_zsdos.txt +++ b/Source/Images/fd_zsdos.txt @@ -10,7 +10,7 @@ d_cpm22/u0/LIB.COM 0: d_cpm22/u0/LINK.COM 0: d_cpm22/u0/LOAD.COM 0: d_cpm22/u0/MAC.COM 0: -#d_cpm22/u0/PIP.COM 0: ??? +d_cpm22/u0/PIP.COM 0: d_cpm22/u0/RMAC.COM 0: d_cpm22/u0/STAT.COM 0: d_cpm22/u0/SUBMIT.COM 0: diff --git a/Source/Images/hd_aztecc.txt b/Source/Images/hd_aztecc.txt new file mode 100644 index 00000000..7192617c --- /dev/null +++ b/Source/Images/hd_aztecc.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_aztecc/ReadMe.txt 0: diff --git a/Source/Images/hd_bascomp.txt b/Source/Images/hd_bascomp.txt new file mode 100644 index 00000000..950aa805 --- /dev/null +++ b/Source/Images/hd_bascomp.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_bascomp/ReadMe.txt 0: diff --git a/Source/Images/hd_cowgol.txt b/Source/Images/hd_cowgol.txt new file mode 100644 index 00000000..d90c4bdd --- /dev/null +++ b/Source/Images/hd_cowgol.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_cowgol/ReadMe.txt 0: diff --git a/Source/Images/hd_fortran.txt b/Source/Images/hd_fortran.txt new file mode 100644 index 00000000..2bda53c7 --- /dev/null +++ b/Source/Images/hd_fortran.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_fortran/ReadMe.txt 0: diff --git a/Source/Images/hd_games.txt b/Source/Images/hd_games.txt new file mode 100644 index 00000000..f4495305 --- /dev/null +++ b/Source/Images/hd_games.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_games/ReadMe.txt 0: diff --git a/Source/Images/hd_hitechc.txt b/Source/Images/hd_hitechc.txt new file mode 100644 index 00000000..b20cdc4a --- /dev/null +++ b/Source/Images/hd_hitechc.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_hitechc/ReadMe.txt 0: diff --git a/Source/Images/hd_nzcom.txt b/Source/Images/hd_nzcom.txt index 09f8d793..42ea079b 100644 --- a/Source/Images/hd_nzcom.txt +++ b/Source/Images/hd_nzcom.txt @@ -10,7 +10,7 @@ d_cpm22/u0/LIB.COM 15: d_cpm22/u0/LINK.COM 15: d_cpm22/u0/LOAD.COM 15: d_cpm22/u0/MAC.COM 15: -#d_cpm22/u0/PIP.COM 15: ??? +d_cpm22/u0/PIP.COM 15: d_cpm22/u0/RMAC.COM 15: d_cpm22/u0/STAT.COM 15: d_cpm22/u0/SUBMIT.COM 0: diff --git a/Source/Images/hd_tpascal.txt b/Source/Images/hd_tpascal.txt new file mode 100644 index 00000000..951e7dd4 --- /dev/null +++ b/Source/Images/hd_tpascal.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_tpascal/ReadMe.txt 0: diff --git a/Source/Images/hd_z80asm.txt b/Source/Images/hd_z80asm.txt new file mode 100644 index 00000000..9a42beca --- /dev/null +++ b/Source/Images/hd_z80asm.txt @@ -0,0 +1,4 @@ +# +# Add the ReadMe document +# +d_z80asm/ReadMe.txt 0: diff --git a/Source/Images/hd_zsdos.txt b/Source/Images/hd_zsdos.txt index 237c5155..6a9ff547 100644 --- a/Source/Images/hd_zsdos.txt +++ b/Source/Images/hd_zsdos.txt @@ -10,7 +10,7 @@ d_cpm22/u0/LIB.COM 0: d_cpm22/u0/LINK.COM 0: d_cpm22/u0/LOAD.COM 0: d_cpm22/u0/MAC.COM 0: -#d_cpm22/u0/PIP.COM 0: ??? +d_cpm22/u0/PIP.COM 0: d_cpm22/u0/RMAC.COM 0: d_cpm22/u0/STAT.COM 0: d_cpm22/u0/SUBMIT.COM 0: