mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Added support for the Sega Model 2 and 3 (model2 and model3) game systems on Windows.
This commit is contained in:
parent
d217a3315a
commit
731320cc9d
|
@ -698,6 +698,24 @@
|
|||
<platform>mess</platform>
|
||||
<theme>mess</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>model2</name>
|
||||
<fullname>Sega Model 2</fullname>
|
||||
<path>%ROMPATH%/model2</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>model2</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>model3</name>
|
||||
<fullname>Sega Model 3</fullname>
|
||||
<path>%ROMPATH%/model3</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>model3</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>moonlight</name>
|
||||
<fullname>Moonlight Game Streaming</fullname>
|
||||
|
|
|
@ -703,6 +703,24 @@
|
|||
<platform>mess</platform>
|
||||
<theme>mess</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>model2</name>
|
||||
<fullname>Sega Model 2</fullname>
|
||||
<path>%ROMPATH%/model2</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>model2</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>model3</name>
|
||||
<fullname>Sega Model 3</fullname>
|
||||
<path>%ROMPATH%/model3</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>model3</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>moonlight</name>
|
||||
<fullname>Moonlight Game Streaming</fullname>
|
||||
|
|
|
@ -702,6 +702,24 @@
|
|||
<platform>mess</platform>
|
||||
<theme>mess</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>model2</name>
|
||||
<fullname>Sega Model 2</fullname>
|
||||
<path>%ROMPATH%\model2</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MODEL2% %BASENAME%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>model2</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>model3</name>
|
||||
<fullname>Sega Model 3</fullname>
|
||||
<path>%ROMPATH%\model3</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="Supermodel (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_SUPERMODEL% -fullscreen %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>model3</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>moonlight</name>
|
||||
<fullname>Moonlight Game Streaming</fullname>
|
||||
|
|
Loading…
Reference in a new issue