diff --git a/es-app/src/PlatformId.cpp b/es-app/src/PlatformId.cpp index d7c767f0d..9aedd3c78 100644 --- a/es-app/src/PlatformId.cpp +++ b/es-app/src/PlatformId.cpp @@ -134,6 +134,7 @@ namespace PlatformIds "sufami", // Bandai SuFami Turbo "supergrafx", // NEC SuperGrafx "supervision", // Watara Supervision + "supracan", // Funtech Super A'Can "switch", // Nintendo Switch "ti99", // Texas Instruments TI-99 "tic80", // TIC-80 Game Engine diff --git a/es-app/src/PlatformId.h b/es-app/src/PlatformId.h index da9880da7..d1583bbb8 100644 --- a/es-app/src/PlatformId.h +++ b/es-app/src/PlatformId.h @@ -133,6 +133,7 @@ namespace PlatformIds BANDAI_SUFAMI_TURBO, NEC_SUPERGRAFX, WATARA_SUPERVISION, + FUNTECH_SUPER_ACAN, NINTENDO_SWITCH, TEXAS_INSTRUMENTS_TI99, GAMEENGINE_TIC80, diff --git a/es-app/src/scrapers/ScreenScraper.cpp b/es-app/src/scrapers/ScreenScraper.cpp index e90cc1013..a2b3ec11b 100644 --- a/es-app/src/scrapers/ScreenScraper.cpp +++ b/es-app/src/scrapers/ScreenScraper.cpp @@ -65,6 +65,7 @@ namespace {DAPHNE, 49}, {EPOCH_SCV, 67}, {FUJITSU_FM_TOWNS, 253}, + {FUNTECH_SUPER_ACAN, 100}, {INTELLIVISION, 115}, {GAMEENGINE_LUTRO, 206}, {GAMEENGINE_LOWRES_NX, 244}, diff --git a/resources/sorting/hwtype_year/es_systems_sorting.xml b/resources/sorting/hwtype_year/es_systems_sorting.xml index 890b062b9..9f6ef3c3a 100644 --- a/resources/sorting/hwtype_year/es_systems_sorting.xml +++ b/resources/sorting/hwtype_year/es_systems_sorting.xml @@ -601,6 +601,10 @@ supervision Portable - 1992 + + supracan + Console - 1995 + switch Console - 2017 diff --git a/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml b/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml index 54e08c80d..644950ee5 100644 --- a/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml +++ b/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml @@ -601,6 +601,10 @@ supervision Watara - Portable - 1992 + + supracan + Funtech - Console - 1995 + switch Nintendo - Console - 2017 diff --git a/resources/sorting/manufacturer_year/es_systems_sorting.xml b/resources/sorting/manufacturer_year/es_systems_sorting.xml index f6f4c1936..b8d551bb7 100644 --- a/resources/sorting/manufacturer_year/es_systems_sorting.xml +++ b/resources/sorting/manufacturer_year/es_systems_sorting.xml @@ -601,6 +601,10 @@ supervision Watara - 1992 + + supracan + Funtech - 1995 + switch Nintendo - 2017 diff --git a/resources/sorting/year/es_systems_sorting.xml b/resources/sorting/year/es_systems_sorting.xml index d9d2c8c6b..12f34ecb4 100644 --- a/resources/sorting/year/es_systems_sorting.xml +++ b/resources/sorting/year/es_systems_sorting.xml @@ -601,6 +601,10 @@ supervision 1992 + + supracan + 1995 + switch 2017 diff --git a/resources/systems/macos/es_systems.xml b/resources/systems/macos/es_systems.xml index c12fce004..9340eca48 100644 --- a/resources/systems/macos/es_systems.xml +++ b/resources/systems/macos/es_systems.xml @@ -1661,6 +1661,15 @@ supervision supervision + + supracan + Funtech Super A'Can + %ROMPATH%/supracan + .bin .BIN .7z .7Z .zip .ZIP + %STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/supracan supracan -cart %ROM% + supracan + supracan + switch Nintendo Switch diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml index dcccb5670..2a7f6fb0d 100644 --- a/resources/systems/unix/es_systems.xml +++ b/resources/systems/unix/es_systems.xml @@ -1734,6 +1734,15 @@ supervision supervision + + supracan + Funtech Super A'Can + %ROMPATH%/supracan + .bin .BIN .7z .7Z .zip .ZIP + %STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/supracan supracan -cart %ROM% + supracan + supracan + switch Nintendo Switch diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml index 06c2cea56..7ba3e09a2 100644 --- a/resources/systems/windows/es_systems.xml +++ b/resources/systems/windows/es_systems.xml @@ -1730,6 +1730,15 @@ supervision supervision + + supracan + Funtech Super A'Can + %ROMPATH%\supracan + .bin .BIN .7z .7Z .zip .ZIP + %HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\supracan supracan -cart %ROM% + supracan + supracan + switch Nintendo Switch