From 1312b3f3861952bfe6e525c6e7e3cf08fefe2f7b Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Mon, 21 Dec 2020 21:37:48 -0800 Subject: [PATCH] Rename BBB installer to BBB.SYSTEM --- bbb/Makefile | 2 +- bbb/README.md | 2 +- bbb/{bye.system.s => bbb.system.s} | 0 package.sh | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename bbb/{bye.system.s => bbb.system.s} (100%) diff --git a/bbb/Makefile b/bbb/Makefile index e151988..899b8bb 100644 --- a/bbb/Makefile +++ b/bbb/Makefile @@ -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 diff --git a/bbb/README.md b/bbb/README.md index 94556ba..fa3afd6 100644 --- a/bbb/README.md +++ b/bbb/README.md @@ -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 diff --git a/bbb/bye.system.s b/bbb/bbb.system.s similarity index 100% rename from bbb/bye.system.s rename to bbb/bbb.system.s diff --git a/package.sh b/package.sh index 8f906e0..9714d11 100755 --- a/package.sh +++ b/package.sh @@ -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"