Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • chito
    Participant
    Post count: 137

    Im trying to add the neogeo pocket color as a separate system.
    and so far its seems to work except that its loading the wrong overlay so i think its loading the wrong cfg file and thus wrong settings. can anyone help me?

    I created /opt/retropie/configs/ngpc and copied the same files as ngp and updated the path for the overlay

    here is my es_systems.cfg

       <system>
        <name>ngp</name>
        <fullname>Neo Geo Pocket</fullname>
        <path>~/RetroPie/roms/ngp</path>
        <extension>.ngp .NGP</extension>
        <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ ngp %ROM%</command>
        <platform>ngp</platform>
        <theme>ngp</theme>
      </system>
      <system>
        <name>ngpc</name>
        <fullname>Neo Geo Pocket (Color)</fullname>
        <path>~/RetroPie/roms/ngpc</path>
        <extension>.ngc .NGC</extension>
        <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ ngpc %ROM%</command>
        <platform>ngpc</platform>
        <theme>ngpc</theme>
      </system>
    chito
    Participant
    Post count: 137

    found the issue. I tired to ages to try get this to work and just as i post on the forum i work out the answer….

    need to update the file emulators.cfg inside ngpc (since i copied it from ngp)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘New to RetroPie? Start Here!’ is closed to new topics and replies.