mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added MAME standalone as an alternative emulator for the atari7800 system
This commit is contained in:
parent
9567f5c995
commit
94e4d194e7
|
@ -174,6 +174,7 @@
|
||||||
<path>%ROMPATH%/atari7800</path>
|
<path>%ROMPATH%/atari7800</path>
|
||||||
<extension>.a78 .A78 .bin .BIN .7z .7Z .zip .ZIP</extension>
|
<extension>.a78 .A78 .bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||||
<command label="ProSystem">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/prosystem_libretro.dylib %ROM%</command>
|
<command label="ProSystem">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/prosystem_libretro.dylib %ROM%</command>
|
||||||
|
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/atari7800 a7800 -cart %ROM%</command>
|
||||||
<platform>atari7800</platform>
|
<platform>atari7800</platform>
|
||||||
<theme>atari7800</theme>
|
<theme>atari7800</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -180,6 +180,7 @@
|
||||||
<path>%ROMPATH%/atari7800</path>
|
<path>%ROMPATH%/atari7800</path>
|
||||||
<extension>.a78 .A78 .bin .BIN .7z .7Z .zip .ZIP</extension>
|
<extension>.a78 .A78 .bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||||
<command label="ProSystem">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/prosystem_libretro.so %ROM%</command>
|
<command label="ProSystem">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/prosystem_libretro.so %ROM%</command>
|
||||||
|
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/atari7800 a7800 -cart %ROM%</command>
|
||||||
<platform>atari7800</platform>
|
<platform>atari7800</platform>
|
||||||
<theme>atari7800</theme>
|
<theme>atari7800</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -182,6 +182,7 @@
|
||||||
<path>%ROMPATH%\atari7800</path>
|
<path>%ROMPATH%\atari7800</path>
|
||||||
<extension>.a78 .A78 .bin .BIN .7z .7Z .zip .ZIP</extension>
|
<extension>.a78 .A78 .bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||||
<command label="ProSystem">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\prosystem_libretro.dll %ROM%</command>
|
<command label="ProSystem">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\prosystem_libretro.dll %ROM%</command>
|
||||||
|
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\atari7800 atari7800 -cart %ROM%</command>
|
||||||
<platform>atari7800</platform>
|
<platform>atari7800</platform>
|
||||||
<theme>atari7800</theme>
|
<theme>atari7800</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue