mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added support for the Sega Titan Video Game System (stv) game system
This commit is contained in:
parent
8fa52ea175
commit
ad9694023b
|
@ -593,6 +593,10 @@
|
|||
<name>stratagus</name>
|
||||
<systemsortname>Engine - 1998</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>stv</name>
|
||||
<systemsortname>Arcade - 1995</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>sufami</name>
|
||||
<systemsortname>Peripheral - 1996</systemsortname>
|
||||
|
|
|
@ -593,6 +593,10 @@
|
|||
<name>stratagus</name>
|
||||
<systemsortname>Stratagus Team - Engine - 1998</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>stv</name>
|
||||
<systemsortname>Sega - Arcade - 1995</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>sufami</name>
|
||||
<systemsortname>Bandai - Peripheral - 1996</systemsortname>
|
||||
|
|
|
@ -593,6 +593,10 @@
|
|||
<name>stratagus</name>
|
||||
<systemsortname>Stratagus Team - 1998</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>stv</name>
|
||||
<systemsortname>Sega - 1995</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>sufami</name>
|
||||
<systemsortname>Bandai - 1996</systemsortname>
|
||||
|
|
|
@ -593,6 +593,10 @@
|
|||
<name>stratagus</name>
|
||||
<systemsortname>1998</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>stv</name>
|
||||
<systemsortname>1995</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>sufami</name>
|
||||
<systemsortname>1996</systemsortname>
|
||||
|
|
|
@ -1636,6 +1636,16 @@
|
|||
<platform>stratagus</platform>
|
||||
<theme>stratagus</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>stv</name>
|
||||
<fullname>Sega Titan Video Game System</fullname>
|
||||
<path>%ROMPATH%/stv</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/stv %BASENAME%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module ss %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>stv</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>sufami</name>
|
||||
<fullname>Bandai SuFami Turbo</fullname>
|
||||
|
|
|
@ -1708,6 +1708,17 @@
|
|||
<platform>stratagus</platform>
|
||||
<theme>stratagus</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>stv</name>
|
||||
<fullname>Sega Titan Video Game System</fullname>
|
||||
<path>%ROMPATH%/stv</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="Kronos">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/kronos_libretro.so %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/stv %BASENAME%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module ss %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>stv</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>sufami</name>
|
||||
<fullname>Bandai SuFami Turbo</fullname>
|
||||
|
|
|
@ -1704,6 +1704,17 @@
|
|||
<platform>stratagus</platform>
|
||||
<theme>stratagus</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>stv</name>
|
||||
<fullname>Sega Titan Video Game System</fullname>
|
||||
<path>%ROMPATH%\stv</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="Kronos">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\kronos_libretro.dll %ROM%</command>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\stv %BASENAME%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module ss %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>stv</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>sufami</name>
|
||||
<fullname>Bandai SuFami Turbo</fullname>
|
||||
|
|
Loading…
Reference in a new issue