Added Gopher2600 standalone as an alternative emulator for the atari2600 system on Unix and Windows.

This commit is contained in:
Leon Styhre 2023-03-06 18:06:37 +01:00
parent b51aaf0879
commit 1196305252
6 changed files with 30 additions and 0 deletions

View file

@ -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

View file

@ -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">

View file

@ -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>

View file

@ -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">

View file

@ -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">

View file

@ -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>