dosbox配置文件如下,这些需要写入到magic dosbox的高级设置里面,具体下一层我放截图。
其中windows95.img的路径可能需要被修改,就看你自己把它放到了什么位置你就怎么改吧。实在不想改就丢到下面的位置,也就是sdcard下面dos文件夹内,自己新建这个文件夹就好。
/sdcard/dos/windows95.img
[dosbox]
memsize=64
#vmemsize=2
#vmemsizekb=0
machine=svga_s3
[render]
aspect=false
frameskip=0
[cpu]
core=dynamic
cputype=pentium
cycles=max
cycleup=500
cycledown=500
[speaker]
pcspeaker=false
pcrate=22050
tandy=off
tandyrate=22050
disney=false
[midi]
mpu401=none
[gus]
gus=false
[sblaster]
sbtype=sb16
mixer=true
oplmode=auto
oplemu=default
oplrate=22050
[mixer]
prebuffer=20
rate=22050
blocksize=1024
[ipx]
ipx=false
[serial]
serial1=disabled
serial2=disabled
serial3=disabled
serial4=disabled
[dos]
xms=true
ems=true
umb=true
[joystick]
joysticktype=none
[autoexec]
@Echo Off
imgmount 2 /sdcard/dos/windows95.img -size 512,63,16,853 -t hdd -fs none
boot -l c
exit