…Show last 289 lines
61
62hardware scaling.
63# Possible values: none, normal2x, normal3x, advmame2x, advmame3x, advinterp2x,
64
65advinterp3x, hq2x, hq3x, 2xsai, super2xsai, supereagle, tv2x, tv3x, rgb2x, rgb3x, scan2x,
66
67scan3x, hardware2x, hardware3x
68
69frameskip=0
70aspect=false
71scaler=normal2x
72
73[cpu]
74# core: CPU Core used in emulation. auto will switch to dynamic if available and
75
76appropriate.
77# Possible values: auto, dynamic, normal, full, simple
78# cputype: CPU Type used in emulation. auto is the fastest choice.
79# Possible values: auto, 386, 386_slow, 486_slow, pentium_slow, 386_prefetch
80# cycles: Amount of instructions DOSBox tries to emulate each millisecond. Setting this value
81
82too high results in sound dropouts and lags. Cycles can be set in 3 ways:
83# 'auto' tries to guess what a game needs.
84# It usually works, but can fail for certain games.
85# 'fixed #number' will set a fixed amount of cycles. This is what you usually need
86
87if 'auto' fails.
88# (Example: fixed 4000)
89# 'max' will allocate as much cycles as your computer is able to handle
90#
91# Possible values: auto, fixed, max
92# cycleup: Amount of cycles to increase/decrease with keycombo.
93# cycledown: Setting it lower than 100 will be a percentage.
94
95core=normal
96cputype=pentium_slow
97cycles=auto
98cycleup=1000
99cycledown=1000
100
101[mixer]
102# nosound: Enable silent mode, sound is still emulated though.
103# rate: Mixer sample rate, setting any devices higher than this will probably lower their
104
105sound quality.
106# Possible values: 22050, 44100, 48000, 32000, 16000, 11025, 8000
107# blocksize: Mixer block size, larger blocks might help sound stuttering but sound will also be
108
109more lagged.
110# Possible values: 2048, 4096, 8192, 1024, 512, 256
111# prebuffer: How many milliseconds of data to keep on top of the blocksize.
112
113nosound=false
114rate=22050
115blocksize=2048
116prebuffer=10
117
118[midi]
119# mpu401: Type of MPU-401 to emulate.
120# Possible values: intelligent, uart, none
121# device: Device that will receive the MIDI data from MPU-401.
122# Possible values: default, win32, alsa, oss, coreaudio, coremidi, mt32, none
123# config: Special configuration options for the device driver. This is usually the id of the
124
125device you want to use. See README for details.
126
127mpu401=uart
128device=default
129config=
130
131[sblaster]
132# sbtype: Type of sblaster to emulate.
133# Possible values: sb1, sb2, sbpro1, sbpro2, sb16, none
134# sbbase: The IO address of the soundblaster.
135# Possible values: 220, 240, 260, 280, 2a0, 2c0, 2e0, 300
136# irq: The IRQ number of the soundblaster.
137# Possible values: 7, 5, 3, 9, 10, 11, 12
138# dma: The DMA number of the soundblaster.
139# Possible values: 1, 5, 0, 3, 6, 7
140# hdma: The High DMA number of the soundblaster.
141# Possible values: 1, 5, 0, 3, 6, 7
142# mixer: Allow the soundblaster mixer to modify the DOSBox mixer.
143# oplmode: Type of OPL emulation. On 'auto' the mode is determined by sblaster type. All
144
145OPL modes are Adlib-compatible, except for 'cms'.
146# Possible values: auto, cms, opl2, dualopl2, opl3, none, hardware
147# oplrate: Sample rate of OPL music emulation.
148# Possible values: 22050, 44100, 48000, 32000, 16000, 11025, 8000
149# hardwarebase: base address of the real hardware soundblaster:
150# 210,220,230,240,250,260,280
151
152sbtype=none
153sbbase=220
154irq=7
155dma=1
156hdma=5
157mixer=true
158oplmode=auto
159oplrate=22050
160hardwarebase=220
161
162[gus]
163# gus: Enable the Gravis Ultrasound emulation.
164# gusrate: Sample rate of Ultrasound emulation.
165# Possible values: 22050, 44100, 48000, 32000, 16000, 11025, 8000
166# gusbase: The IO addresses of the Gravis Ultrasound.
167# Possible values: 220, 240, 260, 280, 2a0, 2c0, 2e0, 300
168# irq1: The first IRQ number of the Gravis Ultrasound. (Same IRQs are OK.)
169# Possible values: 3, 5, 7, 9, 10, 11, 12
170# irq2: The second IRQ number of the Gravis Ultrasound. (Same IRQs are OK.)
171# Possible values: 3, 5, 7, 9, 10, 11, 12
172# dma1: The first DMA addresses of the Gravis Ultrasound. (Same DMAs are OK.)
173# Possible values: 0, 1, 3, 5, 6, 7
174# dma2: The second DMA addresses of the Gravis Ultrasound. (Same DMAs are OK.)
175# Possible values: 0, 1, 3, 5, 6, 7
176# ultradir: Path to Ultrasound directory. In this directory
177# there should be a MIDI directory that contains
178# the patch files for GUS playback. Patch sets used
179# with Timidity should work fine.
180
181gus=true
182gusrate=22050
183gusbase=240
184irq1=5
185irq2=5
186dma1=3
187dma2=3
188ultradir=D:\ultrasnd
189
190[speaker]
191# pcspeaker: Enable PC-Speaker emulation.
192# pcrate: Sample rate of the PC-Speaker sound generation.
193# Possible values: 22050, 44100, 48000, 32000, 16000, 11025, 8000
194# tandy: Enable Tandy Sound System emulation. For 'auto', emulation is present only if
195
196machine is set to 'tandy'.
197# Possible values: auto, on, off
198# tandyrate: Sample rate of the Tandy 3-Voice generation.
199# Possible values: 22050, 44100, 48000, 32000, 16000, 11025, 8000
200# disney: Enable Disney Sound Source emulation. (Covox Voice Master and Speech Thing
201
202compatible).
203
204pcspeaker=true
205pcrate=22050
206tandy=auto
207tandyrate=22050
208disney=false
209
210[joystick]
211# joysticktype: Type of joystick to emulate: auto (default), none,
212# 2axis (supports two joysticks),
213# 4axis (supports one joystick, first joystick used),
214# 4axis_2 (supports one joystick, second joystick used),
215# fcs (Thrustmaster), ch (CH Flightstick).
216# none disables joystick emulation.
217# auto chooses emulation depending on real joystick(s).
218# Possible values: auto, 2axis, 4axis, 4axis_2, fcs, ch, none
219# timed: enable timed intervals for axis. (false is old style behaviour).
220# autofire: continuously fires as long as you keep the button pressed.
221# swap34: swap the 3rd and the 4th axis. can be useful for certain joysticks.
222# buttonwrap: enable button wrapping at the number of emulated buttons.
223
224joysticktype=2axis
225timed=false
226autofire=false
227swap34=false
228buttonwrap=true
229
230[serial]
231# serial1: set type of device connected to com port.
232# Can be disabled, dummy, modem, nullmodem, directserial.
233# Additional parameters must be in the same line in the form of
234# parameter:value. Parameter for all types is irq.
235# for directserial: realport (required), rxdelay (optional).
236# (realport:COM1 realport:ttyS0).
237# for modem: listenport (optional).
238# for nullmodem: server, rxdelay, txdelay, telnet, usedtr,
239# transparent, port, inhsocket (all optional).
240# Example: serial1=modem listenport:5000
241# Possible values: dummy, disabled, modem, nullmodem, directserial
242# serial2: see serial1
243# Possible values: dummy, disabled, modem, nullmodem, directserial
244# serial3: see serial1
245# Possible values: dummy, disabled, modem, nullmodem, directserial
246# serial4: see serial1
247# Possible values: dummy, disabled, modem, nullmodem, directserial
248
249serial1=dummy
250serial2=dummy
251serial3=disabled
252serial4=disabled
253
254[printer]
255# printer: Enable printer emulation.
256# dpi: Resolution of printer (default 360).
257# width: Width of paper in 1/10 inch (default 85 = 8.5'').
258# height: Height of paper in 1/10 inch (default 110 = 11.0'').
259# printoutput: Output method for finished pages:
260# png : Creates PNG images (default)
261# ps : Creates Postscript
262# bmp : Creates BMP images (very huge files, not recommend)
263# printer : Send to an actual printer (Print dialog will appear)
264# multipage: Adds all pages to one Postscript file or printer job until CTRL-F2 is pressed.
265# docpath: The path where the output files are stored.
266# timeout: (in milliseconds) if nonzero: the time the page will
267# be ejected automatically after when no more data
268# arrives at the printer.
269
270printer=true
271dpi=360
272width=85
273height=110
274printoutput=png
275multipage=false
276docpath=.
277timeout=0
278
279[parallel]
280# parallel1: parallel1-3 -- set type of device connected to lpt port.
281# Can be:
282# reallpt (direct parallel port passthrough using Porttalk),
283# printer (virtual dot-matrix printer, see [printer] section)
284# Additional parameters must be in the same line in the form of
285# parameter:value.
286# for reallpt:
287# Windows: realbase (the base address of your real parallel port).
288# Standard ports are 378, 278 and 3BC. The first two can be ECP ports.
289# PCI add-on cards may use nonstandard ports, look them up in the device
290
291manager.
292# Default: 378
293# You have to install the PortTalk driver from
294# http://www.beyondlogic.org/porttalk/porttalk.htm first.
295# Linux: realport (the parallel port device i.e. /dev/parport0).
296# for printer:
297# printer still has it's own configuration section above.
298# parallel2: see parallel1
299# parallel3: see parallel1
300
301parallel1=disabled
302parallel2=disabled
303parallel3=disabled
304
305[glide]
306# glide: Enable glide emulation: true,false.
307# grport: I/O port to use for host communication.
308# lfb: LFB access: full,read,write,none.
309
310glide=true
311grport=600
312lfb=full
313
314[dos]
315# xms: Enable XMS support.
316# ems: Enable EMS support.
317# umb: Enable UMB support.
318# keyboardlayout: Language code of the keyboard layout (or none).
319
320xms=true
321ems=true
322umb=true
323keyboardlayout=none
324
325[ipx]
326# ipx: Enable ipx over UDP/IP emulation.
327
328ipx=false
329
330[ne2000]
331# ne2000: Enable Ethernet passthrough. Requires [Win]Pcap.
332# nicbase: The base address of the NE2000 board.
333# nicirq: The interrupt it uses. Note serial2 uses IRQ3 as default.
334# macaddr: The physical address the emulator will use on your network.
335# If you have multiple DOSBoxes running on your network,
336# this has to be changed for each. AC:DE:48 is an address range reserved for
337# private use, so modify the last three number blocks.
338# I.e. AC:DE:48:88:99:AB.
339# realnic: Specifies which of your network interfaces is used.
340# Write 'list' here to see the list of devices in the
341# Status Window. Then make your choice and put either the
342# interface number (2 or something) or a part of your adapters
343# name, e.g. VIA here.
344
345ne2000=true
346nicbase=300
347nicirq=3
348macaddr=AC:DE:48:88:99:AA
349realnic=list