Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Error wiith OpenMSX in RetroPie (image) 2.3: machines/C-BIOS_MSX2.xml not found › Reply To: Error wiith OpenMSX in RetroPie (image) 2.3: machines/C-BIOS_MSX2.xml not found
09/07/2014 at 11:38
#56680
Participant
Fixed the issue myself by installing the OpenMSX 0.10.0 build from http://misapuntesde.com/post.php?id=382
Now OpenMSX is installed in /opt/openMSX (including the /machines subfolder) and works without any problems. After that I only had to update the /etc/emulationstation/es_systems.cfg to point to the new location of the OpenMSX binary:
<system>
<fullname>MSX</fullname>
<name>msx</name>
<path>~/RetroPie/roms/msx</path>
<extension>.rom .ROM</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 3 "/opt/openMSX/bin/openmsx %ROM%"</command>
<platform>msx</platform>
<theme>msx</theme>
</system>