mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2024-10-31 17:04:35 +00:00
Rename BBB installer to BBB.SYSTEM
This commit is contained in:
parent
5cf3426967
commit
1312b3f386
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user