Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Getting Apple II emulation working #86869
    ninjabunny9000
    Participant

    Aha! Well that makes perfect sense. I will try that when I get home. Thanks!

    in reply to: Getting Apple II emulation working #86812
    ninjabunny9000
    Participant

    I 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>
Viewing 2 posts - 1 through 2 (of 2 total)