mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-12-02 11:05:37 +00:00
13 lines
534 B
XML
13 lines
534 B
XML
<?xml version="1.0"?>
|
|
<!-- This is the ES-DE Frontend game systems configuration file for Haiku -->
|
|
<systemList>
|
|
<system>
|
|
<name>dos</name>
|
|
<fullname>DOS (PC)</fullname>
|
|
<path>%ROMPATH%/dos</path>
|
|
<extension>.bat .BAT .com .COM .conf .CONF .cue .CUE .dosz .DOSZ .exe .EXE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
|
<command label="DOSBox (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX% %ROM%</command>
|
|
<platform>dos</platform>
|
|
<theme>dos</theme>
|
|
</system>
|
|
</systemList> |