Added support for the Sega Model 2 (model2) game system on Linux on macOS.

This commit is contained in:
Leon Styhre 2022-10-13 22:08:36 +02:00
parent 3759f6873a
commit 681218f55a
3 changed files with 6 additions and 2 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>