mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added MAME standalone as an alternative emulator for the oric system on Linux, macOS and Windows
This commit is contained in:
parent
844f766709
commit
3fc05f2504
|
@ -1413,6 +1413,7 @@
|
|||
<path>%ROMPATH%/oric</path>
|
||||
<extension>.dsk .DSK .ort .ORT .tap .TAP .wav .WAV</extension>
|
||||
<command label="Oricutron (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_ORICUTRON% %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/oric oric1 -autoboot_delay "4" -autoboot_command "cload\"\"\n" -cass %ROM%</command>
|
||||
<platform>oric</platform>
|
||||
<theme>oric</theme>
|
||||
</system>
|
||||
|
|
|
@ -1345,6 +1345,7 @@
|
|||
<path>%ROMPATH%/oric</path>
|
||||
<extension>.dsk .DSK .ort .ORT .tap .TAP .wav .WAV</extension>
|
||||
<command label="Oricutron (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_ORICUTRON% %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/oric oric1 -autoboot_delay "4" -autoboot_command "cload\"\"\n" -cass %ROM%</command>
|
||||
<platform>oric</platform>
|
||||
<theme>oric</theme>
|
||||
</system>
|
||||
|
|
|
@ -1388,6 +1388,7 @@
|
|||
<path>%ROMPATH%/oric</path>
|
||||
<extension>.dsk .DSK .ort .ORT .tap .TAP .wav .WAV</extension>
|
||||
<command label="Oricutron (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_ORICUTRON% %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/oric oric1 -autoboot_delay "4" -autoboot_command "cload\"\"\n" -cass %ROM%</command>
|
||||
<platform>oric</platform>
|
||||
<theme>oric</theme>
|
||||
</system>
|
||||
|
|
|
@ -1402,6 +1402,7 @@
|
|||
<path>%ROMPATH%\oric</path>
|
||||
<extension>.dsk .DSK .ort .ORT .tap .TAP .wav .WAV</extension>
|
||||
<command label="Oricutron (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_ORICUTRON% %ROM%</command>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\oric oric1 -autoboot_delay "4" -autoboot_command "cload\"\"\n" -cass %ROM%</command>
|
||||
<platform>oric</platform>
|
||||
<theme>oric</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue