(Windows) Added Altirra standalone as an alternative emulator for the atari5200, atari800 and atarixe systems

This commit is contained in:
Leon Styhre 2023-10-25 18:11:29 +02:00
parent 5f6078fff6
commit f15e81d187
4 changed files with 27 additions and 0 deletions

View file

@ -43,6 +43,8 @@ Emulators\RetroArch-Win64\retroarch.exe
Emulators\RetroArch\retroarch.exe
Emulators\3dSen\3dSen.exe
Emulators\AdvanceMAME\advmame.exe
Emulators\Altirra\Altirra64.exe
Emulators\Altirra\Altirra.exe
Emulators\AppleWin\AppleWin.exe
Emulators\ArcadeFlashWeb\ArcadeFlashWeb.exe
Emulators\ares\ares.exe

View file

@ -62,6 +62,19 @@
<entry>%ESPATH%\..\Emulators\AdvanceMAME\advmame.exe</entry>
</rule>
</emulator>
<emulator name="ALTIRRA">
<!-- Atari 8-bit computer emulator Altirra -->
<rule type="systempath">
<entry>Altirra64.exe</entry>
<entry>Altirra.exe</entry>
</rule>
<rule type="staticpath">
<entry>%ESPATH%\Emulators\Altirra\Altirra64.exe</entry>
<entry>%ESPATH%\Emulators\Altirra\Altirra.exe</entry>
<entry>%ESPATH%\..\Emulators\Altirra\Altirra64.exe</entry>
<entry>%ESPATH%\..\Emulators\Altirra\Altirra.exe</entry>
</rule>
</emulator>
<emulator name="APPLEWIN">
<!-- Apple II emulator AppleWin -->
<rule type="systempath">

View file

@ -35,6 +35,15 @@
<entry>%ESPATH%\..\Emulators\AdvanceMAME\advmame.exe</entry>
</rule>
</emulator>
<emulator name="ALTIRRA">
<!-- Atari 8-bit computer emulator Altirra -->
<rule type="staticpath">
<entry>%ESPATH%\Emulators\Altirra\Altirra64.exe</entry>
<entry>%ESPATH%\Emulators\Altirra\Altirra.exe</entry>
<entry>%ESPATH%\..\Emulators\Altirra\Altirra64.exe</entry>
<entry>%ESPATH%\..\Emulators\Altirra\Altirra.exe</entry>
</rule>
</emulator>
<emulator name="APPLEWIN">
<!-- Apple II emulator AppleWin -->
<rule type="staticpath">

View file

@ -205,6 +205,7 @@
<command label="a5200">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\a5200_libretro.dll %ROM%</command>
<command label="Atari800">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\atari800_libretro.dll %ROM%</command>
<command label="Atari800 (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_ATARI800% %ROM%</command>
<command label="Altirra (Standalone)">%EMULATOR_ALTIRRA% %INJECT%=%BASENAME%.commands %ROM%</command>
<platform>atari5200</platform>
<theme>atari5200</theme>
</system>
@ -225,6 +226,7 @@
<extension>.a52 .A52 .atr .ATR .atx .ATX .bin .BIN .car .CAR .cas .CAS .cdm .CDM .rom .ROM .xex .XEX .xfd .XFD .7z .7Z .zip .ZIP</extension>
<command label="Atari800">%STARTDIR%=%EMUDIR% %EMULATOR_RETROARCH% -L %CORE_RETROARCH%\atari800_libretro.dll %ROM%</command>
<command label="Atari800 (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_ATARI800% %ROM%</command>
<command label="Altirra (Standalone)">%EMULATOR_ALTIRRA% %INJECT%=%BASENAME%.commands %ROM%</command>
<platform>atari800</platform>
<theme>atari800</theme>
</system>
@ -276,6 +278,7 @@
<extension>.a52 .A52 .atr .ATR .atx .ATX .bin .BIN .cas .CAS .cdm .CDM .xex .XEX .xfd .XFD .7z .7Z .zip .ZIP</extension>
<command label="Atari800">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\atari800_libretro.dll %ROM%</command>
<command label="Atari800 (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_ATARI800% %ROM%</command>
<command label="Altirra (Standalone)">%EMULATOR_ALTIRRA% %INJECT%=%BASENAME%.commands %ROM%</command>
<platform>atarixe</platform>
<theme>atarixe</theme>
</system>