标题: DOSBOX PSP版怎样启用?我是3.71 M33-4的系统?
性别:男-离线 追月流星

Rank: 5Rank: 5
组别 士兵
级别 安国将军
功绩 9
帖子 876
编号 49929
注册 2005-9-28
来自 烟雨江南


发表于 2008-4-2 00:46 资料 个人空间 短消息 只看该作者
DOSBOX PSP版怎样启用?我是3.71 M33-4的系统?

DOSBOX PSP版怎样启用?我是3.71 M33-4的系统?


顶部
性别:女-离线 朱红泪
(Celeste)

越国公主宁海军节度使
★★

Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15
柱国(正二品) 轩辕春秋年度最佳(游戏人生区)
组别 佩剑郡主
级别 平东将军
好贴 1
功绩 949
帖子 2467
编号 65186
注册 2006-3-26
来自 平行世界
家族 轩辕少林寺


发表于 2008-4-2 08:04 资料 个人空间 短消息 只看该作者
将压缩包解压,拷贝“DosBox”文件夹(整个文件夹,不是里面的子目录哦)到PSP记忆棒中的“PSP\GAME”就可以了

本帖最近评分记录
kenan 2008-4-2 08:26 +20 好帖奖励


顶部
性别:男-离线 追月流星

Rank: 5Rank: 5
组别 士兵
级别 安国将军
功绩 9
帖子 876
编号 49929
注册 2005-9-28
来自 烟雨江南


发表于 2008-4-2 13:28 资料 个人空间 短消息 只看该作者
文件大小是多少?我下载后解压的怎么是Dosbox_PSP和Dosbox_PSP%两个文件夹?而且上面说解压到GAME150,我解压了根本运行不了,是不是什么设置不对?

[ 本帖最后由 追月流星 于 2008-4-2 13:34 编辑 ]
顶部
性别:女-离线 朱红泪
(Celeste)

越国公主宁海军节度使
★★

Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15
柱国(正二品) 轩辕春秋年度最佳(游戏人生区)
组别 佩剑郡主
级别 平东将军
好贴 1
功绩 949
帖子 2467
编号 65186
注册 2006-3-26
来自 平行世界
家族 轩辕少林寺


发表于 2008-4-2 22:58 资料 个人空间 短消息 只看该作者
其实,万事不决问百度,刚才替你查了一下
-------------------------------------分割线-----------------------------------
注意:只适用于3.03OE以上的自制系统,官方系统不可用。

首先下载解压PSP版的DOSBOX,得到“%_SCE_DOSBOX_”和“_SCE_DOSBOX_”两个文件夹,并在文件夹中找到dosbox的配置文件:dosbox.conf,你可以修改这个文件以设置dosbox的运行参数,获得最佳的游戏效果。不过,据我所知,PSP模拟DOS的效果差强人意,如果您有电脑的话,还是推荐您用PC版的DOSBOX。当然,如果你执意要在PSP上玩DOS(就像好多PPCer非要在PPC上玩DOS一样),那么请继续往下读。

先来看一下Dosbox.conf的内容,以便帮助你更好地设置,获得最佳的游戏性。当然,你也可以直接跳过这一步,看看你的DOS游戏具体的运行情况如何,如果默认就能流畅运行,那就不必修改配置文件,不然,还是研究研究这个文件吧。

[sdl]
# fullscreen -- Start dosbox directly in fullscreen.
# 全屏启动dosbox

# autolock -- Mouse will automatically lock, if you click on the screen.
#如果你在屏幕上点一下,鼠标将会自动锁住

# sensitiviy -- Mouse sensitivity.
#鼠标敏感度

# waitonerror -- Wait before closing the console if dosbox has an error.
#如果dosbox错误,在关闭控制台之前等待

fullscreen=true
autolock=true
sensitivity=100
waitonerror=true

[dosbox]
# language -- Select another language file.
#选择另一种语言

# memsize -- Amount of memory dosbox has in megabytes.
# dosbox内存大小 百万字节(M为单位

language=
memsize=16

[render]
# frameskip -- How many frames dosbox skips before drawing one.
#在绘图前dosbox跳多少帧

# snapdir -- Directory where screenshots get saved.
#屏幕截图保存的目录

# scaler -- Scaler used to enlarge/enhance low resolution modes.
#扩大/提高低分辨率缩放模式

# Supported are none,normal2x,advmame2x
frameskip=0
snapdir=snaps
scaler=normal2x

[cpu]
# cycles -- Amount of instructions dosbox tries to emulate each millsecond.
#dosbox尝试每豪秒仿真的指令数量

# Setting this higher than your machine can handle is bad!
#设置此项高过于你的CPU处理能力是不行的

cycles=1800

[mixer]
# nosound -- Enable silent mode, sound is still emulated though.
#启动静音模式,声音仍然在仿真!

# rate -- Mixer sample rate, setting any devices higher than this will
#probably lower their sound quality.
#混合器采样率,设置过高或许会降低声音的质量

# blocksize -- Mixer block size, larger blocks might help sound stuttering
#but sound will also be more lagged.
#混合器区块大小,较大的区块大小也许能解决声音停顿,但是也会更加滞后

# wavedir -- Directory where saved sound output goes when you use the
#sound record key-combination, check README file.
#当你使用组合键录音时录音保存的目录,请阅读README.txt文件

nosound=false
rate=22050
blocksize=2048
wavedir=waves

[midi]
# mpu401 -- Enable MPU-401 Emulation.
#开启MPU-401模拟

# device -- Device that will receive the MIDI data from MPU-401.
#所选装置将会从MPU-401接收MIDI数据

# This can be default,alsa,oss,win32,coreaudio,none.
#可以设置default,alsa,oss,win32,coreaudio,none几个值

# config -- Special configuration options for the device.
#装置特别配置选项

mpu401=true
device=default
config=

[sblaster]
# sblaster -- Enable the soundblaster emulation.
#开启soundblaster模拟

# base,irq,dma -- The IO/IRQ/DMA address of the soundblaster.
#soundblaster的IO/IRQ/DMA地址

# sbrate -- Sample rate of soundblaster emulation.
#soundblaster模拟采样率

# adlib -- Enable the adlib emulation.
#开启adlib模拟

# adlibrate -- Sample rate of adlib emulation.
#adlib模拟采样率

# cms -- Enable the Creative Music System/Gameblaster emulation.
#启动CMS/Gameblaster 模拟

# Enabling both the adlib and cms might give conflicts!
#同时开启adlib和cms有可能产生冲突!

# cmsrate -- Sample rate of cms emulation.
#CMS模拟采样率

sblaster=true
base=220
irq=7
dma=1
sbrate=22050
adlib=true
adlibrate=22050
cms=false
cmsrate=22050

[speaker]
# pcspeaker -- Enable PC-Speaker emulation.
#开启PC喇叭模拟

# pcrate -- Sample rate of the PC-Speaker sound generation.
#PC喇叭采样率

# tandy -- Enable Tandy 3-Voice emulation.
#开启Tandy公司的3-Voice模拟

# tandyrate -- Sample rate of the Tandy 3-Voice generation.
#Tandy公司3-Voice采样率

# disney -- Enable Disney Sound Source emulation.
#开启disney音源模拟

pcspeaker=true
pcrate=22050
tandy=true
tandyrate=22050
disney=true

[bios]
# Nothing to setup yet!
#无任何设置

[dos]
# xms -- Enable XMS support.启用XMS支持
# ems -- Enable EMS support.启用EMS支持

# dpmi -- Enable builtin DPMI host support.
#启用建立DPMI主机支持
# This might help in getting some games to work, but might crash others.
#这可能对一些游戏运行有利,但是其它一些游戏有可能导致PSP当机。
# So be sure to try both settings.
#试着设定TURE和FALSE来确定吧

xms=true
ems=true
dpmi=true

[modem]
# modem -- Enable virtual modem emulation.
#开启虚拟调制解调器模拟

# comport -- COM Port modem is connected to.
#modem连接的COM端口

# listenport -- TCP Port the momdem listens on for incoming connections.
#
modem=true
comport=2
listenport=23

[autoexec]
# Lines in this section will be run at startup.
#这一段将会在启动dosbox时运行(注:DOS游戏存放目录,可自由更改)

mount c ms0:/psp/GAME150/pal/
SYSOPT clock 333 (注释:这个设置PSP时钟频率为333MHz运行)
c:
play.bat





将DOS游戏的文件夹拷贝到PSP记忆棒的任意目录,比如我们要玩《仙剑奇侠传》,那么就可以将仙剑的文件夹pal拷贝至任意目录。然后在dosbox.conf文件中的[autoexec]部分通过mount命令将其装载到C盘。具体方法请参看上面的[autoexec]部分。

接下来,在《仙剑》文件夹下新建一个play.bat文件,并输入下面的内容:

@ECHO OFF
INPUTMAP up up <--- 将键盘↑ Map 做 PSP 的 上
INPUTMAP right right <--- 将键盘 → Map 做 PSP 的 右
INPUTMAP down down <--- 将键盘 ↓ Map 做 PSP 的 下
INPUTMAP left left <--- 将键盘 ← Map 做 PSP的 左
INPUTMAP triangle a <--- 将键盘 a 键 Map 做 PSP的 △
INPUTMAP square d <--- 将键盘 d 键 Map 做 PSP的 口
INPUTMAP cross lalt <--- 将键盘 ESC 键 Map 做 PSP的X
INPUTMAP circle lctrl <--- 将键盘 左Ctrl 键 Map 做 PSP的O
INPUTMAP start enter <--- 将键盘 enter 键 Map 做 PSP的start
INPUTMAP select esc <--- 将键盘 ESC 键 Map 做 PSP的select
SYSOPT clock 333
INPUTMAP exec pal <--- 执行游戏的exe文件

然后将PSP版DOSBOX解压后得到的两个文件夹拷贝到Game150或game文件夹下面。

在PSP的游戏菜单中选择dosbox,dosbox启动后就会自动运行仙剑了。

本帖最近评分记录
kenan 2008-4-3 08:28 +30 热心奖励
顶部

正在浏览此帖的会员 - 共 1 人在线




当前时区 GMT+8, 现在时间是 2025-2-16 22:40
京ICP备2023018092号 轩辕春秋 2003-2023 www.xycq.org.cn

Powered by Discuz! 5.0.0 2001-2006 Comsenz Inc.
Processed in 0.013427 second(s), 11 queries , Gzip enabled

清除 Cookies - 联系我们 - 轩辕春秋 - Archiver - WAP