What's new

emulation station

kajih

New member
has anyone managed to get demul working properly with emulation station?

I have it set up for the most part but can't seem to get emulation station to boot straight to the game. It will load Demul and i'll have to go through the menu there

this is my XML i currently have set up

<system>
<name>naomi</name>
<fullname>Naomi Arcade</fullname>
<path>~\.emulationstation\roms\naomi</path>
<extension>.chd .bin .zip .dat</extension>
<command>C:\Users"Visho"\.emulationstation\systems\demul\demul.exe -run=naomi %ROM_RAW%</command>
<platform>ignore</platform>
<theme>Naomi</theme>
</system>
 

PittStone

New member
<system>
<name>naomi</name>
<fullname>NAOMI Arcade</fullname>
<path>~\.emulationstation\roms\naomi</path>
<extension>.chd .bin .zip .dat</extension>
<command>%HOME%\.emulationstation\systems\demul\demul.exe -run=naomi -rom="%BASENAME%"</command>
<platform></platform>
<theme>naomi</theme>
</system>
 

p34891

New member
<system>
<name>naomi</name>
<fullname>NAOMI Arcade</fullname>
<path>~\.emulationstation\roms\naomi</path>
<extension>.chd .bin .zip .dat</extension>
<command>%HOME%\.emulationstation\system s\demul\demul.exe -run=naomi -rom="%BASENAME%"</command>
<platform></platform>
<theme>naomi</theme>
</system>
i currently have set up
demul Also cannot use
 

Top