…Show last 328 lines
61# 8: up to 1600x1200 at 16M colors
62# For build engine games, use more memory than in the list above so it can
63# use triple buffering and thus won't flicker.
64#
65# captures: Directory where things like wave, midi, screenshot get captured.
66# memsize: Amount of memory DOSBox has in megabytes.
67# This value is best left at its default to avoid problems with some games,
68# though few games might require a higher value.
69# There is generally no speed advantage when raising this value.
70
71language=
72machine=svga_s3
73vmemsize=4
74captures=capture
75memsize=16
76
77[render]
78# frameskip: How many frames DOSBox skips before drawing one.
79# aspect: Do aspect correction, if your output method doesn't support scaling this can slow things
80
81down!.
82# linewise: Draw the display line by line. Needed for certain special graphics effects in games and
83
84demos. Can be changed at runtime but will be put in effect at the next mode switch.
85# char9: Allow 9-pixel wide text mode fonts.
86# multiscan: Set this value to true to allow zooming gfx effects used in demos. It will disable several
87
88options such as scalers though.
89# scaler: Scaler used to enlarge/enhance low resolution modes. If 'forced' is appended,
90# then the scaler will be used even if the result might not be desired.
91# Possible values: none, normal2x, normal3x, advmame2x, advmame3x, advinterp2x, advinterp3x,
92
93hq2x, hq3x, 2xsai, super2xsai, supereagle, tv2x, tv3x, rgb2x, rgb3x, scan2x, scan3x.
94
95frameskip=0
96aspect=false
97linewise=false
98char9=false
99multiscan=false
100scaler=normal2x
101
102[cpu]
103# core: CPU Core used in emulation. auto will switch to dynamic if available and
104# appropriate.
105# Possible values: auto, dynamic, normal, simple.
106# cputype: CPU Type used in emulation. auto emulates a 486 which tolerates Pentium instructions.
107# Possible values: auto, 386, 486, pentium, 386_prefetch.
108# cycles: Amount of instructions DOSBox tries to emulate each millisecond.
109# Setting this value too high results in sound dropouts and lags.
110# Cycles can be set in 3 ways:
111# 'auto' tries to guess what a game needs.
112# It usually works, but can fail for certain games.
113# 'fixed #number' will set a fixed amount of cycles. This is what you usually
114# need if 'auto' fails (Example: fixed 4000).
115# 'max' will allocate as much cycles as your computer is able to
116# handle.
117# Possible values: auto, fixed, max.
118# cycleup: Amount of cycles to decrease/increase with keycombos.(CTRL-F11/CTRL-F12)
119# cycledown: Setting it lower than 100 will be a percentage.
120
121core=auto
122cputype=auto
123cycles=auto
124cycleup=10
125cycledown=20
126
127[mixer]
128# nosound: Enable silent mode, sound is still emulated though.
129# rate: Mixer sample rate, setting any device's rate higher than this will probably lower their
130
131sound quality.
132# Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.
133# blocksize: Mixer block size, larger blocks might help sound stuttering but sound will also be more
134
135lagged.
136# Possible values: 1024, 2048, 4096, 8192, 512, 256.
137# prebuffer: How many milliseconds of data to keep on top of the blocksize.
138
139nosound=false
140rate=44100
141blocksize=1024
142prebuffer=20
143
144[midi]
145# mpu401: Type of MPU-401 to emulate.
146# Possible values: intelligent, uart, none.
147# mididevice: Device that will receive the MIDI data from MPU-401.
148# Possible values: default, win32, alsa, oss, coreaudio, coremidi, none.
149# midiconfig: Special configuration options for the device driver. This is usually the id of the device
150
151you want to use.
152# See the README/Manual for more details.
153
154mpu401=intelligent
155mididevice=default
156midiconfig=
157
158[sblaster]
159# sbtype: Type of Soundblaster to emulate. gb is Gameblaster.
160# Possible values: sb1, sb2, sbpro1, sbpro2, sb16, gb, none.
161# sbbase: The IO address of the soundblaster.
162# Possible values: 220, 240, 260, 280, 2a0, 2c0, 2e0, 300.
163# irq: The IRQ number of the soundblaster.
164# Possible values: 7, 5, 3, 9, 10, 11, 12.
165# dma: The DMA number of the soundblaster.
166# Possible values: 1, 5, 0, 3, 6, 7.
167# hdma: The High DMA number of the soundblaster.
168# Possible values: 1, 5, 0, 3, 6, 7.
169# sbmixer: Allow the soundblaster mixer to modify the DOSBox mixer.
170# oplmode: Type of OPL emulation. On 'auto' the mode is determined by sblaster type.
171# All OPL modes are Adlib-compatible, except for 'cms'. sbtype=none
172# together with oplmode=cms will emulate a Gameblaster.
173# Possible values: auto, cms, opl2, dualopl2, opl3, none, hardware, hardwaregb.
174# oplemu: Provider for the OPL emulation. compat might provide better quality (see oplrate as
175
176well).
177# Possible values: default, compat, fast.
178# oplrate: Sample rate of OPL music emulation. Use 49716 for highest quality (set the mixer rate
179
180accordingly).
181# Possible values: 44100, 49716, 48000, 32000, 22050, 16000, 11025, 8000.
182# hardwarebase: base address of the real hardware soundblaster:
183# 210,220,230,240,250,260,280
184
185sbtype=sb16
186sbbase=220
187irq=7
188dma=1
189hdma=5
190sbmixer=true
191oplmode=auto
192oplemu=default
193oplrate=44100
194hardwarebase=220
195
196[gus]
197# gus: Enable the Gravis Ultrasound emulation.
198# gusrate: Sample rate of Ultrasound emulation.
199# Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.
200# gusbase: The IO base address of the Gravis Ultrasound.
201# Possible values: 240, 220, 260, 280, 2a0, 2c0, 2e0, 300.
202# gusirq: The IRQ number of the Gravis Ultrasound.
203# Possible values: 5, 3, 7, 9, 10, 11, 12.
204# gusdma: The DMA channel of the Gravis Ultrasound.
205# Possible values: 3, 0, 1, 5, 6, 7.
206# ultradir: Path to Ultrasound directory. In this directory
207# there should be a MIDI directory that contains
208# the patch files for GUS playback. Patch sets used
209# with Timidity should work fine.
210
211gus=false
212gusrate=44100
213gusbase=240
214gusirq=5
215gusdma=3
216ultradir=C:\ULTRASND
217
218[speaker]
219# pcspeaker: Enable PC-Speaker emulation.
220# pcrate: Sample rate of the PC-Speaker sound generation.
221# Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.
222# tandy: Enable Tandy Sound System emulation. For 'auto', emulation is present only if machine is
223
224set to 'tandy'.
225# Possible values: auto, on, off.
226# tandyrate: Sample rate of the Tandy 3-Voice generation.
227# Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.
228# disney: Enable Disney Sound Source emulation. (Covox Voice Master and Speech Thing compatible).
229
230pcspeaker=true
231pcrate=44100
232tandy=auto
233tandyrate=44100
234disney=false
235
236[joystick]
237# joysticktype: Type of joystick to emulate: auto (default), none,
238# 2axis (supports two joysticks),
239# 4axis (supports one joystick, first joystick used),
240# 4axis_2 (supports one joystick, second joystick used),
241# fcs (Thrustmaster), ch (CH Flightstick).
242# none disables joystick emulation.
243# auto chooses emulation depending on real joystick(s).
244# (Remember to reset dosbox's mapperfile if you saved it earlier)
245# Possible values: auto, 2axis, 4axis, 4axis_2, fcs, ch, none.
246# timed: enable timed intervals for axis. Experiment with this option, if your joystick drifts
247
248(away).
249# autofire: continuously fires as long as you keep the button pressed.
250# swap34: swap the 3rd and the 4th axis. can be useful for certain joysticks.
251# buttonwrap: enable button wrapping at the number of emulated buttons.
252
253joysticktype=auto
254timed=true
255autofire=false
256swap34=false
257buttonwrap=false
258
259[serial]
260# serial1: set type of device connected to com port.
261# Can be disabled, dummy, modem, nullmodem, directserial.
262# Additional parameters must be in the same line in the form of
263# parameter:value. Parameter for all types is irq (optional).
264# for directserial: realport (required), rxdelay (optional).
265# (realport:COM1 realport:ttyS0).
266# for modem: listenport (optional).
267# for nullmodem: server, rxdelay, txdelay, telnet, usedtr,
268# transparent, port, inhsocket (all optional).
269# Example: serial1=modem listenport:5000
270# Possible values: dummy, disabled, modem, nullmodem, directserial.
271# serial2: see serial1
272# Possible values: dummy, disabled, modem, nullmodem, directserial.
273# serial3: see serial1
274# Possible values: dummy, disabled, modem, nullmodem, directserial.
275# serial4: see serial1
276# Possible values: dummy, disabled, modem, nullmodem, directserial.
277
278serial1=dummy
279serial2=dummy
280serial3=disabled
281serial4=disabled
282
283[printer]
284# printer: Enable printer emulation.
285# dpi: Resolution of printer (default 360).
286# width: Width of paper in 1/10 inch (default 85 = 8.5'').
287# height: Height of paper in 1/10 inch (default 110 = 11.0'').
288# printoutput: Output method for finished pages:
289# png : Creates PNG images (default)
290# ps : Creates Postscript
291# bmp : Creates BMP images (very huge files, not recommend)
292# printer : Send to an actual printer (Print dialog will appear)
293# multipage: Adds all pages to one Postscript file or printer job until CTRL-F2 is pressed.
294# docpath: The path where the output files are stored.
295# timeout: (in milliseconds) if nonzero: the time the page will
296# be ejected automatically after when no more data
297# arrives at the printer.
298
299printer=true
300dpi=360
301width=85
302height=110
303printoutput=png
304multipage=false
305docpath=.
306timeout=0
307
308[parallel]
309# parallel1: parallel1-3 -- set type of device connected to lpt port.
310# Can be:
311# reallpt (direct parallel port passthrough using Porttalk),
312# file (records data to a file or passes it to a device),
313# printer (virtual dot-matrix printer, see [printer] section)
314# Additional parameters must be in the same line in the form of
315# parameter:value.
316# for reallpt:
317# Windows:
318# realbase (the base address of your real parallel port).
319# Default: 378
320# ecpbase (base address of the ECP registers, optional).
321# Linux: realport (the parallel port device i.e. /dev/parport0).
322# for file:
323# dev:<devname> (i.e. dev:lpt1) to forward data to a device,
324# or append:<file> appends data to the specified file.
325# Without the above parameters data is written to files in the capture dir.
326# Additional parameters: timeout:<milliseconds> = how long to wait before
327# closing the file on inactivity (default:500), addFF to add a formfeed when
328# closing, addLF to add a linefeed if the app doesn't, cp:<codepage number>
329# to perform codepage translation, i.e. cp:437
330# for printer:
331# printer still has it's own configuration section above.
332# parallel2: see parallel1
333# parallel3: see parallel1
334
335parallel1=disabled
336parallel2=disabled
337parallel3=disabled
338
339[dos]
340# xms: Enable XMS support.
341# ems: Enable EMS support. The default (=true) provides the best
342# compatibility but certain applications may run better with
343# other choices, or require EMS support to be disabled (=false)
344# to work at all.
345# Possible values: true, emsboard, emm386, false.
346# umb: Enable UMB support.
347# keyboardlayout: Language code of the keyboard layout (or none).
348# files: Number of file handles available to DOS programs. (equivalent to "files=" in
349
350config.sys)
351
352xms=true
353ems=true
354umb=true
355keyboardlayout=auto
356files=127
357
358[ipx]
359# ipx: Enable ipx over UDP/IP emulation.
360
361ipx=false
362
363[ne2000]
364# ne2000: Enable Ethernet passthrough. Requires [Win]Pcap.
365# nicbase: The base address of the NE2000 board.
366# nicirq: The interrupt it uses. Note serial2 uses IRQ3 as default.
367# macaddr: The physical address the emulator will use on your network.
368# If you have multiple DOSBoxes running on your network,
369# this has to be changed for each. AC:DE:48 is an address range reserved for
370# private use, so modify the last three number blocks.
371# I.e. AC:DE:48:88:99:AB.
372# realnic: Specifies which of your network interfaces is used.
373# Write 'list' here to see the list of devices in the
374# Status Window. Then make your choice and put either the
375# interface number (2 or something) or a part of your adapters
376# name, e.g. VIA here.
377
378ne2000=true
379nicbase=300
380nicirq=3
381macaddr=AC:DE:48:88:99:AA
382realnic=list
383
384[autoexec]
385# Lines in this section will be run at startup.
386# You can put your MOUNT lines here.
387
388mount c D:\Conrado\Jogos\Dosbox\dosodi