…Show last 178 lines
61# Possible values: auto, 386, 386_slow, 486_slow, pentium_slow, 386_prefetch.
62# cycles: Amount of instructions DOSBox tries to emulate each millisecond. Setting this value too high results in sound dropouts and lags. Cycles can be set in 3 ways:
63# 'auto' tries to guess what a game needs.
64# It usually works, but can fail for certain games.
65# 'fixed #number' will set a fixed amount of cycles. This is what you usually need if 'auto' fails.
66# (Example: fixed 4000)
67# 'max' will allocate as much cycles as your computer is able to handle
68#
69# Possible values: auto, fixed, max.
70# cycleup: Amount of cycles to increase/decrease with keycombo.
71# cycledown: Setting it lower than 100 will be a percentage.
72
73core=auto
74cputype=auto
75cycles=auto
76cycleup=500
77cycledown=20
78
79[mixer]
80# nosound: Enable silent mode, sound is still emulated though.
81# rate: Mixer sample rate, setting any device's rate higher than this will probably lower their sound quality.
82# Possible values: 22050, 44100, 48000, 32000, 16000, 11025, 8000, 49716.
83# blocksize: Mixer block size, larger blocks might help sound stuttering but sound will also be more lagged.
84# Possible values: 2048, 4096, 8192, 1024, 512, 256.
85# prebuffer: How many milliseconds of data to keep on top of the blocksize.
86
87nosound=false
88rate=22050
89blocksize=2048
90prebuffer=100
91
92[midi]
93# mpu401: Type of MPU-401 to emulate.
94# Possible values: intelligent, uart, none.
95# mididevice: Device that will receive the MIDI data from MPU-401.
96# Possible values: default, win32, alsa, oss, coreaudio, coremidi, none.
97# midiconfig: Special configuration options for the device driver. This is usually the id of the device you want to use. See README for details.
98
99mpu401=intelligent
100mididevice=default
101midiconfig=
102
103[sblaster]
104# sbtype: Type of sblaster to emulate.
105# Possible values: sb1, sb2, sbpro1, sbpro2, sb16, none.
106# sbbase: The IO address of the soundblaster.
107# Possible values: 220, 240, 260, 280, 2a0, 2c0, 2e0, 300.
108# irq: The IRQ number of the soundblaster.
109# Possible values: 7, 5, 3, 9, 10, 11, 12.
110# dma: The DMA number of the soundblaster.
111# Possible values: 1, 5, 0, 3, 6, 7.
112# hdma: The High DMA number of the soundblaster.
113# Possible values: 1, 5, 0, 3, 6, 7.
114# sbmixer: Allow the soundblaster mixer to modify the DOSBox mixer.
115# oplmode: Type of OPL emulation. On 'auto' the mode is determined by sblaster type. All OPL modes are Adlib-compatible, except for 'cms'.
116# Possible values: auto, cms, opl2, dualopl2, opl3, none.
117# oplemu: Provider for the OPL emulation. compat or old might provide better quality (see oplrate as well).
118# Possible values: default, compat, fast, old.
119# oplrate: Sample rate of OPL music emulation. Use 49716 for highest quality (set the mixer rate accordingly).
120# Possible values: 22050, 49716, 44100, 48000, 32000, 16000, 11025, 8000.
121
122sbtype=sb16
123sbbase=220
124irq=7
125dma=1
126hdma=5
127sbmixer=true
128oplmode=auto
129oplemu=default
130oplrate=22050
131
132[gus]
133# gus: Enable the Gravis Ultrasound emulation.
134# gusrate: Sample rate of Ultrasound emulation.
135# Possible values: 22050, 44100, 48000, 32000, 16000, 11025, 8000, 49716.
136# gusbase: The IO base address of the Gravis Ultrasound.
137# Possible values: 240, 220, 260, 280, 2a0, 2c0, 2e0, 300.
138# gusirq: The IRQ number of the Gravis Ultrasound.
139# Possible values: 5, 3, 7, 9, 10, 11, 12.
140# gusdma: The DMA channel of the Gravis Ultrasound.
141# Possible values: 3, 0, 1, 5, 6, 7.
142# ultradir: Path to Ultrasound directory. In this directory
143# there should be a MIDI directory that contains
144# the patch files for GUS playback. Patch sets used
145# with Timidity should work fine.
146
147gus=false
148gusrate=22050
149gusbase=240
150gusirq=5
151gusdma=3
152ultradir=C:\ULTRASND
153
154[speaker]
155# pcspeaker: Enable PC-Speaker emulation.
156# pcrate: Sample rate of the PC-Speaker sound generation.
157# Possible values: 22050, 44100, 48000, 32000, 16000, 11025, 8000, 49716.
158# tandy: Enable Tandy Sound System emulation. For 'auto', emulation is present only if machine is set to 'tandy'.
159# Possible values: auto, on, off.
160# tandyrate: Sample rate of the Tandy 3-Voice generation.
161# Possible values: 22050, 44100, 48000, 32000, 16000, 11025, 8000, 49716.
162# disney: Enable Disney Sound Source emulation. (Covox Voice Master and Speech Thing compatible).
163
164pcspeaker=true
165pcrate=22050
166tandy=auto
167tandyrate=22050
168disney=true
169
170[joystick]
171# joysticktype: Type of joystick to emulate: auto (default), none,
172# 2axis (supports two joysticks),
173# 4axis (supports one joystick, first joystick used),
174# 4axis_2 (supports one joystick, second joystick used),
175# fcs (Thrustmaster), ch (CH Flightstick).
176# none disables joystick emulation.
177# auto chooses emulation depending on real joystick(s).
178# Possible values: auto, 2axis, 4axis, 4axis_2, fcs, ch, none.
179# timed: enable timed intervals for axis. (false is old style behaviour).
180# autofire: continuously fires as long as you keep the button pressed.
181# swap34: swap the 3rd and the 4th axis. can be useful for certain joysticks.
182# buttonwrap: enable button wrapping at the number of emulated buttons.
183
184joysticktype=auto
185timed=true
186autofire=false
187swap34=false
188buttonwrap=true
189
190[serial]
191# serial1: set type of device connected to com port.
192# Can be disabled, dummy, modem, nullmodem, directserial.
193# Additional parameters must be in the same line in the form of
194# parameter:value. Parameter for all types is irq.
195# for directserial: realport (required), rxdelay (optional).
196# (realport:COM1 realport:ttyS0).
197# for modem: listenport (optional).
198# for nullmodem: server, rxdelay, txdelay, telnet, usedtr,
199# transparent, port, inhsocket (all optional).
200# Example: serial1=modem listenport:5000
201# Possible values: dummy, disabled, modem, nullmodem, directserial.
202# serial2: see serial1
203# Possible values: dummy, disabled, modem, nullmodem, directserial.
204# serial3: see serial1
205# Possible values: dummy, disabled, modem, nullmodem, directserial.
206# serial4: see serial1
207# Possible values: dummy, disabled, modem, nullmodem, directserial.
208
209serial1=dummy
210serial2=dummy
211serial3=disabled
212serial4=disabled
213
214[dos]
215# xms: Enable XMS support.
216# ems: Enable EMS support.
217# umb: Enable UMB support.
218# keyboardlayout: Language code of the keyboard layout (or none).
219
220xms=true
221ems=true
222umb=true
223keyboardlayout=auto
224
225[ipx]
226# ipx: Enable ipx over UDP/IP emulation.
227
228ipx=false
229
230[autoexec]
231# Lines in this section will be run at startup.
232
233mount C D:\My_games
234
235C:
236
237mount f F:\ -t cdrom