mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55: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"},
|
||||
{VIDEOPAC_ODYSSEY2, "4927"},
|
||||
{VECTREX, "4939"},
|
||||
{VTECH_CREATIVISION, "5005"},
|
||||
{VTECH_VSMILE, "4988"},
|
||||
{WATARA_SUPERVISION, "4959"},
|
||||
{TANDY_COLOR_COMPUTER, "4941"},
|
||||
|
|
|
@ -393,6 +393,15 @@
|
|||
<platform>arcade</platform>
|
||||
<theme>cps3</theme>
|
||||
</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>
|
||||
<name>daphne</name>
|
||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||
|
|
|
@ -402,6 +402,15 @@
|
|||
<platform>arcade</platform>
|
||||
<theme>cps3</theme>
|
||||
</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>
|
||||
<name>daphne</name>
|
||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||
|
|
|
@ -405,6 +405,15 @@
|
|||
<platform>arcade</platform>
|
||||
<theme>cps3</theme>
|
||||
</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>
|
||||
<name>daphne</name>
|
||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||
|
|
Loading…
Reference in a new issue