Added support for the Tiger Electronics Game.com (gamecom) game system.

This commit is contained in:
Leon Styhre 2023-03-01 22:09:27 +01:00
parent 78f37297d1
commit 683ee5f509
7 changed files with 31 additions and 0 deletions

View file

@ -58,6 +58,7 @@ namespace PlatformIds
"flash", // Adobe Flash
"fmtowns", // Fujitsu FM Towns
"gameandwatch", // Nintendo Game and Watch
"gamecom", // Tiger Electronics Game.com
"gamegear", // Sega Game Gear
"gb", // Nintendo Game Boy
"gba", // Nintendo Game Boy Advance

View file

@ -57,6 +57,7 @@ namespace PlatformIds
ADOBE_FLASH,
FUJITSU_FM_TOWNS,
NINTENDO_GAME_AND_WATCH,
TIGER_GAME_COM,
SEGA_GAME_GEAR,
NINTENDO_GAME_BOY,
NINTENDO_GAME_BOY_ADVANCE,

View file

@ -135,6 +135,7 @@ namespace
{BANDAI_WONDERSWAN_COLOR, "4926"},
{SINCLAIR_ZX_SPECTRUM, "4913"},
{SINCLAIR_ZX81_SINCLAR, "5010"},
{TIGER_GAME_COM, "4940"},
{VIDEOPAC_ODYSSEY2, "4927"},
{VECTREX, "4939"},
{VTECH_CREATIVISION, "5005"},

View file

@ -142,6 +142,7 @@ namespace
{TANDY_TRS80, 144},
{TANDY_COLOR_COMPUTER, 144},
{TEXAS_INSTRUMENTS_TI99, 205},
{TIGER_GAME_COM, 121},
{SEGA_NAOMI, 56},
{THOMSON_MOTO, 141},
{UZEBOX, 216},

View file

@ -573,6 +573,15 @@
<platform>gameandwatch</platform>
<theme>gameandwatch</theme>
</system>
<system>
<name>gamecom</name>
<fullname>Tiger Electronics Game.com</fullname>
<path>%ROMPATH%/gamecom</path>
<extension>.tgc .TGC .7z .7Z .zip .ZIP</extension>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/gamecom gamecom -cartridge1 %ROM%</command>
<platform>gamecom</platform>
<theme>gamecom</theme>
</system>
<system>
<name>gamegear</name>
<fullname>Sega Game Gear</fullname>

View file

@ -589,6 +589,15 @@
<platform>gameandwatch</platform>
<theme>gameandwatch</theme>
</system>
<system>
<name>gamecom</name>
<fullname>Tiger Electronics Game.com</fullname>
<path>%ROMPATH%/gamecom</path>
<extension>.tgc .TGC .7z .7Z .zip .ZIP</extension>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/gamecom gamecom -cartridge1 %ROM%</command>
<platform>gamecom</platform>
<theme>gamecom</theme>
</system>
<system>
<name>gamegear</name>
<fullname>Sega Game Gear</fullname>

View file

@ -590,6 +590,15 @@
<platform>gameandwatch</platform>
<theme>gameandwatch</theme>
</system>
<system>
<name>gamecom</name>
<fullname>Tiger Electronics Game.com</fullname>
<path>%ROMPATH%\gamecom</path>
<extension>.tgc .TGC .7z .7Z .zip .ZIP</extension>
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\gamecom gamecom -cartridge1 %ROM%</command>
<platform>gamecom</platform>
<theme>gamecom</theme>
</system>
<system>
<name>gamegear</name>
<fullname>Sega Game Gear</fullname>