(Windows) Added WinArcadia standalone as an alternative emulator for the arcadia system

This commit is contained in:
Leon Styhre 2024-05-17 21:57:06 +02:00
parent 115e0251d2
commit 4b03c48abc
4 changed files with 19 additions and 0 deletions

View file

@ -132,6 +132,7 @@ Emulators\VICE\bin\xvic.exe
Emulators\VPinballX\VPinballX_GL64.exe
Emulators\VPinballX\VPinballX64.exe
Emulators\Vita3K\Vita3K.exe
Emulators\WinArcadia\WinArcadia.exe
Emulators\xemu\xemu.exe
Emulators\xenia\xenia.exe
Emulators\xenia_canary\xenia_canary.exe

View file

@ -932,6 +932,16 @@
<entry>%ESPATH%\..\Emulators\Vita3K\Vita3K.exe</entry>
</rule>
</emulator>
<emulator name="WINARCADIA">
<!-- Emerson Arcadia 2001 emulator WinArcadia -->
<rule type="systempath">
<entry>WinArcadia.exe</entry>
</rule>
<rule type="staticpath">
<entry>%ESPATH%\Emulators\WinArcadia\WinArcadia.exe</entry>
<entry>%ESPATH%\..\Emulators\WinArcadia\WinArcadia.exe</entry>
</rule>
</emulator>
<emulator name="XEMU">
<!-- Microsoft Xbox emulator xemu -->
<rule type="systempath">

View file

@ -623,6 +623,13 @@
<entry>%ESPATH%\..\Emulators\Vita3K\Vita3K.exe</entry>
</rule>
</emulator>
<emulator name="WINARCADIA">
<!-- Emerson Arcadia 2001 emulator WinArcadia -->
<rule type="staticpath">
<entry>%ESPATH%\Emulators\WinArcadia\WinArcadia.exe</entry>
<entry>%ESPATH%\..\Emulators\WinArcadia\WinArcadia.exe</entry>
</rule>
</emulator>
<emulator name="XEMU">
<!-- Microsoft Xbox emulator xemu -->
<rule type="staticpath">

View file

@ -169,6 +169,7 @@
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll "arcadia -rompath \"%GAMEDIRRAW%;%ROMPATH%\arcadia\" -cart \"%ROMRAW%\""</command>
<command label="MAME (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\arcadia arcadia -cart %ROM%</command>
<command label="WinArcadia (Standalone)">%EMULATOR_WINARCADIA% %ROM%</command>
<platform>arcadia</platform>
<theme>arcadia</theme>
</system>