diff --git a/AppleCommander-1.3.5-ac.jar b/AppleCommander-1.3.5-ac.jar new file mode 100644 index 0000000..f66dfa5 Binary files /dev/null and b/AppleCommander-1.3.5-ac.jar differ diff --git a/AppleCommander-ac-1.4.0.jar b/AppleCommander-ac-1.4.0.jar deleted file mode 100644 index 4d61bfc..0000000 Binary files a/AppleCommander-ac-1.4.0.jar and /dev/null differ diff --git a/Makefile b/Makefile index 599c30f..aeea891 100644 --- a/Makefile +++ b/Makefile @@ -2,15 +2,15 @@ # a.k.a. https://github.com/apple2accumulator/merlin32 # -AC=java -jar AppleCommander-ac-1.4.0.jar +AC=java -jar AppleCommander-1.3.5-ac.jar SRC=delhndlr.s PGM=DELHNDLR VOL=$(PGM) DSK=$(PGM).dsk $(DSK): $(PGM) - #$(AC) -pro140 $(DSK) $(VOL) - cp delhndlr.dsk $(DSK) + #$(AC) -pro140 $(DSK) $(VOL) ---- Broken in 1.3.5 and others + cp prodos.dsk DELHNDLR.dsk $(AC) -p $(DSK) $(PGM) BIN 0x0801 < $(PGM) $(PGM): $(SRC)