Browse Source
Merge pull request #230 from wwarthen/dev
More BPBIOS Updates
pull/251/head
b1ackmai1er
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with
4 additions and
30 deletions
-
Source/BPBIOS/Build.cmd
-
BIN
Source/BPBIOS/bp33n.dat
-
BIN
Source/BPBIOS/bp33nbnk.dat
-
BIN
Source/BPBIOS/bp33t.dat
-
BIN
Source/BPBIOS/bp33tbnk.dat
-
BIN
Source/BPBIOS/bp34n.dat
-
BIN
Source/BPBIOS/bp34nbnk.dat
-
BIN
Source/BPBIOS/bp34t.dat
-
BIN
Source/BPBIOS/bp34tbnk.dat
-
BIN
Source/BPBIOS/bp41nbnk.dat
-
BIN
Source/BPBIOS/bp41tbnk.dat
-
Source/BPBIOS/zstf.zex
-
Source/BPBIOS/zstn.zex
-
Source/BPBIOS/zstt.zex
-
Source/Images/d_bp.txt
-
BIN
Source/Images/d_bp/u0/rcp-16h.zrl
-
BIN
Source/Images/d_bp/u15/cl.com
-
BIN
Source/Images/d_bp/u15/d.com
-
BIN
Source/Images/d_bp/u15/du.com
-
BIN
Source/Images/d_bp/u15/lu.com
-
BIN
Source/Images/d_bp/u15/ql.com
-
BIN
Source/Images/d_bp/u15/sd.com
|
|
|
@ -1,8 +1,7 @@ |
|
|
|
@echo off |
|
|
|
|
|
|
|
setlocal |
|
|
|
|
|
|
|
setlocal & cd ZCPR33 && call Build || exit /b & endlocal |
|
|
|
pushd ZCPR33 && call Build || exit /b & popd |
|
|
|
|
|
|
|
set PATH=%PATH%;..\..\Tools\zx;..\..\Tools\cpmtools; |
|
|
|
|
|
|
|
@ -57,6 +56,7 @@ rem if exist bpbio-ww.rel del bpbio-ww.rel || exit /b |
|
|
|
zx ZMAC -BPBIO-WW -/P || exit /b |
|
|
|
if exist bp%VER%.prn del bp%VER%.prn || exit /b |
|
|
|
ren bpbio-ww.prn bp%VER%.prn || exit /b |
|
|
|
if exist bp%VER%.err del bp%VER%.err || exit /b |
|
|
|
ren bpbio-ww.err bp%VER%.err || exit /b |
|
|
|
copy bpbio-ww.rel bp%VER%.rel || exit /b |
|
|
|
|
|
|
|
|
|
|
|
@ -4,10 +4,6 @@ C15:ZPATH $$$$ A0 B0 C15 C0 /D=$$$$ C15 C0 |
|
|
|
zscfg2 cb +a- |
|
|
|
;; load Zsystem segments |
|
|
|
jetldr BPBIO.NDR,nzdec23d.z3t,fcp-4t.zrl |
|
|
|
;;;; disable the wheel byte since BPBUILD doesn't |
|
|
|
;;poke fc2a fb ;;correct wheel addr in Z3ENV |
|
|
|
;;poke fbff ff ;;set the wheel |
|
|
|
poke FC32 19 ;;change CRT length to 25 lines |
|
|
|
;; initialize the RAM disk if needed and copy some useful file there |
|
|
|
if ~EX A0:-ram.000 |
|
|
|
putds -d=A: |
|
|
|
@ -17,5 +13,4 @@ RCOPY RAMFILES.TXT A0: /Q |
|
|
|
fi |
|
|
|
;; load the command history shell and editor |
|
|
|
LSH |
|
|
|
|
|
|
|
|
|
|
|
@ -1,15 +1,6 @@ |
|
|
|
C15:ZPATH $$$$ A0 B0 C15 C0 /D=$$$$ C15 C0 |
|
|
|
jetldr RCP-16H.ZRL,FCP-4T.ZRL,BPBIO.NDR,nzdec23d.z3t |
|
|
|
ldtimee |
|
|
|
;;disable the wheel byte since BPBUILD doesn't |
|
|
|
;;;;correct wheel addr in Z3ENV |
|
|
|
;;poke fc2a fb |
|
|
|
;;;;set the wheel |
|
|
|
;;poke fbff ff |
|
|
|
;;change CRT length to 25 lines< |
|
|
|
poke FC32 19 |
|
|
|
;; change "D " to "DIR" so we can use D.COM |
|
|
|
poke F10D 49 52 |
|
|
|
;; initialize ram drive if needed |
|
|
|
IF ~EX A0:-RAM.000 |
|
|
|
putds -d=A: |
|
|
|
|
|
|
|
@ -1,15 +1,6 @@ |
|
|
|
C15:ZPATH $$$$ A0 B0 C15 C0 /D=$$$$ C15 C0 |
|
|
|
jetldr RCP-16H.ZRL,FCP-4T.ZRL,BPBIO.NDR,nzdec23d.z3t |
|
|
|
ldtimec |
|
|
|
;;disable the wheel byte since BPBUILD doesn't |
|
|
|
;;;;correct wheel addr in Z3ENV |
|
|
|
;;poke fc2a fb |
|
|
|
;;;;set the wheel |
|
|
|
;;poke fbff ff |
|
|
|
;;change CRT length to 25 lines< |
|
|
|
poke FC32 19 |
|
|
|
;; change "D " to "DIR" so we can use D.COM |
|
|
|
poke EF0D 49 52 |
|
|
|
;; initialize ram drive if needed |
|
|
|
IF ~EX A0:-RAM.000 |
|
|
|
putds -d=A: |
|
|
|
|
|
|
|
@ -6,9 +6,6 @@ |
|
|
|
../BPBIOS/*.zrl 0: |
|
|
|
../BPBIOS/*.zex 0: |
|
|
|
../BPBIOS/bpbuild.com 0: |
|
|
|
#../BPBIOS/myterm.z3t 0: |
|
|
|
#../BPBIOS/Z34RCP11/z34rcp11.rel 0:rcp.zrl |
|
|
|
#../BPBIOS/NZFCP13/nzfcp13.rel 0:fcp.zrl |
|
|
|
# |
|
|
|
# Add RomWBW utilities |
|
|
|
# |
|
|
|
@ -42,7 +39,7 @@ |
|
|
|
#../../Binary/Apps/ramtest.com 2: |
|
|
|
#../../Binary/Apps/tstdskng.com 2: |
|
|
|
../../Binary/Apps/Test/*.com 2: |
|
|
|
##Test/*.* 2: |
|
|
|
Test/*.* 2: |
|
|
|
# |
|
|
|
# Add Tune sample files |
|
|
|
# |
|
|
|
@ -51,7 +48,7 @@ |
|
|
|
# |
|
|
|
# Add CPNET client files |
|
|
|
# |
|
|
|
##cpnet12/*.* 4: |
|
|
|
cpnet12/*.* 4: |
|
|
|
# |
|
|
|
# Add Common Applications |
|
|
|
# |
|
|
|
|