半肾
精华
|
战斗力 鹅
|
回帖 0
注册时间 2008-2-22
|
fullscreen=ture
fulldouble=false
fullfixed=ture full
resolution=640x480
output=surface
hwscale=1.00
autolock=true
sensitivity=100
waitonerror=true
priority=highest,normal mapperfile=mapper.txt
[dosbox] language=
machine=vga
captures=capture
memsize=16
[render]
frameskip=0
aspect=false
scaler=advinterp2x
不过lz是初级用户么?dosbox下的什么版本,原版挂载什么的都要自己写的
http://pcnoproblem.twbbs.org/dosbox/
http://www.sierrahelp.com/Utilit ... BoxGuide-Mount.html
You can automatically have your drives mounted every time you start DOSBox by adding mount commands to the [autoexec] section of the dosbox.conf file. Open the dosbox.conf file in Notepad and scroll to the [autoexec] section at the bottom. Copy the above commands here. Example:
[autoexec]
# Lines in this section will be run at startup.
mount c c:\\games
mount d d:\\ -t cdrom -ioctl
will automatically mount a c:\\games folder as the C: drive and drive D: as a CD-ROM drive everytime that DOSBox is started.
这段比较有用,写到dosbox.conf里就省事了
c:\\games 代表你的游戏实际安装路径
d:\\ -t cdrom -ioctl 则是挂载光驱,不过你应该用不到 |
|