mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Added MAME standalone as an alternative emulator for the fmtowns system on Unix and Windows
Also added the .7z and .zip file extensions
This commit is contained in:
parent
03205c2e0f
commit
0de53fc573
|
@ -675,8 +675,9 @@
|
||||||
<name>fmtowns</name>
|
<name>fmtowns</name>
|
||||||
<fullname>Fujitsu FM Towns</fullname>
|
<fullname>Fujitsu FM Towns</fullname>
|
||||||
<path>%ROMPATH%/fmtowns</path>
|
<path>%ROMPATH%/fmtowns</path>
|
||||||
<extension>.cue .CUE .iso .ISO</extension>
|
<extension>.cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
||||||
<command label="Tsugaru (Standalone)">%EMULATOR_TSUGARU% %EMUDIR%/roms -HOSTSHORTCUT ESC 0 0 FORCEQUIT -FULLSCREEN -CD %ROM% %INJECT%=%BASENAME%.cfg</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>
|
<platform>fmtowns</platform>
|
||||||
<theme>fmtowns</theme>
|
<theme>fmtowns</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -669,8 +669,9 @@
|
||||||
<name>fmtowns</name>
|
<name>fmtowns</name>
|
||||||
<fullname>Fujitsu FM Towns</fullname>
|
<fullname>Fujitsu FM Towns</fullname>
|
||||||
<path>%ROMPATH%\fmtowns</path>
|
<path>%ROMPATH%\fmtowns</path>
|
||||||
<extension>.cue .CUE .iso .ISO</extension>
|
<extension>.cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
||||||
<command label="Tsugaru (Standalone)">%EMULATOR_TSUGARU% %EMUDIR%\roms -HOSTSHORTCUT ESC 0 0 FORCEQUIT -FULLSCREEN -CD %ROM% %INJECT%=%BASENAME%.cfg</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>
|
<platform>fmtowns</platform>
|
||||||
<theme>fmtowns</theme>
|
<theme>fmtowns</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue