distribution/config/emulators/pc.conf

12 lines
380 B
Text
Raw Normal View History

SYSTEM_NAME="pc"
SYSTEM_FULLNAME="DOS"
SYSTEM_MANUFACTURER="Microsoft"
SYSTEM_RELEASE="1981"
SYSTEM_HARDWARE="computer"
SYSTEM_PATH="/storage/roms/pc"
2023-07-27 00:46:13 +00:00
SYSTEM_EXTENSION=".com .bat .exe .dosz"
SYSTEM_COMMAND="/usr/bin/runemu.sh %ROM% -P%SYSTEM% --core=%CORE% --emulator=%EMULATOR% --controllers=\"%CONTROLLERSCONFIG%\""
SYSTEM_PLATFORM="pc"
SYSTEM_THEME="pc"
SYSTEM_WIKI_PATH="dos"