]> git.pld-linux.org Git - packages/dosbox.git/blame - dosbox.conf
- obsolete
[packages/dosbox.git] / dosbox.conf
CommitLineData
9246bf86 1[sdl]
594bbbf1 2# fullscreen -- Start dosbox directly in fullscreen.
3# fulldouble -- Use double buffering in fullscreen.
4# fullfixed -- Don't resize the screen when in fullscreen.
5# fullresolution -- What resolution to use for fullscreen, use together with fullfixed.
6# output -- What to use for output: surface,overlay,opengl,openglnb.
7# hwscale -- Extra scaling of window if the output device supports hardware scaling.
8# autolock -- Mouse will automatically lock, if you click on the screen.
9# sensitiviy -- Mouse sensitivity.
10# waitonerror -- Wait before closing the console if dosbox has an error.
11# priority -- Priority levels for dosbox: lower,normal,higher,highest.
12# Second entry behind the comma is for when dosbox is not focused/minimized.
13# mapperfile -- File used to load/save the key/event mappings from.
14
9246bf86 15fullscreen=false
594bbbf1 16fulldouble=false
17fullfixed=false
18fullresolution=1024x768
19output=surface
20hwscale=1.00
9246bf86 21autolock=true
22sensitivity=100
594bbbf1 23waitonerror=true
24priority=higher,normal
25mapperfile=mapper.txt
9246bf86 26
27[dosbox]
594bbbf1 28# language -- Select another language file.
29# memsize -- Amount of memory dosbox has in megabytes.
30# machine -- The type of machine tries to emulate:hercules,cga,tandy,vga.
31# captures -- Directory where things like wave,midi,screenshot get captured.
32
9246bf86 33language=
594bbbf1 34machine=vga
35captures=capture
36memsize=16
9246bf86 37
38[render]
594bbbf1 39# frameskip -- How many frames dosbox skips before drawing one.
40# aspect -- Do aspect correction.
41# scaler -- Scaler used to enlarge/enhance low resolution modes.
42# Supported are none,normal2x,advmame2x,advmame3x,advinterp2x,interp2x,tv2x.
43
9246bf86 44frameskip=0
594bbbf1 45aspect=false
46scaler=normal2x
9246bf86 47
48[cpu]
594bbbf1 49# core -- CPU Core used in emulation: simple,normal,full,dynamic.
50# cycles -- Amount of instructions dosbox tries to emulate each millisecond.
51# Setting this higher than your machine can handle is bad!
52# cycleup -- Amount of cycles to increase/decrease with keycombo.
53# cycledown Setting it lower than 100 will be a percentage.
54
55core=normal
56cycles=3000
57cycleup=500
58cycledown=20
9246bf86 59
60[mixer]
594bbbf1 61# nosound -- Enable silent mode, sound is still emulated though.
62# rate -- Mixer sample rate, setting any devices higher than this will
63# probably lower their sound quality.
64# blocksize -- Mixer block size, larger blocks might help sound stuttering
65# but sound will also be more lagged.
66# prebuffer -- How many milliseconds of data to keep on top of the blocksize.
67
68nosound=false
69rate=22050
70blocksize=2048
71prebuffer=10
72
73[midi]
74# mpu401 -- Enable MPU-401 Emulation.
75# intelligent -- Operate in Intelligent mode.
76# device -- Device that will receive the MIDI data from MPU-401.
77# This can be default,alsa,oss,win32,coreaudio,none.
78# config -- Special configuration options for the device.
79
80mpu401=true
81intelligent=true
82device=default
83config=
9246bf86 84
85[sblaster]
594bbbf1 86# type -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
87# base,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
88# mixer -- Allow the soundblaster mixer to modify the dosbox mixer.
89# oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
90# On auto the mode is determined by sblaster type.
91# oplrate -- Sample rate of OPL music emulation.
92
93type=sb16
9246bf86 94base=220
95irq=7
96dma=1
97hdma=5
594bbbf1 98mixer=true
99oplmode=auto
100oplrate=22050
9246bf86 101
594bbbf1 102[gus]
103# gus -- Enable the Gravis Ultrasound emulation.
104# base,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the
105# Gravis Ultrasound. (Same IRQ's and DMA's are OK.)
106# rate -- Sample rate of Ultrasound emulation.
107# ultradir -- Path to Ultrasound directory. In this directory
108# there should be a MIDI directory that contains
109# the patch files for GUS playback. Patch sets used
110# with Timidity should work fine.
111
112gus=true
113rate=22050
114base=240
115irq1=5
116irq2=5
117dma1=3
118dma2=3
119ultradir=C:\ULTRASND
9246bf86 120
121[speaker]
594bbbf1 122# pcspeaker -- Enable PC-Speaker emulation.
123# pcrate -- Sample rate of the PC-Speaker sound generation.
124# tandyrate -- Sample rate of the Tandy 3-Voice generation.
125# Tandysound emulation is present if machine is set to tandy.
126# disney -- Enable Disney Sound Source emulation.
127
128pcspeaker=true
129pcrate=22050
130tandyrate=22050
131disney=true
9246bf86 132
133[bios]
134# Nothing to setup yet!
135
594bbbf1 136
9246bf86 137[dos]
594bbbf1 138# xms -- Enable XMS support.
139# ems -- Enable EMS support.
140
141xms=true
142ems=true
143
144[modem]
145# modem -- Enable virtual modem emulation.
146# comport -- COM Port modem is connected to.
147# listenport -- TCP Port the modem listens on for incoming connections.
148
149modem=false
150comport=2
151listenport=23
152
153[ipx]
154# ipx -- Enable ipx over UDP/IP emulation.
155
156ipx=false
9246bf86 157
158[autoexec]
594bbbf1 159# Lines in this section will be run at startup.
160
9246bf86 161
This page took 0.187005 seconds and 4 git commands to generate.