Added support for the VTech CreatiVision (crvision) game system.

This commit is contained in:
Leon Styhre 2023-02-28 18:25:00 +01:00
parent 0c6e657445
commit c0f9d354ce
4 changed files with 28 additions and 0 deletions

View file

@ -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"},

View file

@ -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>

View file

@ -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>

View file

@ -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>