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>