Here's the config I used (I have DosBox running on my compact flash card, but running it on an SD card shouldn't make a difference I wouldn't think...) You'll notice that I have fullresolution set to 320x240. I did that to make sure it worked, and it seems to.
|
Code:
|
[sdl]
fullscreen=false
fulldouble=false
fullfixed=false
fullresolution=320x240
output=surface
hwscale=1.00
autolock=true
sensitivity=200
mapperfile=mapper.conf
[dosbox]
language=
captures=capture
memsize=4
[render]
frameskip=1
aspect=false
scaler=none
[cpu]
cycles=9000
cycleup=100
cycledown=50
[dos]
# xms -- Enable XMS support.
# ems -- Enable EMS support.
xms=true
ems=true
[autoexec]
mount c "/CF Card/pDOSBox0.63-p1/DosPrograms"
mount d "/CF Card"
Mount e "/" |
If you still can't get it to work, try unmounting all drives and then run it. You don't have to have a mounted drive in order to get it to work if I remember right (you can mount the drives manually by typing 'mount' when it's running). It didn't work for me on the first try either, so I had to remove the mounted drives at first.