Added support for the Sega Model 2 and 3 (model2 and model3) game systems on Windows.

This commit is contained in:
Leon Styhre 2022-06-09 17:19:16 +02:00
parent d217a3315a
commit 731320cc9d
3 changed files with 54 additions and 0 deletions

View file

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

View file

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

View file

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