${MAKE} ${MAKEFLAGS} -C dsk2nib
.PHONY: emu_65c02
-emu_65c02: asxv5pxx
+emu_65c02: asxv5pxx orig
${MAKE} ${MAKEFLAGS} -C emu_65c02
.PHONY: galaxian
#!/bin/sh
-# needed for extracting images from bootable disks (emulate the loader)
-pip3 install py65
+# needed for loaders and packers
+python3 `which pip3` install intelhex py65
# needed to compile linapple-pie
apt install libcurl4-openssl-dev libsdl1.2-dev libsdl-image1.2-dev libzip-dev
# needed for shape compiler (XOR two image files)
apt install gmic
+
+# needed to compile emu_65c02
+apt install libsdl2-dev