mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
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.
This commit is contained in:
@@ -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)...
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
4
Source/Images/fd_aztecc.txt
Normal file
4
Source/Images/fd_aztecc.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_aztecc/ReadMe.txt 0:
|
||||
4
Source/Images/fd_bascomp.txt
Normal file
4
Source/Images/fd_bascomp.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_bascomp/ReadMe.txt 0:
|
||||
4
Source/Images/fd_cowgol.txt
Normal file
4
Source/Images/fd_cowgol.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_cowgol/ReadMe.txt 0:
|
||||
4
Source/Images/fd_fortran.txt
Normal file
4
Source/Images/fd_fortran.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_fortran/ReadMe.txt 0:
|
||||
4
Source/Images/fd_games.txt
Normal file
4
Source/Images/fd_games.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_games/ReadMe.txt 0:
|
||||
4
Source/Images/fd_hitechc.txt
Normal file
4
Source/Images/fd_hitechc.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_hitechc/ReadMe.txt 0:
|
||||
@@ -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:
|
||||
|
||||
4
Source/Images/fd_tpascal.txt
Normal file
4
Source/Images/fd_tpascal.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_tpascal/ReadMe.txt 0:
|
||||
4
Source/Images/fd_z80asm.txt
Normal file
4
Source/Images/fd_z80asm.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_z80asm/ReadMe.txt 0:
|
||||
@@ -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:
|
||||
|
||||
4
Source/Images/hd_aztecc.txt
Normal file
4
Source/Images/hd_aztecc.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_aztecc/ReadMe.txt 0:
|
||||
4
Source/Images/hd_bascomp.txt
Normal file
4
Source/Images/hd_bascomp.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_bascomp/ReadMe.txt 0:
|
||||
4
Source/Images/hd_cowgol.txt
Normal file
4
Source/Images/hd_cowgol.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_cowgol/ReadMe.txt 0:
|
||||
4
Source/Images/hd_fortran.txt
Normal file
4
Source/Images/hd_fortran.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_fortran/ReadMe.txt 0:
|
||||
4
Source/Images/hd_games.txt
Normal file
4
Source/Images/hd_games.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_games/ReadMe.txt 0:
|
||||
4
Source/Images/hd_hitechc.txt
Normal file
4
Source/Images/hd_hitechc.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_hitechc/ReadMe.txt 0:
|
||||
@@ -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:
|
||||
|
||||
4
Source/Images/hd_tpascal.txt
Normal file
4
Source/Images/hd_tpascal.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_tpascal/ReadMe.txt 0:
|
||||
4
Source/Images/hd_z80asm.txt
Normal file
4
Source/Images/hd_z80asm.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# Add the ReadMe document
|
||||
#
|
||||
d_z80asm/ReadMe.txt 0:
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user