Has anyone had any luck getting the apple II emulation working?
I have some .dsk files of old apple games, put them in the apple II roms folder, then had to add the dsk extension to es_systems.cfg so it would see them, but when I try to run anything it tries, then goes back to the emulationstation menu. I tried recompiling linapple from /opt/retropie/emulators/linapple-src_2a/src but got this error:
g++ -O3 -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o Disk.o Disk.cpp
Disk.cpp:45:17: fatal error: zip.h: No such file or directory
compilation terminated.
make: *** [Disk.o] Error 1
any ideas how I can get it working?