From 41ba49d1cc9326537f5883d98ca6fc42a046cb24 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 23 Sep 2023 18:35:15 +0200 Subject: [PATCH] Added support for the PC Arcade Systems (pcarcade) 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 43dc68170..2715c851e 100644 --- a/resources/sorting/hwtype_year/es_systems_sorting.xml +++ b/resources/sorting/hwtype_year/es_systems_sorting.xml @@ -457,6 +457,10 @@ pc98 Computer - 1982 + + pcarcade + Arcade - 2003 + pcengine Console - 1987 diff --git a/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml b/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml index d2c88aa20..d8ca414ca 100644 --- a/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml +++ b/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml @@ -457,6 +457,10 @@ pc98 NEC - Computer - 1982 + + pcarcade + Arcade - Arcade - 2003 + pcengine NEC - Console - 1987 diff --git a/resources/sorting/manufacturer_year/es_systems_sorting.xml b/resources/sorting/manufacturer_year/es_systems_sorting.xml index eb041a5d3..df8763dd5 100644 --- a/resources/sorting/manufacturer_year/es_systems_sorting.xml +++ b/resources/sorting/manufacturer_year/es_systems_sorting.xml @@ -457,6 +457,10 @@ pc98 NEC - 1982 + + pcarcade + Arcade - 2003 + pcengine NEC - 1987 diff --git a/resources/sorting/year/es_systems_sorting.xml b/resources/sorting/year/es_systems_sorting.xml index aaa39069e..94a3c3c92 100644 --- a/resources/sorting/year/es_systems_sorting.xml +++ b/resources/sorting/year/es_systems_sorting.xml @@ -457,6 +457,10 @@ pc98 1982 + + pcarcade + 2003 + pcengine 1987 diff --git a/resources/systems/macos/es_systems.xml b/resources/systems/macos/es_systems.xml index df947a524..485e32868 100644 --- a/resources/systems/macos/es_systems.xml +++ b/resources/systems/macos/es_systems.xml @@ -1257,6 +1257,15 @@ pc98 pc98 + + pcarcade + PC Arcade Systems + %ROMPATH%/pcarcade + .app .sh + %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM% + arcade + pcarcade + pcengine NEC PC Engine diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml index ba74459fd..29ad13ee4 100644 --- a/resources/systems/unix/es_systems.xml +++ b/resources/systems/unix/es_systems.xml @@ -1312,6 +1312,18 @@ pc98 pc98 + + pcarcade + PC Arcade Systems + %ROMPATH%/pcarcade + .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 + pcarcade + pcengine NEC PC Engine diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml index 9c29fd970..d7b480773 100644 --- a/resources/systems/windows/es_systems.xml +++ b/resources/systems/windows/es_systems.xml @@ -1303,6 +1303,15 @@ pc98 pc98 + + pcarcade + PC Arcade Systems + %ROMPATH%\pcarcade + .bat .BAT .lnk .LNK + %HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM% + arcade + pcarcade + pcengine NEC PC Engine