(Windows) Added Demul as an alternative emulator for the atomiswave, consolearcade, dreamcast, naomi and naomi2 systems

This commit is contained in:
Leon Styhre 2023-10-21 12:56:58 +02:00
parent 529f3c7021
commit 1808c74b27
4 changed files with 23 additions and 0 deletions

View file

@ -56,6 +56,7 @@ Emulators\Citra\nightly-mingw\citra-qt.exe
Emulators\cpcemu\cpcemu.exe
Emulators\CSpect\CSpect.exe
Emulators\Cxbx-Reloaded\cxbx.exe
Emulators\demul\demul.exe
Emulators\Dolphin-x64\Dolphin.exe
Emulators\dosbox-staging\dosbox.exe
Emulators\DOSBox-X\dosbox-x.exe

View file

@ -189,6 +189,16 @@
<entry>%ESPATH%\..\Emulators\Cxbx-Reloaded\cxbx.exe</entry>
</rule>
</emulator>
<emulator name="DEMUL">
<!-- Sega Dreamcast emulator Demul -->
<rule type="systempath">
<entry>demul.exe</entry>
</rule>
<rule type="staticpath">
<entry>%ESPATH%\Emulators\demul\demul.exe</entry>
<entry>%ESPATH%\..\Emulators\demul\demul.exe</entry>
</rule>
</emulator>
<emulator name="DOLPHIN">
<!-- Nintendo GameCube and Wii emulator Dolphin -->
<rule type="systempath">

View file

@ -121,6 +121,13 @@
<entry>%ESPATH%\..\Emulators\Cxbx-Reloaded\cxbx.exe</entry>
</rule>
</emulator>
<emulator name="DEMUL">
<!-- Sega Dreamcast emulator Demul -->
<rule type="staticpath">
<entry>%ESPATH%\Emulators\demul\demul.exe</entry>
<entry>%ESPATH%\..\Emulators\demul\demul.exe</entry>
</rule>
</emulator>
<emulator name="DOLPHIN">
<!-- Nintendo GameCube and Wii emulator Dolphin -->
<rule type="staticpath">

View file

@ -281,6 +281,7 @@
<extension>.bin .BIN .dat .DAT .elf .ELF .lst .LST .7z .7Z .zip .ZIP</extension>
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
<command label="Demul (Standalone)">%EMULATOR_DEMUL% -run=awave -rom=%BASENAME%</command>
<platform>arcade</platform>
<theme>atomiswave</theme>
</system>
@ -386,6 +387,7 @@
<command label="MAME (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\consolearcade %BASENAME%</command>
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
<command label="Demul [Sega Naomi] (Standalone)">%EMULATOR_DEMUL% -run=naomi -rom=%BASENAME%</command>
<command label="Kronos">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\kronos_libretro.dll %ROM%</command>
<command label="Mednafen [Sega Saturn] (Standalone)">%EMULATOR_MEDNAFEN% -force_module ss %ROM%</command>
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
@ -543,6 +545,7 @@
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
<command label="Redream (Standalone)">%EMULATOR_REDREAM% %ROM%</command>
<command label="Demul (Standalone)">%EMULATOR_DEMUL% -run=dc -image=%ROM%</command>
<platform>dreamcast</platform>
<theme>dreamcast</theme>
</system>
@ -1202,6 +1205,7 @@
<extension>.bin .BIN .dat .DAT .elf .ELF .lst .LST .7z .7Z .zip .ZIP</extension>
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
<command label="Demul (Standalone)">%EMULATOR_DEMUL% -run=naomi -rom=%BASENAME%</command>
<platform>arcade</platform>
<theme>naomi</theme>
</system>
@ -1212,6 +1216,7 @@
<extension>.bin .BIN .dat .DAT .elf .ELF .lst .LST .7z .7Z .zip .ZIP</extension>
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
<command label="Demul (Standalone)">%EMULATOR_DEMUL% -run=naomi -rom=%BASENAME%</command>
<platform>arcade</platform>
<theme>naomi2</theme>
</system>