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"