Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Getting Apple II emulation working
- This topic has 5 replies, 5 voices, and was last updated 11 years ago by
ninjabunny9000.
-
AuthorPosts
-
08/16/2014 at 20:31 #35141
theroamer
ParticipantHas 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 1any ideas how I can get it working?
08/21/2014 at 17:44 #40105petrockblog
KeymasterDoes updating the RetroPie-Setup Script, e.g., with
git pullfrom within the RetroPie-Setup Script folder and runningsudo ./retropie_packages.sh linapplework for you?10/22/2014 at 10:05 #81936n-marek
ParticipantHey, did you get it to work? I have a same problem now. Thanks
02/09/2015 at 08:59 #86812ninjabunny9000
ParticipantI know it’s a bit late to chime in, but in case anyone else is having the same problem, I looked in the ~/.emulationstation/es_systems.cfg file and it shows that the file format that is supported is “.txt”. I’m not sure if:
– the files need to be changed to that extension (.txt)
– there needs to be a .txt file associated with each rom/program that has information pertaining to the roms locatin, etc
– the “.txt” is just a placeholder, and the es_systems.cfg file needs to be updated with the correct extensions according to the emulator you’re using<system> <fullname>Apple II</fullname> <name>apple2</name> <path>~/RetroPie/roms/apple2</path> <extension>.txt</extension> <command>/opt/retropie/emulators/linapple-src_2a/Start.sh</command> <platform>apple2</platform> <theme>apple2</theme> </system>02/09/2015 at 17:45 #86835petrockblog
KeymasterIt’s not designed to launch disks from emulationstation but rather just to launch “Start” and then insert disks etc from inside the emulator. The extension is just .txt so we put a “Start.txt” in there to give something to launch. It actually just launches the emulator though (via script as it needs to launch from a specific folder)
This probably could be improved to work in the same way as emulators like vice etc, but requires some working of the launch script to handle loading of disks etc.
02/09/2015 at 23:06 #86869ninjabunny9000
ParticipantAha! Well that makes perfect sense. I will try that when I get home. Thanks!
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.