mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Added support for the Sega Model 2 (model2) game system on Linux on macOS.
This commit is contained in:
parent
3759f6873a
commit
681218f55a
|
@ -760,7 +760,8 @@
|
||||||
<fullname>Sega Model 2</fullname>
|
<fullname>Sega Model 2</fullname>
|
||||||
<path>%ROMPATH%/model2</path>
|
<path>%ROMPATH%/model2</path>
|
||||||
<extension>.7z .7Z .zip .ZIP</extension>
|
<extension>.7z .7Z .zip .ZIP</extension>
|
||||||
<command>PLACEHOLDER %ROM%</command>
|
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib %ROM%</command>
|
||||||
|
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/model2 %BASENAME%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>model2</theme>
|
<theme>model2</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -775,7 +775,8 @@
|
||||||
<fullname>Sega Model 2</fullname>
|
<fullname>Sega Model 2</fullname>
|
||||||
<path>%ROMPATH%/model2</path>
|
<path>%ROMPATH%/model2</path>
|
||||||
<extension>.7z .7Z .zip .ZIP</extension>
|
<extension>.7z .7Z .zip .ZIP</extension>
|
||||||
<command>PLACEHOLDER %ROM%</command>
|
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so %ROM%</command>
|
||||||
|
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/model2 %BASENAME%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>model2</theme>
|
<theme>model2</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -778,6 +778,8 @@
|
||||||
<extension>.7z .7Z .zip .ZIP</extension>
|
<extension>.7z .7Z .zip .ZIP</extension>
|
||||||
<command label="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_M2EMULATOR% %BASENAME%</command>
|
<command label="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_M2EMULATOR% %BASENAME%</command>
|
||||||
<command label="Model 2 Emulator [Suspend ES-DE] (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_M2EMULATOR% %BASENAME%</command>
|
<command label="Model 2 Emulator [Suspend ES-DE] (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_M2EMULATOR% %BASENAME%</command>
|
||||||
|
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll %ROM%</command>
|
||||||
|
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\model2 %BASENAME%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>model2</theme>
|
<theme>model2</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue