mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added Gopher2600 standalone as an alternative emulator for the atari2600 system on Unix and Windows.
This commit is contained in:
parent
b51aaf0879
commit
1196305252
|
@ -52,6 +52,7 @@ Emulators\flycast\flycast.exe
|
|||
Emulators\Fuse\fuse.exe
|
||||
Emulators\gargoyle\gargoyle.exe
|
||||
Emulators\Gearboy\Gearboy.exe
|
||||
Emulators\gopher2600\gopher2600_windows_amd64.exe
|
||||
Emulators\hatari\hatari.exe
|
||||
Emulators\Hypseus Singe\hypseus.exe
|
||||
Emulators\KEmulator\KEmulator.exe
|
||||
|
|
|
@ -281,6 +281,14 @@
|
|||
<entry>~/bin/gearboy/gearboy</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="GOPHER2600">
|
||||
<!-- Atari 2600 emulator Gopher2600 -->
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/gopher2600/gopher2600_linux_amd64</entry>
|
||||
<entry>~/.local/bin/gopher2600/gopher2600_linux_amd64</entry>
|
||||
<entry>~/bin/gopher2600/gopher2600_linux_amd64</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="HATARI">
|
||||
<!-- Atari ST/STE/TT/Falcon emulator Hatari -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -156,6 +156,7 @@
|
|||
<command label="Stella">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/stella_libretro.so %ROM%</command>
|
||||
<command label="Stella 2014">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/stella2014_libretro.so %ROM%</command>
|
||||
<command label="Stella (Standalone)">%EMULATOR_STELLA% %ROM%</command>
|
||||
<command label="Gopher2600 (Standalone)">%EMULATOR_GOPHER2600% %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Atari 2600" %ROM%</command>
|
||||
<platform>atari2600</platform>
|
||||
<theme>atari2600</theme>
|
||||
|
|
|
@ -305,6 +305,17 @@
|
|||
<entry>%ESPATH%\..\Gearboy\Gearboy.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="GOPHER2600">
|
||||
<!-- Atari 2600 emulator Gopher2600 -->
|
||||
<rule type="systempath">
|
||||
<entry>gopher2600_windows_amd64.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\gopher2600\gopher2600_windows_amd64.exe</entry>
|
||||
<entry>%ESPATH%\gopher2600\gopher2600_windows_amd64.exe</entry>
|
||||
<entry>%ESPATH%\..\gopher2600\gopher2600_windows_amd64.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="HATARI">
|
||||
<!-- Atari ST/STE/TT/Falcon emulator Hatari -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -208,6 +208,14 @@
|
|||
<entry>%ESPATH%\..\Gearboy\Gearboy.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="GOPHER2600">
|
||||
<!-- Atari 2600 emulator Gopher2600 -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\gopher2600\gopher2600_windows_amd64.exe</entry>
|
||||
<entry>%ESPATH%\gopher2600\gopher2600_windows_amd64.exe</entry>
|
||||
<entry>%ESPATH%\..\gopher2600\gopher2600_windows_amd64.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="HATARI">
|
||||
<!-- Atari ST/STE/TT/Falcon emulator Hatari -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -158,6 +158,7 @@
|
|||
<command label="Stella">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\stella_libretro.dll %ROM%</command>
|
||||
<command label="Stella 2014">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\stella2014_libretro.dll %ROM%</command>
|
||||
<command label="Stella (Standalone)">%EMULATOR_STELLA% %ROM%</command>
|
||||
<command label="Gopher2600 (Standalone)">%EMULATOR_GOPHER2600% %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Atari 2600" %ROM%</command>
|
||||
<platform>atari2600</platform>
|
||||
<theme>atari2600</theme>
|
||||
|
|
Loading…
Reference in a new issue