1 [sdl]
2 # fullscreen -- Start dosbox directly in fullscreen.
3 # fulldouble -- Use double buffering in fullscreen.
4 # fullresolution -- What resolution to use for fullscreen: original or fixed size (e.g. 1024x768).
5 # windowresolution -- Scale the window to this size IF the output device supports hardware scaling.
6 # output -- What to use for output: surface,overlay,opengl,openglnb.
7 # autolock -- Mouse will automatically lock, if you click on the screen.
8 # sensitiviy -- Mouse sensitivity.
9 # waitonerror -- Wait before closing the console if dosbox has an error.
10 # priority -- Priority levels for dosbox: lowest,lower,normal,higher,highest.
11 # Second entry behind the comma is for when dosbox is not focused/minimized.
12 # mapperfile -- File used to load/save the key/event mappings from.
13 # usescancodes -- Avoid usage of symkeys, might not work on all operating systems.
14
15 sensitivity=10
16 fullscreen=false
17 fulldouble=true
18 fullresolution=original
19 windowresolution=original
20 output=surface
21 autolock=true
22 sensitivity=100
23 waitonerror=true
24 priority=higher,normal
25 mapperfile=mapper.txt
26 usescancodes=true
27
28 [dosbox]
29 # language -- Select another language file.
30 # memsize -- Amount of memory dosbox has in megabytes.
31 # machine -- The type of machine tries to emulate:hercules,cga,tandy,pcjr,vga.
32 # captures -- Directory where things like wave,midi,screenshot get captured.
33
34 language=
35 machine=vga
36 captures=capture
37 memsize=256
38 codepage=850
39
40 [render]
41 # frameskip -- How many frames dosbox skips before drawing one.
42 # aspect -- Do aspect correction, if your output method doesn't support scaling this can slow things down!.
43 # scaler -- Scaler used to enlarge/enhance low resolution modes.
44 # Supported are none,normal2x,normal3x,advmame2x,advmame3x,advinterp2x,advinterp3x,tv2x,tv3x,rgb2x,rgb3x,scan2x,scan3x.
45
46 frameskip=0
47 aspect=false
48 scaler=none
49
50 [cpu]
51 # core -- CPU Core used in emulation: simple,normal,full,dynamic.
52 # cycles -- Amount of instructions dosbox tries to emulate each millisecond.
53 # Setting this higher than your machine can handle is bad!
54 # You can also let DOSBox guess the correct value by setting it to auto.
55 # Please note that this guessing feature is still experimental.
56 # cycleup -- Amount of cycles to increase/decrease with keycombo.
57 # cycledown Setting it lower than 100 will be a percentage.
58
59 core=normal
60 cycles=24000
61 cycleup=500
62 cycledown=500
63
64 [mixer]
65 # nosound -- Enable silent mode, sound is still emulated though.
66 # rate -- Mixer sample rate, setting any devices higher than this will
67 # probably lower their sound quality.
68 # blocksize -- Mixer block size, larger blocks might help sound stuttering
69 # but sound will also be more lagged.
70 # prebuffer -- How many milliseconds of data to keep on top of the blocksize.
71
72 nosound=false
73 rate=22050
74 blocksize=2048
75 prebuffer=10
76
77 [midi]
78 # mpu401 -- Type of MPU-401 to emulate: none, uart or intelligent.
79 # device -- Device that will receive the MIDI data from MPU-401.
80 # This can be default,alsa,oss,win32,coreaudio,none.
81 # config -- Special configuration options for the device. In Windows put
82 # the id of the device you want to use. See README for details.
83
84 mpu401=intelligent
85 device=default
86 config=
87
88 [sblaster]
89 # sbtype -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
90 # sbbase,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
91 # mixer -- Allow the soundblaster mixer to modify the dosbox mixer.
92 # oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
93 # On auto the mode is determined by sblaster type.
94 # All OPL modes are 'Adlib', except for CMS.
95 # oplrate -- Sample rate of OPL music emulation.
96
97 sbtype=sb16
98 sbbase=220
99 irq=7
100 dma=1
101 hdma=5
102 mixer=true
103 oplmode=auto
104 oplrate=22050
105
106 [gus]
107 # gus -- Enable the Gravis Ultrasound emulation.
108 # gusbase,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the
109 # Gravis Ultrasound. (Same IRQ's and DMA's are OK.)
110 # gusrate -- Sample rate of Ultrasound emulation.
111 # ultradir -- Path to Ultrasound directory. In this directory
112 # there should be a MIDI directory that contains
113 # the patch files for GUS playback. Patch sets used
114 # with Timidity should work fine.
115
116 gus=true
117 gusrate=22050
118 gusbase=240
119 irq1=5
120 irq2=5
121 dma1=3
122 dma2=3
123 ultradir=C:\ULTRASND
124
125 [speaker]
126 # pcspeaker -- Enable PC-Speaker emulation.
127 # pcrate -- Sample rate of the PC-Speaker sound generation.
128 # tandy -- Enable Tandy Sound System emulation (off,on,auto).
129 # For auto Tandysound emulation is present only if machine is set to tandy.
130 # tandyrate -- Sample rate of the Tandy 3-Voice generation.
131 # disney -- Enable Disney Sound Source emulation.
132
133 pcspeaker=true
134 pcrate=22050
135 tandy=auto
136 tandyrate=22050
137 disney=true
138
139 [bios]
140 # joysticktype -- Type of joystick to emulate: none, 2axis, 4axis,
141 # fcs (Thrustmaster) ,ch (CH Flightstick).
142 # none disables joystick emulation.
143 # 2axis is the default and supports two joysticks.
144
145 joysticktype=2axis
146
147 [serial]
148 # serial1-4 -- set type of device connected to com port.
149 # Can be disabled, dummy, modem, directserial.
150 # Additional parameters must be in the same line in the form of
151 # parameter:value. Parameters for all types are irq, startbps, bytesize,
152 # stopbits, parity (all optional).
153 # for directserial: realport (required).
154 # for modem: listenport (optional).
155 # Example: serial1=modem listenport:5000
156
157 serial1=dummy
158 serial2=dummy
159 serial3=disabled
160 serial4=disabled
161
162 [dos]
163 # xms -- Enable XMS support.
164 # ems -- Enable EMS support.
165 # umb -- Enable UMB support (false,true,max).
166
167 xms=true
168 ems=true
169 umb=true
170
171 [ipx]
172 # ipx -- Enable ipx over UDP/IP emulation.
173
174 ipx=false
175
176 [autoexec]
177 # Lines in this section will be run at startup.
178 #@echo off
179 mount c: "~/.dosbox"
180 mount a: "~/.floppy" -T floppy
181 mount D: "/cdrom" -T cdrom -usecd 0 -ioctl
182 c:
183 PATH=%PATH%;C:\BIN
184 keyb DE 850