mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added configuration for the Daphne Arcade LaserDisc system using the emulator Hypseus Singe.
This commit is contained in:
parent
bfba994d07
commit
78c6eedb93
|
@ -84,6 +84,12 @@
|
||||||
<entry>/usr/local/bin/fs-uae</entry>
|
<entry>/usr/local/bin/fs-uae</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="HYPSEUS-SINGE">
|
||||||
|
<!-- Hypseus Singe, fork of arcade LaserDisc emulator Daphne -->
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>hypseus.bin</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="MAME">
|
<emulator name="MAME">
|
||||||
<!-- Arcade emulator MAME -->
|
<!-- Arcade emulator MAME -->
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
|
|
|
@ -318,8 +318,9 @@
|
||||||
<name>daphne</name>
|
<name>daphne</name>
|
||||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||||
<path>%ROMPATH%/daphne</path>
|
<path>%ROMPATH%/daphne</path>
|
||||||
<extension>.7z .7Z .zip .ZIP</extension>
|
<extension>.daphne .singe</extension>
|
||||||
<command>PLACEHOLDER %ROM%</command>
|
<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>
|
<platform>daphne</platform>
|
||||||
<theme>daphne</theme>
|
<theme>daphne</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -149,6 +149,17 @@
|
||||||
<entry>~/.local/share/flatpak/exports/bin/net.fsuae.FS-UAE</entry>
|
<entry>~/.local/share/flatpak/exports/bin/net.fsuae.FS-UAE</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="HYPSEUS-SINGE">
|
||||||
|
<!-- Hypseus Singe, fork of arcade LaserDisc emulator Daphne -->
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>hypseus.bin</entry>
|
||||||
|
</rule>
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>~/Applications/hypseus-singe/hypseus.bin</entry>
|
||||||
|
<entry>~/.local/bin/hypseus-singe/hypseus.bin</entry>
|
||||||
|
<entry>~/bin/hypseus-singe/hypseus.bin</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="MAME">
|
<emulator name="MAME">
|
||||||
<!-- Arcade emulator MAME -->
|
<!-- Arcade emulator MAME -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -318,8 +318,9 @@
|
||||||
<name>daphne</name>
|
<name>daphne</name>
|
||||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||||
<path>%ROMPATH%/daphne</path>
|
<path>%ROMPATH%/daphne</path>
|
||||||
<extension>.7z .7Z .zip .ZIP</extension>
|
<extension>.daphne .singe</extension>
|
||||||
<command>PLACEHOLDER %ROM%</command>
|
<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>
|
<platform>daphne</platform>
|
||||||
<theme>daphne</theme>
|
<theme>daphne</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -155,6 +155,17 @@
|
||||||
<entry>%ESPATH%\..\FS-UAE\Windows\x86-64\fs-uae.exe</entry>
|
<entry>%ESPATH%\..\FS-UAE\Windows\x86-64\fs-uae.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="HYPSEUS-SINGE">
|
||||||
|
<!-- Hypseus Singe, fork of arcade LaserDisc emulator Daphne -->
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>hypseus.exe</entry>
|
||||||
|
</rule>
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\Emulators\Hypseus Singe\hypseus.exe</entry>
|
||||||
|
<entry>%ESPATH%\Hypseus Singe\hypseus.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\Hypseus Singe\hypseus.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="MAME">
|
<emulator name="MAME">
|
||||||
<!-- Arcade emulator MAME -->
|
<!-- Arcade emulator MAME -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -101,6 +101,14 @@
|
||||||
<entry>%ESPATH%\..\FS-UAE\Windows\x86-64\fs-uae.exe</entry>
|
<entry>%ESPATH%\..\FS-UAE\Windows\x86-64\fs-uae.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="HYPSEUS-SINGE">
|
||||||
|
<!-- Hypseus Singe, fork of arcade LaserDisc emulator Daphne -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\Emulators\Hypseus Singe\hypseus.exe</entry>
|
||||||
|
<entry>%ESPATH%\Hypseus Singe\hypseus.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\Hypseus Singe\hypseus.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="MAME">
|
<emulator name="MAME">
|
||||||
<!-- Arcade emulator MAME -->
|
<!-- Arcade emulator MAME -->
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
|
|
|
@ -318,8 +318,9 @@
|
||||||
<name>daphne</name>
|
<name>daphne</name>
|
||||||
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
<fullname>Daphne Arcade LaserDisc Emulator</fullname>
|
||||||
<path>%ROMPATH%\daphne</path>
|
<path>%ROMPATH%\daphne</path>
|
||||||
<extension>.7z .7Z .zip .ZIP</extension>
|
<extension>.daphne .singe</extension>
|
||||||
<command>PLACEHOLDER %ROM%</command>
|
<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>
|
<platform>daphne</platform>
|
||||||
<theme>daphne</theme>
|
<theme>daphne</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue