diff --git a/A608.dsk b/A608.dsk new file mode 100755 index 0000000..d877426 Binary files /dev/null and b/A608.dsk differ diff --git a/Makefile b/Makefile index 54e76e7..26def4f 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ ChainLoader.bin: ChainLoader.a BootPicker.a vasm-1/vasmm68k_mot -quiet -Fbin -pic -o $@ $< testchain: ChainLoader.bin FORCE - zsh -c 'trap "kill %1" SIGINT SIGTERM EXIT; ./ChainBoot.py **/*.dsk /Users/elliotnunn/Downloads/SSW-71-Universal/Hd-100.iso & make testclient' + zsh -c 'trap "kill %1" SIGINT SIGTERM EXIT; ./ChainBoot.py **/*.dsk & make testclient'