From ad9694023b85a1c7b9f2bde64aad2e8764a23eec Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 20 Sep 2023 20:36:17 +0200 Subject: [PATCH] Added support for the Sega Titan Video Game System (stv) game system --- resources/sorting/hwtype_year/es_systems_sorting.xml | 4 ++++ .../manufacturer_hwtype_year/es_systems_sorting.xml | 4 ++++ .../sorting/manufacturer_year/es_systems_sorting.xml | 4 ++++ resources/sorting/year/es_systems_sorting.xml | 4 ++++ resources/systems/macos/es_systems.xml | 10 ++++++++++ resources/systems/unix/es_systems.xml | 11 +++++++++++ resources/systems/windows/es_systems.xml | 11 +++++++++++ 7 files changed, 48 insertions(+) diff --git a/resources/sorting/hwtype_year/es_systems_sorting.xml b/resources/sorting/hwtype_year/es_systems_sorting.xml index 7b0f297e5..43dc68170 100644 --- a/resources/sorting/hwtype_year/es_systems_sorting.xml +++ b/resources/sorting/hwtype_year/es_systems_sorting.xml @@ -593,6 +593,10 @@ stratagus Engine - 1998 + + stv + Arcade - 1995 + sufami Peripheral - 1996 diff --git a/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml b/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml index 5a0659311..d2c88aa20 100644 --- a/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml +++ b/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml @@ -593,6 +593,10 @@ stratagus Stratagus Team - Engine - 1998 + + stv + Sega - Arcade - 1995 + sufami Bandai - Peripheral - 1996 diff --git a/resources/sorting/manufacturer_year/es_systems_sorting.xml b/resources/sorting/manufacturer_year/es_systems_sorting.xml index 1a33af8b8..eb041a5d3 100644 --- a/resources/sorting/manufacturer_year/es_systems_sorting.xml +++ b/resources/sorting/manufacturer_year/es_systems_sorting.xml @@ -593,6 +593,10 @@ stratagus Stratagus Team - 1998 + + stv + Sega - 1995 + sufami Bandai - 1996 diff --git a/resources/sorting/year/es_systems_sorting.xml b/resources/sorting/year/es_systems_sorting.xml index acff6c577..aaa39069e 100644 --- a/resources/sorting/year/es_systems_sorting.xml +++ b/resources/sorting/year/es_systems_sorting.xml @@ -593,6 +593,10 @@ stratagus 1998 + + stv + 1995 + sufami 1996 diff --git a/resources/systems/macos/es_systems.xml b/resources/systems/macos/es_systems.xml index f4fcbadd6..e1326b7bc 100644 --- a/resources/systems/macos/es_systems.xml +++ b/resources/systems/macos/es_systems.xml @@ -1636,6 +1636,16 @@ stratagus stratagus + + stv + Sega Titan Video Game System + %ROMPATH%/stv + .7z .7Z .zip .ZIP + %STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/stv %BASENAME% + %EMULATOR_MEDNAFEN% -force_module ss %ROM% + arcade + stv + sufami Bandai SuFami Turbo diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml index d42bb4f35..de75ace02 100644 --- a/resources/systems/unix/es_systems.xml +++ b/resources/systems/unix/es_systems.xml @@ -1708,6 +1708,17 @@ stratagus stratagus + + stv + Sega Titan Video Game System + %ROMPATH%/stv + .7z .7Z .zip .ZIP + %EMULATOR_RETROARCH% -L %CORE_RETROARCH%/kronos_libretro.so %ROM% + %STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/stv %BASENAME% + %EMULATOR_MEDNAFEN% -force_module ss %ROM% + arcade + stv + sufami Bandai SuFami Turbo diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml index f4a81e53f..284dce9f3 100644 --- a/resources/systems/windows/es_systems.xml +++ b/resources/systems/windows/es_systems.xml @@ -1704,6 +1704,17 @@ stratagus stratagus + + stv + Sega Titan Video Game System + %ROMPATH%\stv + .7z .7Z .zip .ZIP + %EMULATOR_RETROARCH% -L %CORE_RETROARCH%\kronos_libretro.dll %ROM% + %HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\stv %BASENAME% + %EMULATOR_MEDNAFEN% -force_module ss %ROM% + arcade + stv + sufami Bandai SuFami Turbo