Added support for the Funtech Super A'Can (supracan) game system

This commit is contained in:
Leon Styhre 2023-09-18 21:00:13 +02:00
parent 1168fbf082
commit 86e1fd539e
10 changed files with 46 additions and 0 deletions

View file

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

View file

@ -133,6 +133,7 @@ namespace PlatformIds
BANDAI_SUFAMI_TURBO,
NEC_SUPERGRAFX,
WATARA_SUPERVISION,
FUNTECH_SUPER_ACAN,
NINTENDO_SWITCH,
TEXAS_INSTRUMENTS_TI99,
GAMEENGINE_TIC80,

View file

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

View file

@ -601,6 +601,10 @@
<name>supervision</name>
<systemsortname>Portable - 1992</systemsortname>
</system>
<system>
<name>supracan</name>
<systemsortname>Console - 1995</systemsortname>
</system>
<system>
<name>switch</name>
<systemsortname>Console - 2017</systemsortname>

View file

@ -601,6 +601,10 @@
<name>supervision</name>
<systemsortname>Watara - Portable - 1992</systemsortname>
</system>
<system>
<name>supracan</name>
<systemsortname>Funtech - Console - 1995</systemsortname>
</system>
<system>
<name>switch</name>
<systemsortname>Nintendo - Console - 2017</systemsortname>

View file

@ -601,6 +601,10 @@
<name>supervision</name>
<systemsortname>Watara - 1992</systemsortname>
</system>
<system>
<name>supracan</name>
<systemsortname>Funtech - 1995</systemsortname>
</system>
<system>
<name>switch</name>
<systemsortname>Nintendo - 2017</systemsortname>

View file

@ -601,6 +601,10 @@
<name>supervision</name>
<systemsortname>1992</systemsortname>
</system>
<system>
<name>supracan</name>
<systemsortname>1995</systemsortname>
</system>
<system>
<name>switch</name>
<systemsortname>2017</systemsortname>

View file

@ -1661,6 +1661,15 @@
<platform>supervision</platform>
<theme>supervision</theme>
</system>
<system>
<name>supracan</name>
<fullname>Funtech Super A'Can</fullname>
<path>%ROMPATH%/supracan</path>
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/supracan supracan -cart %ROM%</command>
<platform>supracan</platform>
<theme>supracan</theme>
</system>
<system>
<name>switch</name>
<fullname>Nintendo Switch</fullname>

View file

@ -1734,6 +1734,15 @@
<platform>supervision</platform>
<theme>supervision</theme>
</system>
<system>
<name>supracan</name>
<fullname>Funtech Super A'Can</fullname>
<path>%ROMPATH%/supracan</path>
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/supracan supracan -cart %ROM%</command>
<platform>supracan</platform>
<theme>supracan</theme>
</system>
<system>
<name>switch</name>
<fullname>Nintendo Switch</fullname>

View file

@ -1730,6 +1730,15 @@
<platform>supervision</platform>
<theme>supervision</theme>
</system>
<system>
<name>supracan</name>
<fullname>Funtech Super A'Can</fullname>
<path>%ROMPATH%\supracan</path>
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\supracan supracan -cart %ROM%</command>
<platform>supracan</platform>
<theme>supracan</theme>
</system>
<system>
<name>switch</name>
<fullname>Nintendo Switch</fullname>