Added support for the Casio PV-1000 (pv1000) game system.

This commit is contained in:
Leon Styhre 2023-02-28 18:20:14 +01:00
parent 208c533dff
commit 11b16621b7
7 changed files with 31 additions and 0 deletions

View file

@ -108,6 +108,7 @@ namespace PlatformIds
"psp", // Sony PlayStation Portable "psp", // Sony PlayStation Portable
"psvita", // Sony PlayStation Vita "psvita", // Sony PlayStation Vita
"psx", // Sony PlayStation 1 "psx", // Sony PlayStation 1
"pv1000", // Casio PV-1000
"residualvm", // ResidualVM Game Engine "residualvm", // ResidualVM Game Engine
"samcoupe", // MGT SAM Coupé "samcoupe", // MGT SAM Coupé
"satellaview", // Nintendo Satellaview "satellaview", // Nintendo Satellaview

View file

@ -107,6 +107,7 @@ namespace PlatformIds
SONY_PLAYSTATION_PORTABLE, SONY_PLAYSTATION_PORTABLE,
SONY_PLAYSTATION_VITA, SONY_PLAYSTATION_VITA,
SONY_PLAYSTATION, SONY_PLAYSTATION,
CASIO_PV1000,
GAMEENGINE_RESIDUALVM, GAMEENGINE_RESIDUALVM,
SAMCOUPE, SAMCOUPE,
NINTENDO_SATELLAVIEW, NINTENDO_SATELLAVIEW,

View file

@ -58,6 +58,7 @@ namespace
{ATARI_ST, "4937"}, {ATARI_ST, "4937"},
{ATARI_XE, "30"}, {ATARI_XE, "30"},
{BBC_MICRO, "5013"}, {BBC_MICRO, "5013"},
{CASIO_PV1000, "4964"},
{CAVESTORY, "1"}, {CAVESTORY, "1"},
{COLECOVISION, "31"}, {COLECOVISION, "31"},
{COMMODORE_64, "40"}, {COMMODORE_64, "40"},

View file

@ -49,6 +49,7 @@ namespace
{ATARI_XE, 43}, {ATARI_XE, 43},
{ATOMISWAVE, 53}, {ATOMISWAVE, 53},
{BBC_MICRO, 37}, {BBC_MICRO, 37},
{CASIO_PV1000, 74},
{CAVESTORY, 135}, {CAVESTORY, 135},
{COLECOVISION, 48}, {COLECOVISION, 48},
{VTECH_CREATIVISION, 241}, {VTECH_CREATIVISION, 241},

View file

@ -1277,6 +1277,15 @@
<platform>psx</platform> <platform>psx</platform>
<theme>psx</theme> <theme>psx</theme>
</system> </system>
<system>
<name>pv1000</name>
<fullname>Casio PV-1000</fullname>
<path>%ROMPATH%/pv1000</path>
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/pv1000 pv1000 -cart %ROM%</command>
<platform>pv1000</platform>
<theme>pv1000</theme>
</system>
<system> <system>
<name>samcoupe</name> <name>samcoupe</name>
<fullname>MGT SAM Coupé</fullname> <fullname>MGT SAM Coupé</fullname>

View file

@ -1317,6 +1317,15 @@
<platform>psx</platform> <platform>psx</platform>
<theme>psx</theme> <theme>psx</theme>
</system> </system>
<system>
<name>pv1000</name>
<fullname>Casio PV-1000</fullname>
<path>%ROMPATH%/pv1000</path>
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/pv1000 pv1000 -cart %ROM%</command>
<platform>pv1000</platform>
<theme>pv1000</theme>
</system>
<system> <system>
<name>samcoupe</name> <name>samcoupe</name>
<fullname>MGT SAM Coupé</fullname> <fullname>MGT SAM Coupé</fullname>

View file

@ -1317,6 +1317,15 @@
<platform>psx</platform> <platform>psx</platform>
<theme>psx</theme> <theme>psx</theme>
</system> </system>
<system>
<name>pv1000</name>
<fullname>Casio PV-1000</fullname>
<path>%ROMPATH%\pv1000</path>
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\pv1000 pv1000 -cart %ROM%</command>
<platform>pv1000</platform>
<theme>pv1000</theme>
</system>
<system> <system>
<name>samcoupe</name> <name>samcoupe</name>
<fullname>MGT SAM Coupé</fullname> <fullname>MGT SAM Coupé</fullname>