mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added support for the Bit Corporation Gamate (gamate) game system
This commit is contained in:
parent
f8adbede1b
commit
ca79594cf2
|
@ -59,6 +59,7 @@ namespace PlatformIds
|
|||
"flash", // Adobe Flash
|
||||
"fmtowns", // Fujitsu FM Towns
|
||||
"fpinball", // Future Pinball
|
||||
"gamate", // Bit Corporation Gamate
|
||||
"gameandwatch", // Nintendo Game and Watch
|
||||
"gamecom", // Tiger Electronics Game.com
|
||||
"gamegear", // Sega Game Gear
|
||||
|
|
|
@ -58,6 +58,7 @@ namespace PlatformIds
|
|||
ADOBE_FLASH,
|
||||
FUJITSU_FM_TOWNS,
|
||||
FUTURE_PINBALL,
|
||||
BIT_CORPORATION_GAMATE,
|
||||
NINTENDO_GAME_AND_WATCH,
|
||||
TIGER_GAME_COM,
|
||||
SEGA_GAME_GEAR,
|
||||
|
|
|
@ -57,6 +57,7 @@ namespace
|
|||
{ATARI_ST, "4937"},
|
||||
{ATARI_XE, "30"},
|
||||
{BBC_MICRO, "5013"},
|
||||
{BIT_CORPORATION_GAMATE, "5004"},
|
||||
{CASIO_PV1000, "4964"},
|
||||
{CAVESTORY, "1"},
|
||||
{COLECOVISION, "31"},
|
||||
|
|
|
@ -49,6 +49,7 @@ namespace
|
|||
{ATARI_XE, 43},
|
||||
{ATOMISWAVE, 53},
|
||||
{BBC_MICRO, 37},
|
||||
{BIT_CORPORATION_GAMATE, 266},
|
||||
{CASIO_PV1000, 74},
|
||||
{CAVESTORY, 135},
|
||||
{COLECOVISION, 48},
|
||||
|
|
|
@ -221,6 +221,10 @@
|
|||
<name>fpinball</name>
|
||||
<systemsortname>Engine - 2005</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>gamate</name>
|
||||
<systemsortname>Portable - 1990</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>gameandwatch</name>
|
||||
<systemsortname>Portable - 1980</systemsortname>
|
||||
|
|
|
@ -221,6 +221,10 @@
|
|||
<name>fpinball</name>
|
||||
<systemsortname>Christopher Leathley - Engine - 2005</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>gamate</name>
|
||||
<systemsortname>Bit Corporation - Portable - 1990</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>gameandwatch</name>
|
||||
<systemsortname>Nintendo - Portable - 1980</systemsortname>
|
||||
|
|
|
@ -221,6 +221,10 @@
|
|||
<name>fpinball</name>
|
||||
<systemsortname>Christopher Leathley - 2005</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>gamate</name>
|
||||
<systemsortname>Bit Corporation - 1990</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>gameandwatch</name>
|
||||
<systemsortname>Nintendo - 1980</systemsortname>
|
||||
|
|
|
@ -221,6 +221,10 @@
|
|||
<name>fpinball</name>
|
||||
<systemsortname>2005</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>gamate</name>
|
||||
<systemsortname>1990</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>gameandwatch</name>
|
||||
<systemsortname>1980</systemsortname>
|
||||
|
|
|
@ -599,6 +599,15 @@
|
|||
<platform>fpinball</platform>
|
||||
<theme>fpinball</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>gamate</name>
|
||||
<fullname>Bit Corporation Gamate</fullname>
|
||||
<path>%ROMPATH%/gamate</path>
|
||||
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/gamate gamate -cart %ROM%</command>
|
||||
<platform>gamate</platform>
|
||||
<theme>gamate</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>gameandwatch</name>
|
||||
<fullname>Nintendo Game and Watch</fullname>
|
||||
|
|
|
@ -624,6 +624,15 @@
|
|||
<platform>fpinball</platform>
|
||||
<theme>fpinball</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>gamate</name>
|
||||
<fullname>Bit Corporation Gamate</fullname>
|
||||
<path>%ROMPATH%/gamate</path>
|
||||
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/gamate gamate -cart %ROM%</command>
|
||||
<platform>gamate</platform>
|
||||
<theme>gamate</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>gameandwatch</name>
|
||||
<fullname>Nintendo Game and Watch</fullname>
|
||||
|
|
|
@ -620,6 +620,15 @@
|
|||
<platform>fpinball</platform>
|
||||
<theme>fpinball</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>gamate</name>
|
||||
<fullname>Bit Corporation Gamate</fullname>
|
||||
<path>%ROMPATH%\gamate</path>
|
||||
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\gamate gamate -cart %ROM%</command>
|
||||
<platform>gamate</platform>
|
||||
<theme>gamate</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>gameandwatch</name>
|
||||
<fullname>Nintendo Game and Watch</fullname>
|
||||
|
|
Loading…
Reference in a new issue