dosbox怎么用debug翻页

怎么用DOSBox兼容
怎么用DOSBox兼容 10
求怎么玩暗棋圣手啊,说是兼容不对,怎么弄啊,什么DOS来着,怎么弄啊
dosbox命令、参数、配置文件详解
按语:我们希望有一天,DOSbox实际上可以不断地运行所有为PC而设计的程序...目前,DOSbox在高端机器上的运行程度粗略地说和486的低端机器几乎相同。考虑到更复杂和将来的计划0.60版增加了支持“保护模式”,但这个支持还处于早期发展,远没有达到对386实模式支持一般完整。此外要注意想要流畅运行“保护模式”需要更快的处理器和耗费更加多的系统资源。
dosbox程序参数用法:(可用在程序快捷方式后)dosbox [name] [-exit] [-c command] [-fullscreen] [-conf congfigfile] [-lang languagefile] [-machine machinetype] [-noconsole]
Name:如果“Name”是个目录,那么它将安装在C盘同名目录;如果“Name”是个可执行文件,那么它将安装在c盘同名目录下并且执行文件
Exit:DOSbox将在执行文件后退出
-C command:在运行“Name”之前运行指定命令;可以指定多命令,但是每条命令应从-C开始
-Fullscreen:全屏运行
-conf configfile:Start dosbox with the options specified in &configfile&.开始DOSbox于选项指定结构
-lang languagefile:Start dosbox using the language string specified in &languagefile&.运行指定“命令文件”的命令串
-noconsole (Windows Only):Start dosbox without showing the console window, output will be redirected to stdout.txt and stderr.txt运行而不显示控制台窗口,输出将被更改到 stdout.txt 和 stderr.txt
-machine machinetype:Setup dosbox to emulate a specific type of machine. Valid choices are:auto,hercules,cga,tandy,vga.设置DOSbox模拟一台特殊类型的机器。有效选择为auto,hercules,cga,tandy,vga
注意:如果一条name/command/configfile/languagefile含有空格,将整个name/command/configfile/languagefile至于引用之间
例如:
dosbox c:\atlantis\atlantis.exe -c &MOUNT D C:\SAVES&This would mount c:\atlantis as c:\ and run atlantis.exe.这个会设置c:\atlatis做为c:\运行atlantis.exeBefore it does that it would first mount C:\SAVES as the D drive.在做以上操作之前,它首先会设置c:\saves做为D盘In Windows you can also drag directories/files onto the dosbox executable.在Windows下你一样可以在dosbox上执行文件拖曳
内部程序:
DOSbox支持所有在里面可以找到的命令。下面的命令就是可运行的:MOUNT &Emulated Drive letter& &Real Drive or Directory& [-t type] [-aspi] [-ioctl] [-usecd number] [-size drivesize] [-label drivelabel]MOUNT -cd程序安装如同DOSbox内的驱动盘一样的本地驱动盘
&Emulated Drive letter&被模拟的驱动器名The driveletter inside dosbox (eg. C)在dosbox里的驱动名.
&Real Drive letter or Directory&真实的驱动器名或文件夹The local directory you want to have inside dosbox.你想要在dosbox里有的本地驱动器(Under Win32 usually the same as &Emulated Drive letter&.在win32下一般和被模拟的驱动器名一致For Example: mount c c:\ )
t typeType of the mounted directory. Supported are: dir (standard), floppy, cdrom.显示设置的目录。可以支持:dir(标准),floppy,cd-rom
-size drivesizeSets the size of the drive.设置驱动器大小
-label drivelabel 标识驱动器卷标Sets the name of the drive to &drivelabel&. 设置驱动器的名字到“卷标”Needed on some systems if the cd label isn't read correctly. 在一些不能正确识别CD卷标的系统上需要Useful when a program can't find its cdrom 在一个系统不能找到cd-rom 时候使用
-aspiForces to use the aspi layer. 强制使用aspi层Only valid if mounting a cdrom under Windows systems with an ASPI-Layer.仅在当Windows系统有一个ASPI-层设置为cd-rom时候有效
-ioctl Forces to use ioctl commands. 强制使用ioctl命令。Only valid if mounting a cdrom under windows which support them (Win2000/XP/NT).仅在当windows支持下如同(2k/xp/nt)时候才有效
-usecd numberForces to use SDL cdrom support for drive number.强制使用SDL CDROM支持驱动器编号Number can be found by -cd. 编号可以在-cd中被找到Valid on all systems.所以系统有效
-cdDisplays all detected cdrom drives and their numbers. Use with -usecd.显示所有检测到的cd-rom和他们的编号。和usecd一同使用
注意: It's possible to mount a local directory as cdrom drive.它能够设置一个本地驱动器为一个cdrom驱动器 Hardware support is then missing.硬件支持随后会消失
Basically, MOUNT allows you to connect real hardware to DOSBox's &emulated&PC. So MOUNT C C:\ tells DOSBox to use your real C: drive as drive C: inDosBox. It also allows you to change the drive's letter identification forprograms that demand specific drive letters.基本上,设置允许你连接真实的硬件到DOSbox的被模拟PC上。所以mountc c:\告诉DOSbox使用你真正的c盘到DOSbox下的c盘。它一样允许你为系统要求的特殊盘符而改变驱动器名
For example: Touche: Adventures of The Fifth Musketeer must be run on your C:drive. Using DOSBox and it's mount command, you can trick into thinking itis on C drive while placing it where you want it. For example, if the gamewere in D:\TOUCHE, you can use the command MOUNT C D:\ would allow you torun Touche from the D drive.例如:感受一下:《三剑客》必须在你的c盘上运行。使用Dosbox和它的设置命令,你可以将它从c盘移动到你想要的硬盘上去。例如,如果游戏在d:\touche,你可以使用命令mount c d:\ 将会允许你在d盘上运行Touche
General MOUNT Examples:通常设置的例子1. To mount c:\floppy as a floppy : 设置 c:\floppy为软驱mount a c:\floppy -t floppy2. To mount system cdrom drive E as cdrom drive D in dosbox:设置系统光驱E为dosbox光驱Dmount d e:\ -t cdrom3. To mount system cdrom drive at mountpoint /media/cdrom as cdrom drive D in dosbox:这句没看懂~ mount d /media/cdrom -t cdrom -usecd 04. To mount a drive with 870 mb free diskspace (rarely needed! experts only):设置一个871M空闲的磁盘空间(很少使用!仅对专家)mount c d:\ -size 13,17005. To mount /home/dos/dosgames as drive C in DOSBox:设置/home/dos/dosgames映射到dosbox下磁盘Cmount c /home/dos/dosgames
MEMProgram to display the amount of free memory.显示空闲内存总数
CONFIG [-writeconf] [-writelang] localfileWrite the current configuration or language settings to file.将当前指令集或命令设置写入文件&localfile& is located on the local drive !!! 当前文件是当前驱动器显示的文件
Example:To create a configfile in your current directory:在你当前目录创建一个指令文件config -writeconf dosbox.conf
LOADFIX [-size] [program] [program-parameters]LOADFIX -fProgram to &eat up& memory. 程序占用内存Useful for old programs which don't expect much memory to be free.使用于老的那些不会需要很多内存空间的程序-size number of kb to &eat up&, default = 64kb占用的kb数量,默认=64kb
-ffrees all previously allocated memory释放先前占用的所有内存
Examples:1. To start mm2.exe and allocate 64kb memory :运行mm2.exe并占用64kb内存(内存占用为默认)loadfix mm22. To start mm2.exe and allocate 32kb memory :运行mm2.exe并占用32kb内存loadfix -32 mm23. To free previous allocated memory :释放占用的内存loadfix -f
For more information use the /? command line switch with the programs.需要更多信息,用/?命令开启程序
=============Special Keys:特殊键=============
ALT-ENTER Go full screen and back.全屏和恢复CTRL-F5 Save a screenshot.存储光标CTRL-F6 Start/Stop recording sound output to a wave file.开始/停止记录声音输出到声音文件CTRL-F7 Decrease frameskip.减少跳帧CTRL-F8 Increase frameskip.增加跳帧CTRL-F9 Kill dosbox.结束dosboxCTRL-F10 Capture/Release the mouse.捕获/释放鼠标CTRL-F11 Slow down emulation (Decrease DOSBox Cycles).减慢模拟(降低dosbox周期)CTRL-F12 Speed up emulation (Increase DOSox Cycles).加速模拟(增加dosbox周期)
NOTE: Once you increase your DOSBox cycles beyond your computer's maximumcapacity, it will produce the same effect as slowing down the emulation.This maximum will vary from computer to computer, there is no standard.注意:当你增加dosbox周期超过你机器的最大负载,产生的效果如同降低模拟一样最大负载视机器而异,没有固定标准
的感言:谢了啊,虽然没太懂{我是编程白痴}不过也行
等待您来回答
操作系统领域专家dosbox怎么用 急!_百度知道
提问者采纳
运行 DOSBox,会打开DOS 窗口,在窗口中键入mount c h:\pal此命令的作用为将 h:\pal 挂载为 C 盘,h:\pal 为游戏所在目录。键入 c: 进入 C 盘,键入 pal.exe 即可进入游戏 也可将游戏的可执行程序直接拖到 DOXbox 的快捷方式上面,就可以无需输入任何命令直接运行
楼主说的是DOSboxPSP这款模拟器吧. 该模拟器可以运行,等DOS游戏,虽然画面简陋,但是在PSP上温习曾经的大作也是令人怀念啊.
闲话不多说哦,
说正题.首先楼主要下载游戏的原版文件,然后拷贝到记忆棒内,再修改dosbox.conf文件让游戏可以自动运行,否则还需要输入复杂的命令,不过现在网上已经有很多做好的游戏包.游戏运行时,用PSP的滑杆控制光标移动,L,R键相当于...
其他类似问题
dosbox的相关知识
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁dosbox怎么修改方向键键位
dosbox怎么修改方向键键位
- 把Dosbox_psp and Dosbox_psp%放到GAME150目录- 在游戏里如果要用MOUSE的话,就用那个类似小遥杆- DOS游戏大家自备-输入需要组合键具体参看Tools_Keys里面的图片(例如:要输入“:”是按住△,然后按一下shift键(上方向),全放开,然后再按一下左方向)关于按键:  按住上方向+X 就可以把游戏中需要的方向键用PSP的方向键来操作,再按一次就可以换回原来的功能。游戏中,要让人走必须按两下方向键, 在菜单里按一下就好。长按SELECT就可调出菜单了,按囗键是取消,X 键是确定。关于目录:  在Dosbox_PSP内有dosbox.conf文件(用记事本打开),这个文件最下边ms0:/psp这一段就表示在DOS下的C盘根目录就是PSP文件夹,这个目录是可以修改的,请玩家自行修改为游戏存放目录。(比如将炎龙骑士团的文件(fd)放在DOSBOX_PSP里,运行目录就是ms0:\psp\game(自定义)\dosbox_psp\fd)实例运行说明启动程序(PSP-DEV)在字符界面下(DOS)输入“C:”然后回车输入方法C 依次输入□、○: 同时按住△+↑,然后放开,按←回车 START接下去输入“PAL”然后回车输入方法p 依次输入□、→a 依次输入△、○l 依次输入→、↑回车 START游戏中操作:人物移动 先按↑+X,令PSP方向键等于键盘方向键对话 X现在的DOSBOX还不完善,音乐,运行的速度都很慢,所以我们只是看到了一个运行平台在PSP上再次重生,但是要完美还是需要一段时间的等待
等待您来回答
软件领域专家DOSBOX如何安装DOS游戏_百度知道
DOSBOX如何安装DOS游戏
我有更好的答案
按默认排序
将游戏的可执行程序直接拖到 DOXbox 的快捷方式上面,就可以无需输入任何命令直接运行DOSBox软件是当前在 Windows 系统运行 DOS 游戏的较为完美的解决方案,该软件不仅能支持相当多的游戏实现正常运行,而且能将声音完美表现出来
其他类似问题
dosbox的相关知识
您可能关注的推广回答者:
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁

我要回帖

更多关于 dosbox debug 的文章

 

随机推荐