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