Added support for the Sega Titan Video Game System (stv) game system

This commit is contained in:
Leon Styhre 2023-09-20 20:36:17 +02:00
parent 8fa52ea175
commit ad9694023b
7 changed files with 48 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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