mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +00:00
Added the MAME - Current RetroArch core and MAME standalone as alternative emulators for the daphne system
Also added the .7z and .zip file extensions and arcade as a platform
This commit is contained in:
parent
22fd0e1138
commit
e96683071a
|
@ -465,10 +465,12 @@
|
|||
<name>daphne</name>
|
||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||
<path>%ROMPATH%/daphne</path>
|
||||
<extension>.daphne .singe</extension>
|
||||
<extension>.daphne .singe .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Hypseus [Daphne] (Standalone)">%EMULATOR_HYPSEUS-SINGE% %BASENAME% vldp -framefile %GAMEDIR%/%BASENAME%.txt %INJECT%=%BASENAME%.commands</command>
|
||||
<command label="Hypseus [Singe] (Standalone)">%EMULATOR_HYPSEUS-SINGE% singe vldp -framefile %GAMEDIR%/%BASENAME%.txt -script %GAMEDIR%/%BASENAME%.singe %INJECT%=%BASENAME%.commands</command>
|
||||
<platform>daphne</platform>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/daphne %BASENAME%</command>
|
||||
<platform>daphne, arcade</platform>
|
||||
<theme>daphne</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -480,10 +480,12 @@
|
|||
<name>daphne</name>
|
||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||
<path>%ROMPATH%/daphne</path>
|
||||
<extension>.daphne .singe</extension>
|
||||
<extension>.daphne .singe .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Hypseus [Daphne] (Standalone)">%EMULATOR_HYPSEUS-SINGE% %BASENAME% vldp -framefile %GAMEDIR%/%BASENAME%.txt %INJECT%=%BASENAME%.commands</command>
|
||||
<command label="Hypseus [Singe] (Standalone)">%EMULATOR_HYPSEUS-SINGE% singe vldp -framefile %GAMEDIR%/%BASENAME%.txt -script %GAMEDIR%/%BASENAME%.singe %INJECT%=%BASENAME%.commands</command>
|
||||
<platform>daphne</platform>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/daphne %BASENAME%</command>
|
||||
<platform>daphne, arcade</platform>
|
||||
<theme>daphne</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -481,10 +481,12 @@
|
|||
<name>daphne</name>
|
||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||
<path>%ROMPATH%\daphne</path>
|
||||
<extension>.daphne .singe</extension>
|
||||
<extension>.daphne .singe .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Hypseus [Daphne] (Standalone)">%EMULATOR_HYPSEUS-SINGE% %BASENAME% vldp -framefile %GAMEDIR%\%BASENAME%.txt %INJECT%=%BASENAME%.commands</command>
|
||||
<command label="Hypseus [Singe] (Standalone)">%EMULATOR_HYPSEUS-SINGE% singe vldp -framefile %GAMEDIR%\%BASENAME%.txt -script %GAMEDIR%\%BASENAME%.singe %INJECT%=%BASENAME%.commands</command>
|
||||
<platform>daphne</platform>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll %ROM%</command>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\daphne %BASENAME%</command>
|
||||
<platform>daphne, arcade</platform>
|
||||
<theme>daphne</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
Loading…
Reference in a new issue