Rename BBB installer to BBB.SYSTEM

This commit is contained in:
Joshua Bell 2020-12-21 21:37:48 -08:00
parent 5cf3426967
commit 1312b3f386
4 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ OUTDIR = out
HEADERS = $(wildcard *.inc) $(wildcard ../inc/*.inc)
TARGETS = \
$(OUTDIR)/bye.system.SYS \
$(OUTDIR)/bbb.system.SYS \
$(OUTDIR)/buhbye.system.SYS
# For timestamps

View File

@ -30,7 +30,7 @@ not require a 65C02 processor.
Impressed though I am with the power of Bitsy Bye, I am not a fan of
its aesthetics - the display is "cluttered" to my eye.
## BYE.SYSTEM
## BBB.SYSTEM
Aeons ago, Dave Cotter created BYE.SYSTEM which would patch _Bird's
Better Bye_ back into ProDOS if it had been replaced. It can be found

View File

@ -19,7 +19,7 @@ add_file () {
}
add_file "bbb/out/buhbye.system.SYS" "buhbye.system#FF0000" "/$VOLNAME"
add_file "bbb/out/bye.system.SYS" "bye.system#FF0000" "/$VOLNAME"
add_file "bbb/out/bbb.system.SYS" "bbb.system#FF0000" "/$VOLNAME"
add_file "selector/out/selector.system.SYS" "selector.system#FF0000" "/$VOLNAME"
add_file "cricket/out/cricket.system.SYS" "cricket.system#FF0000" "/$VOLNAME"
add_file "cricket/out/date.BIN" "date#062000" "/$VOLNAME/CRICKET.UTIL"