Added support for the Epoch Super Cassette Vision (scv) game system

This commit is contained in:
Leon Styhre 2023-07-05 19:27:59 +02:00
parent c96afd144d
commit 6efab2041f
10 changed files with 46 additions and 0 deletions

View file

@ -116,6 +116,7 @@ namespace PlatformIds
"satellaview", // Nintendo Satellaview
"saturn", // Sega Saturn
"scummvm", // ScummVM Game Engine
"scv", // Epoch Super Cassette Vision
"sega32x", // Sega Mega Drive 32X
"segacd", // Sega CD
"sg-1000", // Sega SG-1000

View file

@ -115,6 +115,7 @@ namespace PlatformIds
NINTENDO_SATELLAVIEW,
SEGA_SATURN,
GAMEENGINE_SCUMMVM,
EPOCH_SCV,
SEGA_32X,
SEGA_CD,
SEGA_SG1000,

View file

@ -60,6 +60,7 @@ namespace
{COMMODORE_VIC20, 73},
{CREATRONIC_MEGA_DUCK, 90},
{DAPHNE, 49},
{EPOCH_SCV, 67},
{FUJITSU_FM_TOWNS, 253},
{INTELLIVISION, 115},
{GAMEENGINE_LUTRO, 206},

View file

@ -509,6 +509,10 @@
<name>scummvm</name>
<systemsortname>Engine - 2001</systemsortname>
</system>
<system>
<name>scv</name>
<systemsortname>Console - 1984</systemsortname>
</system>
<system>
<name>sega32x</name>
<systemsortname>Peripheral - 1994</systemsortname>

View file

@ -509,6 +509,10 @@
<name>scummvm</name>
<systemsortname>ScummVM - Engine - 2001</systemsortname>
</system>
<system>
<name>scv</name>
<systemsortname>Epoch - Console - 1984</systemsortname>
</system>
<system>
<name>sega32x</name>
<systemsortname>Sega - Peripheral - 1994</systemsortname>

View file

@ -509,6 +509,10 @@
<name>scummvm</name>
<systemsortname>ScummVM - 2001</systemsortname>
</system>
<system>
<name>scv</name>
<systemsortname>Epoch - 1984</systemsortname>
</system>
<system>
<name>sega32x</name>
<systemsortname>Sega - 1994</systemsortname>

View file

@ -509,6 +509,10 @@
<name>scummvm</name>
<systemsortname>2001</systemsortname>
</system>
<system>
<name>scv</name>
<systemsortname>1984</systemsortname>
</system>
<system>
<name>sega32x</name>
<systemsortname>1994</systemsortname>

View file

@ -1402,6 +1402,15 @@
<platform>scummvm</platform>
<theme>scummvm</theme>
</system>
<system>
<name>scv</name>
<fullname>Epoch Super Cassette Vision</fullname>
<path>%ROMPATH%/scv</path>
<extension>.0 .bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/scv scv -cart %ROM%</command>
<platform>scv</platform>
<theme>scv</theme>
</system>
<system>
<name>sega32x</name>
<fullname>Sega Mega Drive 32X</fullname>

View file

@ -1448,6 +1448,15 @@
<platform>scummvm</platform>
<theme>scummvm</theme>
</system>
<system>
<name>scv</name>
<fullname>Epoch Super Cassette Vision</fullname>
<path>%ROMPATH%/scv</path>
<extension>.0 .bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/scv scv -cart %ROM%</command>
<platform>scv</platform>
<theme>scv</theme>
</system>
<system>
<name>sega32x</name>
<fullname>Sega Mega Drive 32X</fullname>

View file

@ -1450,6 +1450,15 @@
<platform>scummvm</platform>
<theme>scummvm</theme>
</system>
<system>
<name>scv</name>
<fullname>Epoch Super Cassette Vision</fullname>
<path>%ROMPATH%\scv</path>
<extension>.0 .bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\scv scv -cart %ROM%</command>
<platform>scv</platform>
<theme>scv</theme>
</system>
<system>
<name>sega32x</name>
<fullname>Sega Mega Drive 32X</fullname>