Added support for the Console Arcade Systems (consolearcade) game system

This commit is contained in:
Leon Styhre 2023-10-14 20:41:24 +02:00
parent be90526794
commit 6c781132eb
7 changed files with 72 additions and 0 deletions

View file

@ -141,6 +141,10 @@
<name>colecovision</name> <name>colecovision</name>
<systemsortname>Console - 1982</systemsortname> <systemsortname>Console - 1982</systemsortname>
</system> </system>
<system>
<name>consolearcade</name>
<systemsortname>Arcade - 1984</systemsortname>
</system>
<system> <system>
<name>cps</name> <name>cps</name>
<systemsortname>Arcade - 1988</systemsortname> <systemsortname>Arcade - 1988</systemsortname>

View file

@ -141,6 +141,10 @@
<name>colecovision</name> <name>colecovision</name>
<systemsortname>Coleco - Console - 1982</systemsortname> <systemsortname>Coleco - Console - 1982</systemsortname>
</system> </system>
<system>
<name>consolearcade</name>
<systemsortname>Arcade - Arcade - 1984</systemsortname>
</system>
<system> <system>
<name>cps</name> <name>cps</name>
<systemsortname>Capcom - Arcade - 1988</systemsortname> <systemsortname>Capcom - Arcade - 1988</systemsortname>

View file

@ -141,6 +141,10 @@
<name>colecovision</name> <name>colecovision</name>
<systemsortname>Coleco - 1982</systemsortname> <systemsortname>Coleco - 1982</systemsortname>
</system> </system>
<system>
<name>consolearcade</name>
<systemsortname>Arcade - 1984</systemsortname>
</system>
<system> <system>
<name>cps</name> <name>cps</name>
<systemsortname>Capcom - 1988</systemsortname> <systemsortname>Capcom - 1988</systemsortname>

View file

@ -141,6 +141,10 @@
<name>colecovision</name> <name>colecovision</name>
<systemsortname>1982</systemsortname> <systemsortname>1982</systemsortname>
</system> </system>
<system>
<name>consolearcade</name>
<systemsortname>1984</systemsortname>
</system>
<system> <system>
<name>cps</name> <name>cps</name>
<systemsortname>1988</systemsortname> <systemsortname>1988</systemsortname>

View file

@ -368,6 +368,23 @@
<platform>colecovision</platform> <platform>colecovision</platform>
<theme>colecovision</theme> <theme>colecovision</theme>
</system> </system>
<system>
<name>consolearcade</name>
<fullname>Console Arcade Systems</fullname>
<path>%ROMPATH%/consolearcade</path>
<extension>.app .arcadedef .iso .ISO .sh .xbe .XBE .7z .7Z .zip .ZIP</extension>
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib %ROM%</command>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/consolearcade %BASENAME%</command>
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/flycast_libretro.dylib %ROM%</command>
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
<command label="Mednafen [Sega Saturn] (Standalone)">%EMULATOR_MEDNAFEN% -force_module ss %ROM%</command>
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
<command label="RPCS3 Shortcut (Standalone)">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
<command label="xemu (Standalone)">%EMULATOR_XEMU% -dvd_path %ROM%</command>
<command label="Shortcut or script">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
<platform>arcade</platform>
<theme>consolearcade</theme>
</system>
<system> <system>
<name>cps</name> <name>cps</name>
<fullname>Capcom Play System</fullname> <fullname>Capcom Play System</fullname>

View file

@ -377,6 +377,25 @@
<platform>colecovision</platform> <platform>colecovision</platform>
<theme>colecovision</theme> <theme>colecovision</theme>
</system> </system>
<system>
<name>consolearcade</name>
<fullname>Console Arcade Systems</fullname>
<path>%ROMPATH%/consolearcade</path>
<extension>.arcadedef .desktop .iso .ISO .sh .xbe .XBE .7z .7Z .zip .ZIP</extension>
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so %ROM%</command>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/consolearcade %BASENAME%</command>
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/flycast_libretro.so %ROM%</command>
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
<command label="Kronos">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/kronos_libretro.so %ROM%</command>
<command label="Mednafen [Sega Saturn] (Standalone)">%EMULATOR_MEDNAFEN% -force_module ss %ROM%</command>
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
<command label="RPCS3 Shortcut (Standalone)">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
<command label="Triforce (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_TRIFORCE% -b -e %ROM%</command>
<command label="xemu (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_XEMU% -dvd_path %ROM%</command>
<command label="Shortcut or script">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
<platform>arcade</platform>
<theme>consolearcade</theme>
</system>
<system> <system>
<name>cps</name> <name>cps</name>
<fullname>Capcom Play System</fullname> <fullname>Capcom Play System</fullname>

View file

@ -377,6 +377,26 @@
<platform>colecovision</platform> <platform>colecovision</platform>
<theme>colecovision</theme> <theme>colecovision</theme>
</system> </system>
<system>
<name>consolearcade</name>
<fullname>Console Arcade Systems</fullname>
<path>%ROMPATH%\consolearcade</path>
<extension>.arcadedef .bat .BAT .iso .ISO .lnk .LNK .xbe .XBE .7z .7Z .zip .ZIP</extension>
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll %ROM%</command>
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\consolearcade %BASENAME%</command>
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
<command label="Kronos">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\kronos_libretro.dll %ROM%</command>
<command label="Mednafen [Sega Saturn] (Standalone)">%EMULATOR_MEDNAFEN% -force_module ss %ROM%</command>
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
<command label="RPCS3 Shortcut (Standalone)">%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
<command label="Triforce (Standalone)">%EMULATOR_TRIFORCE% -b -e %ROM%</command>
<command label="xemu (Standalone)">%EMULATOR_XEMU% -dvd_path %ROM%</command>
<command label="Cxbx-Reloaded (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_CXBX-RELOADED% %ROM%</command>
<command label="Shortcut or script">%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
<platform>arcade</platform>
<theme>consolearcade</theme>
</system>
<system> <system>
<name>cps</name> <name>cps</name>
<fullname>Capcom Play System</fullname> <fullname>Capcom Play System</fullname>