Added support for the Creatronic Mega Duck (megaduck) and Watara Supervision (supervision) game systems.

This commit is contained in:
Leon Styhre 2022-07-04 19:54:18 +02:00
parent d701f89039
commit 8c352ec9dc
3 changed files with 54 additions and 0 deletions

View file

@ -700,6 +700,15 @@
<platform>megadrive</platform>
<theme>megadrive</theme>
</system>
<system>
<name>megaduck</name>
<fullname>Creatronic Mega Duck</fullname>
<path>%ROMPATH%/megaduck</path>
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="SameDuck">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/sameduck_libretro.dylib %ROM%</command>
<platform>megaduck</platform>
<theme>megaduck</theme>
</system>
<system>
<name>mess</name>
<fullname>Multi Emulator Super System</fullname>
@ -1309,6 +1318,15 @@
<platform>supergrafx</platform>
<theme>supergrafx</theme>
</system>
<system>
<name>supervision</name>
<fullname>Watara Supervision</fullname>
<path>%ROMPATH%/supervision</path>
<extension>.bin .BIN .sv .SV .7z .7Z .zip .ZIP</extension>
<command label="Potator">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/potator_libretro.dylib %ROM%</command>
<platform>supervision</platform>
<theme>supervision</theme>
</system>
<system>
<name>switch</name>
<fullname>Nintendo Switch</fullname>

View file

@ -708,6 +708,15 @@
<platform>megadrive</platform>
<theme>megadrive</theme>
</system>
<system>
<name>megaduck</name>
<fullname>Creatronic Mega Duck</fullname>
<path>%ROMPATH%/megaduck</path>
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="SameDuck">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/sameduck_libretro.so %ROM%</command>
<platform>megaduck</platform>
<theme>megaduck</theme>
</system>
<system>
<name>mess</name>
<fullname>Multi Emulator Super System</fullname>
@ -1334,6 +1343,15 @@
<platform>supergrafx</platform>
<theme>supergrafx</theme>
</system>
<system>
<name>supervision</name>
<fullname>Watara Supervision</fullname>
<path>%ROMPATH%/supervision</path>
<extension>.bin .BIN .sv .SV .7z .7Z .zip .ZIP</extension>
<command label="Potator">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/potator_libretro.so %ROM%</command>
<platform>supervision</platform>
<theme>supervision</theme>
</system>
<system>
<name>switch</name>
<fullname>Nintendo Switch</fullname>

View file

@ -708,6 +708,15 @@
<platform>megadrive</platform>
<theme>megadrive</theme>
</system>
<system>
<name>megaduck</name>
<fullname>Creatronic Mega Duck</fullname>
<path>%ROMPATH%\megaduck</path>
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="SameDuck">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\sameduck_libretro.dll %ROM%</command>
<platform>megaduck</platform>
<theme>megaduck</theme>
</system>
<system>
<name>mess</name>
<fullname>Multi Emulator Super System</fullname>
@ -1333,6 +1342,15 @@
<platform>supergrafx</platform>
<theme>supergrafx</theme>
</system>
<system>
<name>supervision</name>
<fullname>Watara Supervision</fullname>
<path>%ROMPATH%\supervision</path>
<extension>.bin .BIN .sv .SV .7z .7Z .zip .ZIP</extension>
<command label="Potator">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\potator_libretro.dll %ROM%</command>
<platform>supervision</platform>
<theme>supervision</theme>
</system>
<system>
<name>switch</name>
<fullname>Nintendo Switch</fullname>