]> git.pld-linux.org Git - packages/dosbox.git/blob - dosbox.conf
- obsolete
[packages/dosbox.git] / dosbox.conf
1 [sdl]
2 # fullscreen -- Start dosbox directly in fullscreen.
3 # fulldouble -- Use double buffering in fullscreen.
4 # fullfixed -- Don't resize the screen when in fullscreen.
5 # fullresolution -- What resolution to use for fullscreen, use together with fullfixed.
6 # output -- What to use for output: surface,overlay,opengl,openglnb.
7 # hwscale -- Extra scaling of window if the output device supports hardware scaling.
8 # autolock -- Mouse will automatically lock, if you click on the screen.
9 # sensitiviy -- Mouse sensitivity.
10 # waitonerror -- Wait before closing the console if dosbox has an error.
11 # priority -- Priority levels for dosbox: lower,normal,higher,highest.
12 #             Second entry behind the comma is for when dosbox is not focused/minimized.
13 # mapperfile -- File used to load/save the key/event mappings from.
14
15 fullscreen=false
16 fulldouble=false
17 fullfixed=false
18 fullresolution=1024x768
19 output=surface
20 hwscale=1.00
21 autolock=true
22 sensitivity=100
23 waitonerror=true
24 priority=higher,normal
25 mapperfile=mapper.txt
26
27 [dosbox]
28 # language -- Select another language file.
29 # memsize -- Amount of memory dosbox has in megabytes.
30 # machine -- The type of machine tries to emulate:hercules,cga,tandy,vga.
31 # captures -- Directory where things like wave,midi,screenshot get captured.
32
33 language=
34 machine=vga
35 captures=capture
36 memsize=16
37
38 [render]
39 # frameskip -- How many frames dosbox skips before drawing one.
40 # aspect -- Do aspect correction.
41 # scaler -- Scaler used to enlarge/enhance low resolution modes.
42 #           Supported are none,normal2x,advmame2x,advmame3x,advinterp2x,interp2x,tv2x.
43
44 frameskip=0
45 aspect=false
46 scaler=normal2x
47
48 [cpu]
49 # core -- CPU Core used in emulation: simple,normal,full,dynamic.
50 # cycles -- Amount of instructions dosbox tries to emulate each millisecond.
51 #           Setting this higher than your machine can handle is bad!
52 # cycleup   -- Amount of cycles to increase/decrease with keycombo.
53 # cycledown    Setting it lower than 100 will be a percentage.
54
55 core=normal
56 cycles=3000
57 cycleup=500
58 cycledown=20
59
60 [mixer]
61 # nosound -- Enable silent mode, sound is still emulated though.
62 # rate -- Mixer sample rate, setting any devices higher than this will
63 #         probably lower their sound quality.
64 # blocksize -- Mixer block size, larger blocks might help sound stuttering
65 #              but sound will also be more lagged.
66 # prebuffer -- How many milliseconds of data to keep on top of the blocksize.
67
68 nosound=false
69 rate=22050
70 blocksize=2048
71 prebuffer=10
72
73 [midi]
74 # mpu401      -- Enable MPU-401 Emulation.
75 # intelligent -- Operate in Intelligent mode.
76 # device      -- Device that will receive the MIDI data from MPU-401.
77 #                This can be default,alsa,oss,win32,coreaudio,none.
78 # config      -- Special configuration options for the device.
79
80 mpu401=true
81 intelligent=true
82 device=default
83 config=
84
85 [sblaster]
86 # type -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
87 # base,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
88 # mixer -- Allow the soundblaster mixer to modify the dosbox mixer.
89 # oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
90 #            On auto the mode is determined by sblaster type.
91 # oplrate -- Sample rate of OPL music emulation.
92
93 type=sb16
94 base=220
95 irq=7
96 dma=1
97 hdma=5
98 mixer=true
99 oplmode=auto
100 oplrate=22050
101
102 [gus]
103 # gus -- Enable the Gravis Ultrasound emulation.
104 # base,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the 
105 #            Gravis Ultrasound. (Same IRQ's and DMA's are OK.)
106 # rate -- Sample rate of Ultrasound emulation.
107 # ultradir -- Path to Ultrasound directory.  In this directory
108 #             there should be a MIDI directory that contains
109 #             the patch files for GUS playback.  Patch sets used
110 #             with Timidity should work fine.
111
112 gus=true
113 rate=22050
114 base=240
115 irq1=5
116 irq2=5
117 dma1=3
118 dma2=3
119 ultradir=C:\ULTRASND
120
121 [speaker]
122 # pcspeaker -- Enable PC-Speaker emulation.
123 # pcrate -- Sample rate of the PC-Speaker sound generation.
124 # tandyrate -- Sample rate of the Tandy 3-Voice generation.
125 #              Tandysound emulation is present if machine is set to tandy.
126 # disney -- Enable Disney Sound Source emulation.
127
128 pcspeaker=true
129 pcrate=22050
130 tandyrate=22050
131 disney=true
132
133 [bios]
134 # Nothing to setup yet!
135
136
137 [dos]
138 # xms -- Enable XMS support.
139 # ems -- Enable EMS support.
140
141 xms=true
142 ems=true
143
144 [modem]
145 # modem -- Enable virtual modem emulation.
146 # comport -- COM Port modem is connected to.
147 # listenport -- TCP Port the modem listens on for incoming connections.
148
149 modem=false
150 comport=2
151 listenport=23
152
153 [ipx]
154 # ipx -- Enable ipx over UDP/IP emulation.
155
156 ipx=false
157
158 [autoexec]
159 # Lines in this section will be run at startup.
160
161
This page took 0.047754 seconds and 3 git commands to generate.