]> git.pld-linux.org Git - packages/dosbox.git/commitdiff
- simple config file
authorgrzegol <grzegol@pld-linux.org>
Sat, 13 Sep 2003 17:44:22 +0000 (17:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dosbox.conf -> 1.1

dosbox.conf [new file with mode: 0644]

diff --git a/dosbox.conf b/dosbox.conf
new file mode 100644 (file)
index 0000000..e5cca05
--- /dev/null
@@ -0,0 +1,54 @@
+[sdl]
+# SDL related options.
+fullscreen=false
+autolock=true
+sensitivity=100
+
+[dosbox]
+# General Dosbox settings
+language=
+warnings=0
+
+[render]
+# Message not Found!
+frameskip=0
+keepsmall=false
+snapshots=snapshots
+
+[cpu]
+# The amount of cycles to execute each loop. Lowering this setting will slowdown dosbox
+cycles=1800
+
+[mixer]
+# Nothing to setup yet!
+
+[sblaster]
+# Sound Blaster related options.
+base=220
+irq=7
+dma=1
+hdma=5
+enabled=true
+adlib=true
+cms=false
+
+[disney]
+# Message not Found!
+
+[speaker]
+# pcspeaker related options.
+enabled=true
+sinewave=false
+tandy=false
+
+[bios]
+# Nothing to setup yet!
+
+[dos]
+# Setting a memory size to 0 will disable it.
+emssize=4
+xmssize=8
+
+[autoexec]
+# Add here the lines you want to execute on startup.
+
This page took 0.060341 seconds and 4 git commands to generate.