Added Stella standalone as an alternative emulator for the atari2600 system.

This commit is contained in:
Leon Styhre 2023-03-06 17:47:40 +01:00
parent 82784f3847
commit b51aaf0879
8 changed files with 42 additions and 0 deletions

View file

@ -87,6 +87,7 @@ Emulators\simple64\simple64-gui.exe
Emulators\snes9x\snes9x-x64.exe
Emulators\solarus\solarus-run.exe
Emulators\SSF\SSF.exe
Emulators\Stella\64-bit\Stella.exe
Emulators\Supermodel\Supermodel.exe
Emulators\Triforce\DolphinWX.exe
Emulators\tsugaru\Tsugaru_CUI.exe

View file

@ -300,6 +300,14 @@
<entry>/Applications/Steam.app/Contents/MacOS/steam_osx</entry>
</rule>
</emulator>
<emulator name="STELLA">
<!-- Atari 2600 emulator Stella -->
<rule type="staticpath">
<entry>/Applications/Stella.app/Contents/MacOS/Stella</entry>
<entry>/opt/homebrew/bin/Stella</entry>
<entry>/usr/local/bin/Stella</entry>
</rule>
</emulator>
<emulator name="VBA-M">
<!-- Nintendo Game Boy Advance emulator VBA-M -->
<rule type="staticpath">

View file

@ -150,6 +150,7 @@
<extension>.a26 .A26 .bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="Stella">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/stella_libretro.dylib %ROM%</command>
<command label="Stella 2014">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/stella2014_libretro.dylib %ROM%</command>
<command label="Stella (Standalone)">%EMULATOR_STELLA% %ROM%</command>
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Atari 2600" %ROM%</command>
<platform>atari2600</platform>
<theme>atari2600</theme>

View file

@ -658,6 +658,17 @@
<entry>steam</entry>
</rule>
</emulator>
<emulator name="STELLA">
<!-- Atari 2600 emulator Stella -->
<rule type="systempath">
<entry>stella</entry>
<entry>io.github.stella_emu.Stella</entry>
</rule>
<rule type="staticpath">
<entry>/var/lib/flatpak/exports/bin/io.github.stella_emu.Stella</entry>
<entry>~/.local/share/flatpak/exports/bin/io.github.stella_emu.Stella</entry>
</rule>
</emulator>
<emulator name="SUPERMODEL">
<!-- Sega Model 3 emulator Supermodel -->
<rule type="systempath">

View file

@ -155,6 +155,7 @@
<extension>.a26 .A26 .bin .BIN .7z .7Z .zip .ZIP</extension>
<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="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Atari 2600" %ROM%</command>
<platform>atari2600</platform>
<theme>atari2600</theme>

View file

@ -720,6 +720,17 @@
<entry>D:\Program Files (x86)\Steam\steam.exe</entry>
</rule>
</emulator>
<emulator name="STELLA">
<!-- Atari 2600 emulator Stella -->
<rule type="systempath">
<entry>Stella.exe</entry>
</rule>
<rule type="staticpath">
<entry>%ESPATH%\Emulators\Stella\64-bit\Stella.exe</entry>
<entry>%ESPATH%\Stella\64-bit\Stella.exe</entry>
<entry>%ESPATH%\..\Stella\64-bit\Stella.exe</entry>
</rule>
</emulator>
<emulator name="SUPERMODEL">
<!-- Sega Model 3 emulator Supermodel -->
<rule type="systempath">

View file

@ -496,6 +496,14 @@
<entry>D:\Program Files (x86)\Steam\steam.exe</entry>
</rule>
</emulator>
<emulator name="STELLA">
<!-- Atari 2600 emulator Stella -->
<rule type="staticpath">
<entry>%ESPATH%\Emulators\Stella\64-bit\Stella.exe</entry>
<entry>%ESPATH%\Stella\64-bit\Stella.exe</entry>
<entry>%ESPATH%\..\Stella\64-bit\Stella.exe</entry>
</rule>
</emulator>
<emulator name="SUPERMODEL">
<!-- Sega Model 3 emulator Supermodel -->
<rule type="staticpath">

View file

@ -157,6 +157,7 @@
<extension>.a26 .A26 .bin .BIN .7z .7Z .zip .ZIP</extension>
<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="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Atari 2600" %ROM%</command>
<platform>atari2600</platform>
<theme>atari2600</theme>