mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added support for the VTech CreatiVision (crvision) game system.
This commit is contained in:
parent
0c6e657445
commit
c0f9d354ce
|
@ -137,6 +137,7 @@ namespace
|
||||||
{SINCLAIR_ZX81_SINCLAR, "5010"},
|
{SINCLAIR_ZX81_SINCLAR, "5010"},
|
||||||
{VIDEOPAC_ODYSSEY2, "4927"},
|
{VIDEOPAC_ODYSSEY2, "4927"},
|
||||||
{VECTREX, "4939"},
|
{VECTREX, "4939"},
|
||||||
|
{VTECH_CREATIVISION, "5005"},
|
||||||
{VTECH_VSMILE, "4988"},
|
{VTECH_VSMILE, "4988"},
|
||||||
{WATARA_SUPERVISION, "4959"},
|
{WATARA_SUPERVISION, "4959"},
|
||||||
{TANDY_COLOR_COMPUTER, "4941"},
|
{TANDY_COLOR_COMPUTER, "4941"},
|
||||||
|
|
|
@ -393,6 +393,15 @@
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>cps3</theme>
|
<theme>cps3</theme>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>crvision</name>
|
||||||
|
<fullname>VTech CreatiVision</fullname>
|
||||||
|
<path>%ROMPATH%/crvision</path>
|
||||||
|
<extension>.bin .BIN .rom .ROM .7z .7Z .zip .ZIP</extension>
|
||||||
|
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/crvision crvision -cart %ROM%</command>
|
||||||
|
<platform>crvision</platform>
|
||||||
|
<theme>crvision</theme>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>daphne</name>
|
<name>daphne</name>
|
||||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||||
|
|
|
@ -402,6 +402,15 @@
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>cps3</theme>
|
<theme>cps3</theme>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>crvision</name>
|
||||||
|
<fullname>VTech CreatiVision</fullname>
|
||||||
|
<path>%ROMPATH%/crvision</path>
|
||||||
|
<extension>.bin .BIN .rom .ROM .7z .7Z .zip .ZIP</extension>
|
||||||
|
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/crvision crvision -cart %ROM%</command>
|
||||||
|
<platform>crvision</platform>
|
||||||
|
<theme>crvision</theme>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>daphne</name>
|
<name>daphne</name>
|
||||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||||
|
|
|
@ -405,6 +405,15 @@
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>cps3</theme>
|
<theme>cps3</theme>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>crvision</name>
|
||||||
|
<fullname>VTech CreatiVision</fullname>
|
||||||
|
<path>%ROMPATH%\crvision</path>
|
||||||
|
<extension>.bin .BIN .rom .ROM .7z .7Z .zip .ZIP</extension>
|
||||||
|
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\crvision crvision -cart %ROM%</command>
|
||||||
|
<platform>crvision</platform>
|
||||||
|
<theme>crvision</theme>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>daphne</name>
|
<name>daphne</name>
|
||||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||||
|
|
Loading…
Reference in a new issue