KAGOME 发表于 2006-5-12 21:39:29

大家帮帮忙啊~(PCE模拟器的)

2016-8-12 03:31 编辑 <br /><br />偶用的是98系统
虚拟光驱盘符是E:
加载镜像Akumajou Dracula X Chi no Rondo (J).cue后
进入 MagicEngine --》BOOT CD 然后MAGIC SYSTEM1.0 2.0 3.0....都显示NO CD
怎么办啊,各位大大帮帮忙啊

KAGOME 发表于 2006-5-12 21:40:26

2016-8-12 03:31 编辑 <br /><br />贴个PCE文本文件内容:
# ----
# emulation settings
# ----

;
; soft reset (RUN + SELECT)
; --
; &nbsp; y -&gt; enabled
; &nbsp; n -&gt; disabled
;
soft_reset=y
# ----
# sound settings
# ----
#

;
; sound
; --
; &nbsp; y -&gt; enabled
; &nbsp; n -&gt; disabled
;
sound=y
;
; frequency
; --
; &nbsp; set sound frequency (8000 - 48000)
;
frequency=44100
;
; 16-bit
; --
; &nbsp; y -&gt; enabled
; &nbsp; n -&gt; disabled [ 8-bit]
;
16bit=y
;
; stereo
; --
; &nbsp; y -&gt; enabled
; &nbsp; n -&gt; disabled
;
stereo=y
;
; interpolation
; --
; &nbsp; y -&gt; enabled
; &nbsp; n -&gt; disabled
;
interpolation=n
;
; delay
; --
; &nbsp; adjust sound DMA delay (2 - 30), in 1/60th of second
; &nbsp; (best delay is auto detected by default)
;
delay=
;
; CD-ROM audio input line
; --
; &nbsp; 0 -&gt; firstaudio input line
; &nbsp; 1 -&gt; second audio input line
; &nbsp; ...
;
; &nbsp; (see the log.txt file to find out what are the line numbers)
;
cd_audio_input_line=
;
; master audio volume
; --
; &nbsp; 0-100
;
master_audio_volume=
;
; fx audio volume
; --
; &nbsp; 0-100
;
fx_audio_volume=
;
; cd audio volume
; --
; &nbsp; 0-100
;
cd_audio_volume=
# ----
# video settings
# ----
#

;
; windowed mode
; --
: select windowed mode at startup
;
; &nbsp; y -&gt; windowed
; &nbsp; n -&gt; fullscreen
;
windowed=
;
; display size
; --
: select display size at startup
;
; &nbsp; 0 -&gt; 1x1 zoom
; &nbsp; 1 -&gt; 2x2 zoom
;
size=1
;
; display zoom
; --
; &nbsp; 0 -&gt; software
; &nbsp; 1 -&gt; hardware
;
zoom=1
;
; auto frame skip
; --
; &nbsp; y -&gt; enabled
; &nbsp; n -&gt; disabled
;
auto_frame_skip=n
;
; video sync
; --
; &nbsp; y -&gt; enabled
; &nbsp; n -&gt; disabled
;
vsync=n
;
; screen resolutions
; --
; &nbsp; custom screen resolutions to be used for the different
; &nbsp; PC-Engine video modes (256x224, 320x224, and 352x224)
;
; &nbsp; (by default a resolution of 640x480 is used for all the
; &nbsp;video modes)
;
res_256=640,480
res_320=640,480
res_352=640,480
;
; auto screen resolution lock
; --
; &nbsp; enable/disable auto screen resolution locking
; &nbsp; for games that change resolution often like
; &nbsp; Military Madness
;
; &nbsp; y -&gt; auto lock &nbsp;&nbsp;&nbsp;
; &nbsp; n -&gt; no resolution lock
;
res_lock=y
# ----
# TV mode settings
# ----

;
; tv_mode
; --
; &nbsp; y -&gt; start in TV mode
; &nbsp; n -&gt; start in normal mode
;
tv_mode=n
;
; wide screen
; --
; &nbsp; y -&gt; enabled
; &nbsp; n -&gt; disabled
;
wide=n
;
; horizontal interpolation
; --
; &nbsp; y -&gt; enabled
; &nbsp; n -&gt; disabled
;
interpolation=y
;
; scanlines:
; --
; &nbsp; 0 -&gt; 100% (black scanlines)
; &nbsp; 1 -&gt;75%
; &nbsp; 2 -&gt;50% &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
; &nbsp; 3 -&gt; &nbsp; 0% (no scanlines)
;
scanlines=2
;
; gamma correction:
; --
; &nbsp; adjust gamma level (0 - 5)
;
gamma=1
;
; brightness control:
; --
; &nbsp; adjust brightness (0 - 8)
;
brightness=1
# ----
# gamepad settings
# ----

;
; gamepad
; --
; &nbsp; y -&gt; enabled
; &nbsp; n -&gt; disabled
;
gamepad=y
;
; auto fire speed
; --
; &nbsp; 1 (fast) to 10 (slow)
;
auto_fire_speed=2
;
; auto calibration control
; --
; &nbsp; 50% (default) to 90%
;
auto_calibration=70
# ----
# keyboard settings
# ----

;
; type of keyboard
; --
; &nbsp; 0 -&gt; AZERTY
; &nbsp; 1 -&gt; QWERTY
; &nbsp; 2 -&gt; QWERTZ
;
type=1
;
; unlock numeric keypad
; --
; &nbsp; unlock numeric keypad keys 0 to 9, /, *, . and ENTER
;
; &nbsp; y -&gt; unlocked
; &nbsp; n -&gt; locked &nbsp;
;
numpad=n
;
; unlock numeric keys
; --
; &nbsp; unlock keys 0 to 9
;
; &nbsp; y -&gt; unlocked
; &nbsp; n -&gt; locked &nbsp;
;
numkeys=n
;
; unlock ctrl keys
; --
; &nbsp; unlock INS, DEL, HOME, END, PGUP, PGDOWN control keys
;
; &nbsp; y -&gt; unlocked
; &nbsp; n -&gt; locked &nbsp;
;
ctrlkeys=n
;
; ESC key mode
; --
; &nbsp; change ESC key function
;
; &nbsp; 0 -&gt; automatic mode :
; &nbsp;&nbsp;   --------------
; &nbsp;&nbsp;&nbsp;when the emulator is started from a shell or from a front-end
; &nbsp;&nbsp;&nbsp;program pressing ESC will exit the emulator, but when
; &nbsp;&nbsp;&nbsp;the emulator is started by double-clicking on its icon
; &nbsp;&nbsp;&nbsp;pressing ESC will open the menu screen
;
; &nbsp; 1 -&gt; GUI mode :
; &nbsp;&nbsp;   ---------
; &nbsp;&nbsp;&nbsp;pressing ESC will always open the menu screen
;
; &nbsp; 2 -&gt; exit mode :
; &nbsp;&nbsp;   ---------
; &nbsp;&nbsp;&nbsp;pressing ESC will always exit the emulator
;
esc_key_mode=0
;
; auto repeat delay
; --
; &nbsp; 1 (very fast) to 8 (slow)
;
auto_repeat_delay=2
;
; auto repeat rate
; --
; &nbsp; number of time the key is repeated per second (1 - 16)
;
auto_repeat_rate=9
# ----
# load menu settings
# ----

;
; drive list
; --
; &nbsp; list of disk drives displayed in the load menu
;
drive_list=CDEF
# ----
# misc. settings
# ----

;
; number of state file
; --
; &nbsp; 4 - 8
;
nb_state_file=4
;
; state file compression
; --
; &nbsp; y -&gt; enable
; &nbsp; n -&gt; disable
;
compress_state_file=y
;
; backup ram format
; --
; &nbsp; 0 -&gt; old format (backup.ram)
; &nbsp; 1 -&gt; new format (backup.dat, backup.idx)
;
backup_ram=1
;
; enable debug log file
; --
; &nbsp; y -&gt; enable
; &nbsp; n -&gt; disable
;
debug_log=y
# ----
# CD-ROM settings
# ----

;
; CD-ROM drive
; --
; &nbsp; 0 -&gt; firstCD-ROM drive
; &nbsp; 1 -&gt; second CD-ROM drive
; &nbsp; ...
;
drive=
;
; CD-ROM drive letter
; --
; (Windows 2000/XP only)
;
; &nbsp; D:
; &nbsp; E:
; &nbsp; ...
;
drive_letter=
;
; SCSI driver timeout
; --
; change the delay that the emulator waits when accessing
; the CD-ROM SCSI driver, 0 is infinite delay
;
timeout=0
;
; CD-ROM cache
; --
; &nbsp; y -&gt; enable
; &nbsp; n -&gt; disable
;
cache=n
;
; CD-ROM cache size
; --
; &nbsp; in KB
;
cache_size=512
# ----
# path settings
# ----

;
; system card paths
; --
;
system_card_1=
system_card_2=
system_card_3=
system_card_4=
;
; config path
; --
; &nbsp; (pce.cfg,
; &nbsp;backup.dat, backup.idx,
; &nbsp;games.idx,
; &nbsp;time.dat,
; &nbsp;k12x12.fnt, k16x16.fnt)
;
config=
;
; screenshot path
; --
;
screenshots=
;
; saved game path
; --
;
saved_games=

KAGOME 发表于 2006-5-12 21:41:42

2016-8-12 03:31 编辑 <br /><br />还有LOG文本文件内容:
#4

check video modes...
* 640x480 (0Hz)
- 640x400 (0Hz)
- 320x200 (0Hz)
- 320x240 (0Hz)
- 400x300 (0Hz)
- 512x384 (0Hz)
user video modes...
- 640x480
- 640x480
- 640x480
- 640x480

getting number of joystick device... 16 device(s) found
scanning joystick device(s)...
- joystick1 ()... not plugged
- joystick2 ()... not plugged
- joystick3 ()... not plugged
- joystick4 ()... not plugged
- joystick5 ()... not plugged
- joystick6 ()... not plugged
- joystick7 ()... not plugged
- joystick8 ()... not plugged
- joystick9 ()... not plugged
- joystick 10 ()... not plugged
- joystick 11 ()... not plugged
- joystick 12 ()... not plugged
- joystick 13 ()... not plugged
- joystick 14 ()... not plugged
- joystick 15 ()... not plugged
- joystick 16 ()... not plugged
total: 0 joystick(s) plugged

init sound timer... OK
init direct sound interface... OK
set cooperative level... OK
create primary buffer... OK
setup primary buffer: freq=44100 channels=2 bits=16... OK
alloc sound buffer... OK
play sound buffer... OK
check sound buffer... OK
scanning sound card... found 1 sound card(s)
checking sound card mixer (&quot;Crystal 混音器-MMX?Technology&quot; v2.0)...
+SPEAKERS: &nbsp; vol = &nbsp; 9
&nbsp; -WAVEOUT &nbsp;   [ 0] vol =13
&nbsp; -SYNTHESIZER [ 1] vol = &nbsp; 9
&nbsp; -COMPACTDISC [ 2] vol = &nbsp; 9 (selected as CD input line)
&nbsp; -AUXILIARY &nbsp; [ 3] vol =64
&nbsp; -MICROPHONE[ 4] vol =69
&nbsp; -PCSPEAKER &nbsp; [ 5] vol =64
&nbsp; -DIGITAL &nbsp;   [ 6] vol =50
&nbsp; -DIGITAL &nbsp;   [ 7] vol =69
+WAVEIN: &nbsp;   vol =54
+WAVEIN: &nbsp;   
master audio volume... &nbsp; 9 (9)
fx audio volume...13 (13)
cd audio volume... &nbsp; 9 (9)

loading backup RAM database index file : &quot;C:\DOWNLOADS\ME099-ENGLISH-BETA4\backup.idx&quot;... not found

scanning NT scsi drivers...
- E: error!
checking CD-ROM drives... no adapter found!
opening ASPI DLL... OK
scanning ASPI devices...
- drive 0: adapter=0, unit=0, lun=0
select drive 0
CD-ROM timeout set to 0
create dummy rom... OK
searching game backup RAM in database ... not found
clear and initialize a new backup RAM


test unit... not ready (6000ms)
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
#3

check video modes...
* 640x480 (0Hz)
- 640x400 (0Hz)
- 320x200 (0Hz)
- 320x240 (0Hz)
- 400x300 (0Hz)
- 512x384 (0Hz)
user video modes...
- 640x480
- 640x480
- 640x480
- 640x480

getting number of joystick device... 16 device(s) found
scanning joystick device(s)...
- joystick1 ()... not plugged
- joystick2 ()... not plugged
- joystick3 ()... not plugged
- joystick4 ()... not plugged
- joystick5 ()... not plugged
- joystick6 ()... not plugged
- joystick7 ()... not plugged
- joystick8 ()... not plugged
- joystick9 ()... not plugged
- joystick 10 ()... not plugged
- joystick 11 ()... not plugged
- joystick 12 ()... not plugged
- joystick 13 ()... not plugged
- joystick 14 ()... not plugged
- joystick 15 ()... not plugged
- joystick 16 ()... not plugged
total: 0 joystick(s) plugged

init sound timer... OK
init direct sound interface... OK
set cooperative level... OK
create primary buffer... OK
setup primary buffer: freq=44100 channels=2 bits=16... OK
alloc sound buffer... OK
play sound buffer... OK
check sound buffer... OK
scanning sound card... found 1 sound card(s)
checking sound card mixer (&quot;Crystal 混音器-MMX?Technology&quot; v2.0)...
+SPEAKERS: &nbsp; vol = &nbsp; 9
&nbsp; -WAVEOUT &nbsp;   [ 0] vol =13
&nbsp; -SYNTHESIZER [ 1] vol = &nbsp; 9
&nbsp; -COMPACTDISC [ 2] vol = &nbsp; 9 (selected as CD input line)
&nbsp; -AUXILIARY &nbsp; [ 3] vol =64
&nbsp; -MICROPHONE[ 4] vol =69
&nbsp; -PCSPEAKER &nbsp; [ 5] vol =64
&nbsp; -DIGITAL &nbsp;   [ 6] vol =50
&nbsp; -DIGITAL &nbsp;   [ 7] vol =69
+WAVEIN: &nbsp;   vol =54
+WAVEIN: &nbsp;   
master audio volume... &nbsp; 9 (9)
fx audio volume...13 (13)
cd audio volume... &nbsp; 9 (9)

loading backup RAM database index file : &quot;C:\DOWNLOADS\ME099-ENGLISH-BETA4\backup.idx&quot;... not found

scanning NT scsi drivers...
- E: error!
- F: error!
checking CD-ROM drives... no adapter found!
opening ASPI DLL... OK
scanning ASPI devices...
- drive 0: adapter=0, unit=0, lun=0
- drive 1: adapter=1, unit=0, lun=0
select drive 0
CD-ROM timeout set to 0
create dummy rom... OK
searching game backup RAM in database ... not found
clear and initialize a new backup RAM


test unit... not ready (6000ms)
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?


test unit... not ready (6000ms)
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?

test unit... not ready (6000ms)
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?


test unit... not ready (6000ms)
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?

test unit... not ready (6000ms)
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?


test unit... not ready (6000ms)
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
#2

check video modes...
* 640x480 (0Hz)
- 640x400 (0Hz)
- 320x200 (0Hz)
- 320x240 (0Hz)
- 400x300 (0Hz)
- 512x384 (0Hz)
user video modes...
- 640x480
- 640x480
- 640x480
- 640x480

getting number of joystick device... 16 device(s) found
scanning joystick device(s)...
- joystick1 ()... not plugged
- joystick2 ()... not plugged
- joystick3 ()... not plugged
- joystick4 ()... not plugged
- joystick5 ()... not plugged
- joystick6 ()... not plugged
- joystick7 ()... not plugged
- joystick8 ()... not plugged
- joystick9 ()... not plugged
- joystick 10 ()... not plugged
- joystick 11 ()... not plugged
- joystick 12 ()... not plugged
- joystick 13 ()... not plugged
- joystick 14 ()... not plugged
- joystick 15 ()... not plugged
- joystick 16 ()... not plugged
total: 0 joystick(s) plugged

init sound timer... OK
init direct sound interface... OK
set cooperative level... OK
create primary buffer... OK
setup primary buffer: freq=44100 channels=2 bits=16... OK
alloc sound buffer... OK
play sound buffer... OK
check sound buffer... OK
scanning sound card... found 1 sound card(s)
checking sound card mixer (&quot;Crystal 混音器-MMX?Technology&quot; v2.0)...
+SPEAKERS: &nbsp; vol = &nbsp; 9
&nbsp; -WAVEOUT &nbsp;   [ 0] vol =13
&nbsp; -SYNTHESIZER [ 1] vol = &nbsp; 9
&nbsp; -COMPACTDISC [ 2] vol = &nbsp; 9 (selected as CD input line)
&nbsp; -AUXILIARY &nbsp; [ 3] vol =64
&nbsp; -MICROPHONE[ 4] vol =69
&nbsp; -PCSPEAKER &nbsp; [ 5] vol =64
&nbsp; -DIGITAL &nbsp;   [ 6] vol =50
&nbsp; -DIGITAL &nbsp;   [ 7] vol =69
+WAVEIN: &nbsp;   vol =54
+WAVEIN: &nbsp;   
master audio volume... &nbsp; 9 (9)
fx audio volume...13 (13)
cd audio volume... &nbsp; 9 (9)

loading backup RAM database index file : &quot;C:\DOWNLOADS\ME099-ENGLISH-BETA4\backup.idx&quot;... not found

scanning NT scsi drivers...
- E: error!
- F: error!
checking CD-ROM drives... no adapter found!
opening ASPI DLL... OK
scanning ASPI devices...
- drive 0: adapter=0, unit=0, lun=0
- drive 1: adapter=1, unit=0, lun=0
select drive 0
CD-ROM timeout set to 0
create dummy rom... OK
searching game backup RAM in database ... not found
clear and initialize a new backup RAM


test unit... not ready (6000ms)
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?


test unit... not ready (6000ms)
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?

test unit... not ready (6000ms)
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?


test unit... not ready (6000ms)
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
reading TOC...
- no tracks, blank CD!?
#1

check video modes...
* 640x480 (0Hz)
- 640x400 (0Hz)
- 320x200 (0Hz)
- 320x240 (0Hz)
- 400x300 (0Hz)
- 512x384 (0Hz)
user video modes...
- 640x480
- 640x480
- 640x480
- 640x480

getting number of joystick device... 16 device(s) found
scanning joystick device(s)...
- joystick1 ()... not plugged
- joystick2 ()... not plugged
- joystick3 ()... not plugged
- joystick4 ()... not plugged
- joystick5 ()... not plugged
- joystick6 ()... not plugged
- joystick7 ()... not plugged
- joystick8 ()... not plugged
- joystick9 ()... not plugged
- joystick 10 ()... not plugged
- joystick 11 ()... not plugged
- joystick 12 ()... not plugged
- joystick 13 ()... not plugged
- joystick 14 ()... not plugged
- joystick 15 ()... not plugged
- joystick 16 ()... not plugged
total: 0 joystick(s) plugged

init sound timer... OK
init direct sound interface... OK
set cooperative level... OK
create primary buffer... OK
setup primary buffer: freq=44100 channels=2 bits=16... OK
alloc sound buffer... OK
play sound buffer... OK
check sound buffer... OK
scanning sound card... found 1 sound card(s)
checking sound card mixer (&quot;Crystal 混音器-MMX?Technology&quot; v2.0)...
+SPEAKERS: &nbsp; vol = &nbsp; 9
&nbsp; -WAVEOUT &nbsp;   [ 0] vol =13
&nbsp; -SYNTHESIZER [ 1] vol = &nbsp; 9
&nbsp; -COMPACTDISC [ 2] vol = &nbsp; 9 (selected as CD input line)
&nbsp; -AUXILIARY &nbsp; [ 3] vol =64
&nbsp; -MICROPHONE[ 4] vol =69
&nbsp; -PCSPEAKER &nbsp; [ 5] vol =64
&nbsp; -DIGITAL &nbsp;   [ 6] vol =50
&nbsp; -DIGITAL &nbsp;   [ 7] vol =69
+WAVEIN: &nbsp;   vol =54
+WAVEIN: &nbsp;   
master audio volume... &nbsp; 9 (9)
fx audio volume...13 (13)
cd audio volume... &nbsp; 9 (9)

loading backup RAM database index file : &quot;C:\DOWNLOADS\ME099-ENGLISH-BETA4\backup.idx&quot;... not found

scanning NT scsi drivers...
- E: error!
- F: error!
checking CD-ROM drives... no adapter found!
opening ASPI DLL... OK
scanning ASPI devices...
- drive 0: adapter=0, unit=0, lun=0
- drive 1: adapter=1, unit=0, lun=0
select drive 0
CD-ROM timeout set to 0
create dummy rom... OK
searching game backup RAM in database ... not found
clear and initialize a new backup RAM
原来贴子有介绍,可是没图片
不会设置,请各位帮忙,3Q

zggzdydp 发表于 2006-5-12 22:16:46

2016-8-12 03:31 编辑 <br /><br />PCE文本文件里 drive_letter= 后加 E: &nbsp;BOOT CD选 MAGIC SYSTEM 3.0

KAGOME 发表于 2006-5-13 07:21:37

2016-8-12 03:31 编辑 <br /><br /> 谢谢~~

页: [1]
查看完整版本: 大家帮帮忙啊~(PCE模拟器的)