mirror of
https://github.com/bobbimanners/emailler.git
synced 2026-04-26 11:25:45 +00:00
Added LOADER.SYSTEM for the Apple II C programs.
It may be useful to be able to run the C programs right from the selector (without loading BASIC.SYSTEM first). Or maybe run them on boot by placing the LOADER.SYSTEM as first file in the root directory.
This commit is contained in:
+7
-3
@@ -61,6 +61,8 @@ ip65:
|
||||
drivers:
|
||||
make -C ../drivers
|
||||
|
||||
CC65 := $(shell cl65 --print-target-path)
|
||||
|
||||
ATARI_CFG = atari.cfg
|
||||
telnet65.com: ATARI_CFG = atrtelnet.cfg
|
||||
|
||||
@@ -98,9 +100,11 @@ ip65.d64: prg
|
||||
|
||||
ip65.dsk: bin
|
||||
cp ../build/prodos.dsk $@
|
||||
java -jar $(AC) -as $@ date65 < date65.bin
|
||||
java -jar $(AC) -as $@ hfs65 < hfs65.bin
|
||||
java -jar $(AC) -as $@ telnet65 < telnet65.bin
|
||||
java -jar $(AC) -as $@ date65 < date65.bin
|
||||
java -jar $(AC) -p $@ date65.system sys < $(CC65)/apple2enh/util/loader.system
|
||||
java -jar $(AC) -as $@ hfs65 < hfs65.bin
|
||||
java -jar $(AC) -p $@ hfs65.system sys < $(CC65)/apple2enh/util/loader.system
|
||||
java -jar $(AC) -as $@ telnet65 < telnet65.bin
|
||||
|
||||
ip65.atr: com
|
||||
mkdir atr
|
||||
|
||||
Reference in New Issue
Block a user