mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added support for the Emerson Arcadia 2001 (arcadia) game system.
This commit is contained in:
parent
cbd1cccba0
commit
c421b7f81f
|
@ -115,6 +115,15 @@
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>arcade</theme>
|
<theme>arcade</theme>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>arcadia</name>
|
||||||
|
<fullname>Emerson Arcadia 2001</fullname>
|
||||||
|
<path>%ROMPATH%/arcadia</path>
|
||||||
|
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||||
|
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/arcadia arcadia -cart %ROM%</command>
|
||||||
|
<platform>arcadia</platform>
|
||||||
|
<theme>arcadia</theme>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>arduboy</name>
|
<name>arduboy</name>
|
||||||
<fullname>Arduboy Miniature Game System</fullname>
|
<fullname>Arduboy Miniature Game System</fullname>
|
||||||
|
|
|
@ -120,6 +120,15 @@
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>arcade</theme>
|
<theme>arcade</theme>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>arcadia</name>
|
||||||
|
<fullname>Emerson Arcadia 2001</fullname>
|
||||||
|
<path>%ROMPATH%/arcadia</path>
|
||||||
|
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||||
|
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/arcadia arcadia -cart %ROM%</command>
|
||||||
|
<platform>arcadia</platform>
|
||||||
|
<theme>arcadia</theme>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>arduboy</name>
|
<name>arduboy</name>
|
||||||
<fullname>Arduboy Miniature Game System</fullname>
|
<fullname>Arduboy Miniature Game System</fullname>
|
||||||
|
|
|
@ -122,6 +122,15 @@
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>arcade</theme>
|
<theme>arcade</theme>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>arcadia</name>
|
||||||
|
<fullname>Emerson Arcadia 2001</fullname>
|
||||||
|
<path>%ROMPATH%\arcadia</path>
|
||||||
|
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||||
|
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\arcadia arcadia -cart %ROM%</command>
|
||||||
|
<platform>arcadia</platform>
|
||||||
|
<theme>arcadia</theme>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>arduboy</name>
|
<name>arduboy</name>
|
||||||
<fullname>Arduboy Miniature Game System</fullname>
|
<fullname>Arduboy Miniature Game System</fullname>
|
||||||
|
|
Loading…
Reference in a new issue