mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added ColEm standalone as an alternative emulator for the adam and colecovision systems on Linux and Windows
This commit is contained in:
parent
da82106b9f
commit
b1f98a6dd7
|
@ -56,6 +56,7 @@ Emulators\bsnes\bsnes.exe
|
|||
Emulators\cemu\Cemu.exe
|
||||
Emulators\Citra\canary-mingw\citra-qt.exe
|
||||
Emulators\Citra\nightly-mingw\citra-qt.exe
|
||||
Emulators\ColEm\ColEm.exe
|
||||
Emulators\cpcemu\cpcemu.exe
|
||||
Emulators\CSpect\CSpect.exe
|
||||
Emulators\Cxbx-Reloaded\cxbx.exe
|
||||
|
|
|
@ -201,6 +201,18 @@
|
|||
<entry>~/.local/share/flatpak/exports/bin/org.citra_emu.citra</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="COLEM">
|
||||
<!-- Coleco ColecoVision and Adam emulator ColEm -->
|
||||
<rule type="systempath">
|
||||
<entry>colem</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/colem/colem</entry>
|
||||
<entry>~/.local/share/applications/colem/colem</entry>
|
||||
<entry>~/.local/bin/colem/colem</entry>
|
||||
<entry>~/bin/colem/colem</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="CPCEMU">
|
||||
<!-- Amstrad CPC emulator CPCemu -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<command label="MAME [Tape] (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/adam adam -cass1 %ROM%</command>
|
||||
<command label="MAME [Cartridge] (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/adam adam -cart1 %ROM%</command>
|
||||
<command label="MAME [Software list] (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/adam adam %BASENAME%</command>
|
||||
<command label="ColEm (Standalone)">%EMULATOR_COLEM% %INJECT%=%BASENAME%.commands -adam %ROM%</command>
|
||||
<platform>adam</platform>
|
||||
<theme>adam</theme>
|
||||
</system>
|
||||
|
@ -402,6 +403,7 @@
|
|||
<command label="Gearcoleco">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/gearcoleco_libretro.so %ROM%</command>
|
||||
<command label="openMSX (Standalone)">%EMULATOR_OPENMSX% -machine ColecoVision_SGM %INJECT%=%BASENAME%.commands -cart %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "ColecoVision" %ROM%</command>
|
||||
<command label="ColEm (Standalone)">%EMULATOR_COLEM% %INJECT%=%BASENAME%.commands -cv %ROM%</command>
|
||||
<platform>colecovision</platform>
|
||||
<theme>colecovision</theme>
|
||||
</system>
|
||||
|
|
|
@ -179,6 +179,16 @@
|
|||
<entry>%ESPATH%\..\Emulators\Citra\canary-mingw\citra-qt.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="COLEM">
|
||||
<!-- Coleco ColecoVision and Adam emulator ColEm -->
|
||||
<rule type="systempath">
|
||||
<entry>ColEm.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\ColEm\ColEm.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\ColEm\ColEm.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="CPCEMU">
|
||||
<!-- Amstrad CPC emulator CPCemu -->
|
||||
<rule type="winregistryvalue">
|
||||
|
|
|
@ -116,6 +116,13 @@
|
|||
<entry>%ESPATH%\..\Emulators\Citra\canary-mingw\citra-qt.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="COLEM">
|
||||
<!-- Coleco ColecoVision and Adam emulator ColEm -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\ColEm\ColEm.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\ColEm\ColEm.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="CPCEMU">
|
||||
<!-- Amstrad CPC emulator CPCemu -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<command label="MAME [Tape] (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\adam adam -cass1 %ROM%</command>
|
||||
<command label="MAME [Cartridge] (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\adam adam -cart1 %ROM%</command>
|
||||
<command label="MAME [Software list] (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\adam adam %BASENAME%</command>
|
||||
<command label="ColEm (Standalone)">%EMULATOR_COLEM% %INJECT%=%BASENAME%.commands -adam %ROM%</command>
|
||||
<platform>adam</platform>
|
||||
<theme>adam</theme>
|
||||
</system>
|
||||
|
@ -400,6 +401,7 @@
|
|||
<command label="Gearcoleco">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\gearcoleco_libretro.dll %ROM%</command>
|
||||
<command label="openMSX (Standalone)">%EMULATOR_OPENMSX% -machine ColecoVision_SGM %INJECT%=%BASENAME%.commands -cart %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "ColecoVision" %ROM%</command>
|
||||
<command label="ColEm (Standalone)">%EMULATOR_COLEM% %INJECT%=%BASENAME%.commands -cv %ROM%</command>
|
||||
<platform>colecovision</platform>
|
||||
<theme>colecovision</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue