mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15: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
|
"flash", // Adobe Flash
|
||||||
"fmtowns", // Fujitsu FM Towns
|
"fmtowns", // Fujitsu FM Towns
|
||||||
"fpinball", // Future Pinball
|
"fpinball", // Future Pinball
|
||||||
|
"gamate", // Bit Corporation Gamate
|
||||||
"gameandwatch", // Nintendo Game and Watch
|
"gameandwatch", // Nintendo Game and Watch
|
||||||
"gamecom", // Tiger Electronics Game.com
|
"gamecom", // Tiger Electronics Game.com
|
||||||
"gamegear", // Sega Game Gear
|
"gamegear", // Sega Game Gear
|
||||||
|
|
|
@ -58,6 +58,7 @@ namespace PlatformIds
|
||||||
ADOBE_FLASH,
|
ADOBE_FLASH,
|
||||||
FUJITSU_FM_TOWNS,
|
FUJITSU_FM_TOWNS,
|
||||||
FUTURE_PINBALL,
|
FUTURE_PINBALL,
|
||||||
|
BIT_CORPORATION_GAMATE,
|
||||||
NINTENDO_GAME_AND_WATCH,
|
NINTENDO_GAME_AND_WATCH,
|
||||||
TIGER_GAME_COM,
|
TIGER_GAME_COM,
|
||||||
SEGA_GAME_GEAR,
|
SEGA_GAME_GEAR,
|
||||||
|
|
|
@ -57,6 +57,7 @@ namespace
|
||||||
{ATARI_ST, "4937"},
|
{ATARI_ST, "4937"},
|
||||||
{ATARI_XE, "30"},
|
{ATARI_XE, "30"},
|
||||||
{BBC_MICRO, "5013"},
|
{BBC_MICRO, "5013"},
|
||||||
|
{BIT_CORPORATION_GAMATE, "5004"},
|
||||||
{CASIO_PV1000, "4964"},
|
{CASIO_PV1000, "4964"},
|
||||||
{CAVESTORY, "1"},
|
{CAVESTORY, "1"},
|
||||||
{COLECOVISION, "31"},
|
{COLECOVISION, "31"},
|
||||||
|
|
|
@ -49,6 +49,7 @@ namespace
|
||||||
{ATARI_XE, 43},
|
{ATARI_XE, 43},
|
||||||
{ATOMISWAVE, 53},
|
{ATOMISWAVE, 53},
|
||||||
{BBC_MICRO, 37},
|
{BBC_MICRO, 37},
|
||||||
|
{BIT_CORPORATION_GAMATE, 266},
|
||||||
{CASIO_PV1000, 74},
|
{CASIO_PV1000, 74},
|
||||||
{CAVESTORY, 135},
|
{CAVESTORY, 135},
|
||||||
{COLECOVISION, 48},
|
{COLECOVISION, 48},
|
||||||
|
|
|
@ -221,6 +221,10 @@
|
||||||
<name>fpinball</name>
|
<name>fpinball</name>
|
||||||
<systemsortname>Engine - 2005</systemsortname>
|
<systemsortname>Engine - 2005</systemsortname>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>gamate</name>
|
||||||
|
<systemsortname>Portable - 1990</systemsortname>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<systemsortname>Portable - 1980</systemsortname>
|
<systemsortname>Portable - 1980</systemsortname>
|
||||||
|
|
|
@ -221,6 +221,10 @@
|
||||||
<name>fpinball</name>
|
<name>fpinball</name>
|
||||||
<systemsortname>Christopher Leathley - Engine - 2005</systemsortname>
|
<systemsortname>Christopher Leathley - Engine - 2005</systemsortname>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>gamate</name>
|
||||||
|
<systemsortname>Bit Corporation - Portable - 1990</systemsortname>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<systemsortname>Nintendo - Portable - 1980</systemsortname>
|
<systemsortname>Nintendo - Portable - 1980</systemsortname>
|
||||||
|
|
|
@ -221,6 +221,10 @@
|
||||||
<name>fpinball</name>
|
<name>fpinball</name>
|
||||||
<systemsortname>Christopher Leathley - 2005</systemsortname>
|
<systemsortname>Christopher Leathley - 2005</systemsortname>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>gamate</name>
|
||||||
|
<systemsortname>Bit Corporation - 1990</systemsortname>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<systemsortname>Nintendo - 1980</systemsortname>
|
<systemsortname>Nintendo - 1980</systemsortname>
|
||||||
|
|
|
@ -221,6 +221,10 @@
|
||||||
<name>fpinball</name>
|
<name>fpinball</name>
|
||||||
<systemsortname>2005</systemsortname>
|
<systemsortname>2005</systemsortname>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>gamate</name>
|
||||||
|
<systemsortname>1990</systemsortname>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<systemsortname>1980</systemsortname>
|
<systemsortname>1980</systemsortname>
|
||||||
|
|
|
@ -599,6 +599,15 @@
|
||||||
<platform>fpinball</platform>
|
<platform>fpinball</platform>
|
||||||
<theme>fpinball</theme>
|
<theme>fpinball</theme>
|
||||||
</system>
|
</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>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<fullname>Nintendo Game and Watch</fullname>
|
<fullname>Nintendo Game and Watch</fullname>
|
||||||
|
|
|
@ -624,6 +624,15 @@
|
||||||
<platform>fpinball</platform>
|
<platform>fpinball</platform>
|
||||||
<theme>fpinball</theme>
|
<theme>fpinball</theme>
|
||||||
</system>
|
</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>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<fullname>Nintendo Game and Watch</fullname>
|
<fullname>Nintendo Game and Watch</fullname>
|
||||||
|
|
|
@ -620,6 +620,15 @@
|
||||||
<platform>fpinball</platform>
|
<platform>fpinball</platform>
|
||||||
<theme>fpinball</theme>
|
<theme>fpinball</theme>
|
||||||
</system>
|
</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>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<fullname>Nintendo Game and Watch</fullname>
|
<fullname>Nintendo Game and Watch</fullname>
|
||||||
|
|
Loading…
Reference in a new issue