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