Added support for the LaserDisc Games (laserdisc) game system

This commit is contained in:
Leon Styhre 2023-10-15 12:56:04 +02:00
parent b899c8ba04
commit 61c3d23ed2
7 changed files with 52 additions and 0 deletions

View file

@ -293,6 +293,10 @@
<name>kodi</name>
<systemsortname>Folder - 2007</systemsortname>
</system>
<system>
<name>laserdisc</name>
<systemsortname>Arcade - 1983</systemsortname>
</system>
<system>
<name>lcdgames</name>
<systemsortname>Portable - 0000</systemsortname>

View file

@ -293,6 +293,10 @@
<name>kodi</name>
<systemsortname>XBMC Foundation - Folder - 2007</systemsortname>
</system>
<system>
<name>laserdisc</name>
<systemsortname>Arcade - Arcade - 1983</systemsortname>
</system>
<system>
<name>lcdgames</name>
<systemsortname>Various - Portable - 0000</systemsortname>

View file

@ -293,6 +293,10 @@
<name>kodi</name>
<systemsortname>XBMC Foundation - 2007</systemsortname>
</system>
<system>
<name>laserdisc</name>
<systemsortname>Arcade - 1983</systemsortname>
</system>
<system>
<name>lcdgames</name>
<systemsortname>Various - 0000</systemsortname>

View file

@ -293,6 +293,10 @@
<name>kodi</name>
<systemsortname>2007</systemsortname>
</system>
<system>
<name>laserdisc</name>
<systemsortname>1983</systemsortname>
</system>
<system>
<name>lcdgames</name>
<systemsortname>0000</systemsortname>

View file

@ -833,6 +833,18 @@
<platform>pcwindows</platform>
<theme>kodi</theme>
</system>
<system>
<name>laserdisc</name>
<fullname>LaserDisc Games</fullname>
<path>%ROMPATH%/laserdisc</path>
<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>
<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%/laserdisc %BASENAME%</command>
<platform>daphne, arcade</platform>
<theme>laserdisc</theme>
</system>
<system>
<name>lcdgames</name>
<fullname>LCD Handheld Games</fullname>

View file

@ -870,6 +870,18 @@
<platform>pcwindows</platform>
<theme>kodi</theme>
</system>
<system>
<name>laserdisc</name>
<fullname>LaserDisc Games</fullname>
<path>%ROMPATH%/laserdisc</path>
<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>
<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%/laserdisc %BASENAME%</command>
<platform>daphne, arcade</platform>
<theme>laserdisc</theme>
</system>
<system>
<name>lcdgames</name>
<fullname>LCD Handheld Games</fullname>

View file

@ -864,6 +864,18 @@
<platform>pcwindows</platform>
<theme>kodi</theme>
</system>
<system>
<name>laserdisc</name>
<fullname>LaserDisc Games</fullname>
<path>%ROMPATH%\laserdisc</path>
<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>
<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%\laserdisc %BASENAME%</command>
<platform>daphne, arcade</platform>
<theme>laserdisc</theme>
</system>
<system>
<name>lcdgames</name>
<fullname>LCD Handheld Games</fullname>