From 1435ed27261afc38fadac644c382c013adc739f3 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 23 Sep 2023 20:14:43 +0200 Subject: [PATCH] Added support for the Taito Type X (type-x) 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 | 9 +++++++++ resources/systems/unix/es_systems.xml | 12 ++++++++++++ resources/systems/windows/es_systems.xml | 9 +++++++++ 7 files changed, 46 insertions(+) diff --git a/resources/sorting/hwtype_year/es_systems_sorting.xml b/resources/sorting/hwtype_year/es_systems_sorting.xml index 2715c851e..bd4a2d313 100644 --- a/resources/sorting/hwtype_year/es_systems_sorting.xml +++ b/resources/sorting/hwtype_year/es_systems_sorting.xml @@ -661,6 +661,10 @@ trs-80 Computer - 1984 + + type-x + Arcade - 2004 + uzebox Console - 2008 diff --git a/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml b/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml index d8ca414ca..85a5c077f 100644 --- a/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml +++ b/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml @@ -661,6 +661,10 @@ trs-80 Tandy - Computer - 1984 + + type-x + Arcade - Arcade - 2004 + uzebox Belogic Software - Console - 2008 diff --git a/resources/sorting/manufacturer_year/es_systems_sorting.xml b/resources/sorting/manufacturer_year/es_systems_sorting.xml index df8763dd5..bab20b882 100644 --- a/resources/sorting/manufacturer_year/es_systems_sorting.xml +++ b/resources/sorting/manufacturer_year/es_systems_sorting.xml @@ -661,6 +661,10 @@ trs-80 Tandy - 1984 + + type-x + Arcade - 2004 + uzebox Belogic Software - 2008 diff --git a/resources/sorting/year/es_systems_sorting.xml b/resources/sorting/year/es_systems_sorting.xml index 94a3c3c92..9959c0f86 100644 --- a/resources/sorting/year/es_systems_sorting.xml +++ b/resources/sorting/year/es_systems_sorting.xml @@ -661,6 +661,10 @@ trs-80 1984 + + type-x + 2004 + uzebox 2008 diff --git a/resources/systems/macos/es_systems.xml b/resources/systems/macos/es_systems.xml index 485e32868..45057f1a2 100644 --- a/resources/systems/macos/es_systems.xml +++ b/resources/systems/macos/es_systems.xml @@ -1795,6 +1795,15 @@ trs-80 trs-80 + + type-x + Taito Type X + %ROMPATH%/type-x + .app .sh + %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM% + arcade + type-x + uzebox Uzebox Open Source Console diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml index 29ad13ee4..0de058414 100644 --- a/resources/systems/unix/es_systems.xml +++ b/resources/systems/unix/es_systems.xml @@ -1881,6 +1881,18 @@ trs-80 trs-80 + + type-x + Taito Type X + %ROMPATH%/type-x + .AppImage .desktop .exe .EXE .sh + %STARTDIR%=%GAMEDIR% %EMULATOR_WINE% %ROM% + %STARTDIR%=%GAMEDIR% %EMULATOR_PROTON% %ROM% + %EMULATOR_OS-SHELL% -c "%ROM%" + %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM% + arcade + type-x + uzebox Uzebox Open Source Console diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml index d7b480773..093f45592 100644 --- a/resources/systems/windows/es_systems.xml +++ b/resources/systems/windows/es_systems.xml @@ -1870,6 +1870,15 @@ trs-80 trs-80 + + type-x + Taito Type X + %ROMPATH%\type-x + .bat .BAT .lnk .LNK + %HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM% + arcade + type-x + uzebox Uzebox Open Source Console