| 1 |
27 |
ghutchis |
[sdl]
|
| 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 |
|
|
# fullwidth/height -- 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 |
|
|
|
| 12 |
|
|
fullscreen=false
|
| 13 |
|
|
fulldouble=false
|
| 14 |
|
|
fullfixed=false
|
| 15 |
|
|
fullwidth=0
|
| 16 |
|
|
fullheight=0
|
| 17 |
|
|
output=surface
|
| 18 |
|
|
hwscale=1.00
|
| 19 |
|
|
autolock=true
|
| 20 |
|
|
sensitivity=100
|
| 21 |
|
|
waitonerror=true
|
| 22 |
|
|
|
| 23 |
|
|
[dosbox]
|
| 24 |
|
|
# language -- Select another language file.
|
| 25 |
|
|
# memsize -- Amount of memory dosbox has in megabytes.
|
| 26 |
|
|
# machine -- The type of machine tries to emulate:auto,hercules,cga,tandy,vga.
|
| 27 |
|
|
# Try a specific type if your game has problems with auto.
|
| 28 |
|
|
|
| 29 |
|
|
language=
|
| 30 |
|
|
machine=auto
|
| 31 |
|
|
memsize=16
|
| 32 |
|
|
|
| 33 |
|
|
[render]
|
| 34 |
|
|
# frameskip -- How many frames dosbox skips before drawing one.
|
| 35 |
|
|
# snapdir -- Directory where screenshots get saved.
|
| 36 |
|
|
# aspect -- Do aspect correction.
|
| 37 |
|
|
# scaler -- Scaler used to enlarge/enhance low resolution modes.
|
| 38 |
|
|
# Supported are none,normal2x,advmame2x
|
| 39 |
|
|
|
| 40 |
|
|
frameskip=0
|
| 41 |
|
|
snapdir=snaps
|
| 42 |
|
|
aspect=false
|
| 43 |
|
|
scaler=normal2x
|
| 44 |
|
|
|
| 45 |
|
|
[cpu]
|
| 46 |
|
|
# core -- CPU Core used in emulation: normal,full,dynamic.
|
| 47 |
|
|
# cycles -- Amount of instructions dosbox tries to emulate each millisecond.
|
| 48 |
|
|
# Setting this higher than your machine can handle is bad!
|
| 49 |
|
|
# cycleup -- Amount of cycles to increase/decrease with keycombo.
|
| 50 |
|
|
# cycledown Setting it lower than 100 will be a percentage.
|
| 51 |
|
|
|
| 52 |
|
|
core=normal
|
| 53 |
|
|
cycles=10000
|
| 54 |
|
|
cycleup=500
|
| 55 |
|
|
cycledown=20
|
| 56 |
|
|
|
| 57 |
|
|
[mixer]
|
| 58 |
|
|
# nosound -- Enable silent mode, sound is still emulated though.
|
| 59 |
|
|
# rate -- Mixer sample rate, setting any devices higher than this will
|
| 60 |
|
|
# probably lower their sound quality.
|
| 61 |
|
|
# blocksize -- Mixer block size, larger blocks might help sound stuttering
|
| 62 |
|
|
# but sound will also be more lagged.
|
| 63 |
|
|
# wavedir -- Directory where saved sound output goes when you use the
|
| 64 |
|
|
# sound record key-combination, check README file.
|
| 65 |
|
|
|
| 66 |
|
|
nosound=true
|
| 67 |
|
|
rate=22050
|
| 68 |
|
|
blocksize=2048
|
| 69 |
|
|
wavedir=waves
|
| 70 |
|
|
|
| 71 |
|
|
[midi]
|
| 72 |
|
|
# mpu401 -- Enable MPU-401 Emulation.
|
| 73 |
|
|
# device -- Device that will receive the MIDI data from MPU-401.
|
| 74 |
|
|
# This can be default,alsa,oss,win32,coreaudio,none.
|
| 75 |
|
|
# config -- Special configuration options for the device.
|
| 76 |
|
|
|
| 77 |
|
|
mpu401=false
|
| 78 |
|
|
device=default
|
| 79 |
|
|
config=
|
| 80 |
|
|
|
| 81 |
|
|
[sblaster]
|
| 82 |
|
|
# sblaster -- Enable the soundblaster emulation.
|
| 83 |
|
|
# base,irq,dma -- The IO/IRQ/DMA address of the soundblaster.
|
| 84 |
|
|
# sbrate -- Sample rate of soundblaster emulation.
|
| 85 |
|
|
# adlib -- Enable the adlib emulation.
|
| 86 |
|
|
# adlibrate -- Sample rate of adlib emulation.
|
| 87 |
|
|
# cms -- Enable the Creative Music System/Gameblaster emulation.
|
| 88 |
|
|
# Enabling both the adlib and cms might give conflicts!
|
| 89 |
|
|
# cmsrate -- Sample rate of cms emulation.
|
| 90 |
|
|
|
| 91 |
|
|
sblaster=false
|
| 92 |
|
|
base=220
|
| 93 |
|
|
irq=7
|
| 94 |
|
|
dma=1
|
| 95 |
|
|
sbrate=22050
|
| 96 |
|
|
adlib=true
|
| 97 |
|
|
adlibrate=22050
|
| 98 |
|
|
adlibmode=adlib
|
| 99 |
|
|
cms=false
|
| 100 |
|
|
cmsrate=22050
|
| 101 |
|
|
|
| 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 |
|
|
|
| 112 |
|
|
gus=false
|
| 113 |
|
|
rate=22050
|
| 114 |
|
|
base=240
|
| 115 |
|
|
irq1=5
|
| 116 |
|
|
irq2=5
|
| 117 |
|
|
dma1=3
|
| 118 |
|
|
dma2=3
|
| 119 |
|
|
ultradir=C:\ULTRASND
|
| 120 |
|
|
|
| 121 |
|
|
[speaker]
|
| 122 |
|
|
# pcspeaker -- Enable PC-Speaker emulation.
|
| 123 |
|
|
# pcrate -- Sample rate of the PC-Speaker sound generation.
|
| 124 |
|
|
# tandy -- Enable Tandy 3-Voice emulation.
|
| 125 |
|
|
# tandyrate -- Sample rate of the Tandy 3-Voice generation.
|
| 126 |
|
|
# disney -- Enable Disney Sound Source emulation.
|
| 127 |
|
|
|
| 128 |
|
|
pcspeaker=false
|
| 129 |
|
|
pcrate=22050
|
| 130 |
|
|
tandy=true
|
| 131 |
|
|
tandyrate=22050
|
| 132 |
|
|
disney=true
|
| 133 |
|
|
|
| 134 |
|
|
[bios]
|
| 135 |
|
|
# Nothing to setup yet!
|
| 136 |
|
|
|
| 137 |
|
|
|
| 138 |
|
|
[dos]
|
| 139 |
|
|
# xms -- Enable XMS support.
|
| 140 |
|
|
# ems -- Enable EMS support.
|
| 141 |
|
|
|
| 142 |
|
|
xms=true
|
| 143 |
|
|
ems=true
|
| 144 |
|
|
|
| 145 |
|
|
[modem]
|
| 146 |
|
|
# modem -- Enable virtual modem emulation.
|
| 147 |
|
|
# comport -- COM Port modem is connected to.
|
| 148 |
|
|
# listenport -- TCP Port the momdem listens on for incoming connections.
|
| 149 |
|
|
|
| 150 |
|
|
modem=false
|
| 151 |
|
|
comport=2
|
| 152 |
|
|
listenport=23
|
| 153 |
|
|
|
| 154 |
|
|
[autoexec]
|
| 155 |
|
|
# Lines in this section will be run at startup.
|
| 156 |
|
|
mount c /scratch/ghutchis/tv80/tests/tvs80
|
| 157 |
|
|
c:
|
| 158 |
|
|
as80 -s2 -x3 -l tvs80tst
|
| 159 |
|
|
exit
|
| 160 |
|
|
|