mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Added the MAME - Current RetroArch core as the default emulator for the fmtowns system and added MAME standalone as an alternative emulator
Also added the .cdr, .chd and .gdi file extensions and removed the .7z and .zip file extensions
This commit is contained in:
parent
541750243d
commit
93c74197c9
|
@ -653,8 +653,9 @@
|
|||
<name>fmtowns</name>
|
||||
<fullname>Fujitsu FM Towns</fullname>
|
||||
<path>%ROMPATH%/fmtowns</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/fmtowns fmtowns %BASENAME%</command>
|
||||
<extension>.cdr .CDR .chd .CHD .cue .CUE .gdi .GDI .iso .ISO</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib "fmtownshr -rompath \"%GAMEDIRRAW%\;%ROMPATH%/fmtowns\" -cdrom \"%ROMRAW%\""</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/fmtowns fmtownshr -cdrom %ROM%</command>
|
||||
<platform>fmtowns</platform>
|
||||
<theme>fmtowns</theme>
|
||||
</system>
|
||||
|
|
|
@ -683,9 +683,10 @@
|
|||
<name>fmtowns</name>
|
||||
<fullname>Fujitsu FM Towns</fullname>
|
||||
<path>%ROMPATH%/fmtowns</path>
|
||||
<extension>.cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
||||
<extension>.cdr .CDR .chd .CHD .cue .CUE .gdi .GDI .iso .ISO</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so "fmtownshr -rompath \"%GAMEDIRRAW%\;%ROMPATH%/fmtowns\" -cdrom \"%ROMRAW%\""</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/fmtowns fmtownshr -cdrom %ROM%</command>
|
||||
<command label="Tsugaru (Standalone)">%EMULATOR_TSUGARU% %EMUDIR%/roms -HOSTSHORTCUT ESC 0 0 FORCEQUIT -FULLSCREEN -CD %ROM% %INJECT%=%BASENAME%.cfg</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/fmtowns fmtowns %BASENAME%</command>
|
||||
<platform>fmtowns</platform>
|
||||
<theme>fmtowns</theme>
|
||||
</system>
|
||||
|
|
|
@ -677,9 +677,10 @@
|
|||
<name>fmtowns</name>
|
||||
<fullname>Fujitsu FM Towns</fullname>
|
||||
<path>%ROMPATH%\fmtowns</path>
|
||||
<extension>.cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
||||
<extension>.cdr .CDR .chd .CHD .cue .CUE .gdi .GDI .iso .ISO</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll "fmtownshr -rompath \"%GAMEDIRRAW%\;%ROMPATH%\fmtowns\" -cdrom \"%ROMRAW%\""</command>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\fmtowns fmtownshr -cdrom %ROM%</command>
|
||||
<command label="Tsugaru (Standalone)">%EMULATOR_TSUGARU% %EMUDIR%\roms -HOSTSHORTCUT ESC 0 0 FORCEQUIT -FULLSCREEN -CD %ROM% %INJECT%=%BASENAME%.cfg</command>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\fmtowns fmtowns %BASENAME%</command>
|
||||
<platform>fmtowns</platform>
|
||||
<theme>fmtowns</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue