Created
October 14, 2024 14:28
-
-
Save eduo/2539a7086c5a20f8ac449e977a092f6c to your computer and use it in GitHub Desktop.
stonekeep dospad.cfg idos dosbox.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[dosbox] | |
memsize=16 | |
[sblaster] | |
sbtype=sb16 | |
sbbase=220 | |
irq=7 | |
dma=1 | |
hdma=5 | |
sbmixer=true | |
oplmode=opl3 | |
oplemu=nuked | |
oplrate=49716 | |
[cpu] | |
# Try core=dynamic to improvement performance | |
# however, it doesn't always work. | |
# so we are using simple core by default | |
core=simple | |
[midi] | |
mididevice=coremidi | |
fluid.soundfont=.\mt32\SoundCanvas.sf2 | |
fluid.gain=.3 | |
mt32.romdir=.\mt32 | |
[gus] | |
gus=false | |
gusrate=44100 | |
gusbase=240 | |
gusirq=5 | |
gusdma=3 | |
ultradir=C:\ULTRASND | |
[speaker] | |
#pcspeaker=false | |
[render] | |
# we are using faster scale outside dosbox | |
scaler=none | |
[joystick] | |
joysticktype=2axis | |
[gamepad.keybinding] | |
button0=CTRL,CTRL | |
button1=ALT,ALT | |
button2=SPC,SPACE | |
button3=ENTR,ENTER | |
button4=ESC,ESC | |
button5=F1,F1 | |
[autoexec] | |
[dos] | |
xms=true | |
ems=true | |
umb=true | |
keyboardlayout=auto | |
[ipx] | |
ipx=false | |
[pci] | |
[autoexec] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment