23-feb-2009, 22:54 | #1 |
Marciano
|
Problema con PC-FX en hyperspin
Sydaroa me da problemas integrando PC-FX en hyperspin,va a ser que no esta bien la configuracion del archivo hyperlaunch.ahk porque con esta configuracion me monta la imagen y al momento me la desmonta.Cuando puedas me dices que hago mal.La unidad virtual esta en G
Hyperlaunch.ahk file: ;**********************************PCFX*********** ************************ else if (systemName = "PC-FX" && executable = "pcfx.exe") { RunWait, %DAEMONTOOLS% -mount 0`,"%romPath%%romName%%romExtension%" hideDesktop() Hotkey, %exitEmulatorKey%, CloseProcess RunWait,%emuPath%%executable% -cd,UseErrorLevel Run, %DAEMONTOOLS% -unmount 0,UseErrorLevel } Y este el archivo ini: [exe info] path = C:\HyperSpin\Emulators\PC-FX\ rompath = C:\HyperSpin\Emulators\PC-FX\roms\ userompath = true exe = pcfx.exe romextension = bin parameters = searchsubfolders = false pcgame = false winstate = HIDDEN hyperlaunch = true Usando Magic engine FX funciona perfecto montando la imagen con daemon tools.,pero montando la imagen con hyperlaunch no la reconoce. Este es el archivo de configuracion pcfx.ini,creo que esta bien: ---- # setup settings # ---- # [setup] ; ; setup window ; -- ; y -> show [default] ; n -> hide ; show= # ---- # keyboard settings # ---- # [keyboard] ; ; keyboard configuration ; -- ; 0 -> config 1 [default] ; 1 -> config 2 ; 2 -> HotRod ; 3 -> HotRod SE ; 4 -> X-Arcade 1P ; 5 -> X-Arcade 2P ; config= # ---- # gamepad settings # ---- # [gamepad] ; ; gamepad configuration ; -- ; 0 -> config 1 [default] ; config= ; ; auto calibration control ; -- ; 5 .. 95 [default = 50] ; ; the first option is for the left and up directions, ; the second is for right and down directions. ; if a direction doesn't respond lower the value, ; if a direction respond too well (without you touching it ; increase the value. ; auto_calibration_1=50 auto_calibration_2=50 # ---- # cd-rom settings # ---- # [cdrom] ; ; CD-ROM drive ; -- ; 1 -> first CD-ROM drive [default] ; 2 -> second CD-ROM drive ; ... ; drive= ; ; CD-ROM drive letter ; -- ; (Windows 2000/XP only) ; ; E: ; F: ; G: ; drive_letter=G: ; ; CD-ROM cache ; -- ; y -> enable [default] ; n -> disable ; cache= ; ; CD-ROM cache size ; -- ; 0 .. 8192 KB [default = 512] ; cache_size= # ---- # cdda settings # ---- # [cdda] ; ; number of cdda buffers ; -- ; 4 .. 75 [default = 5] ; buffers= ; ; size of a cdda buffer (in sectors) ; -- ; 1 .. 25 [default = 4] ; buffer_size= ; ; cdda buffer queue delay ; -- ; 2 .. (buffers - 1) [default = 4] ; delay= # ---- # video settings # ---- # [video] ; ; driver ; -- ; 0 -> DirectX [default] ; 1 -> OpenGL ; driver=0 ; ; windowed mode ; -- ; ; y -> windowed [default] ; n -> fullscreen ; windowed=n ; ; screen resolution ; -- ; screen_width=640 screen_height=480 screen_depth=32 ; ; screen aspect ratio ; -- ; 0 -> none ; 1 -> 4/3 (298 x 224) [default] ; 2 -> 3/2 (336 x 224) ; 5 -> fullscreen ; screen_ratio=5 ; ; desktop mode ; -- ; ; y -> enable ; n -> disable [default] ; desktop= ; ; video sync ; -- ; 0 -> disable [default] ; 1 -> enable ; 2 -> vsync + timer ; (special mode to use when the screen refresh rate is higher ; than 60 fps or when running the emulator in windowed ; mode) ; vsync= ; ; frame skip ; -- ; 0 -> disabled [default] ; 1 -> skip 1 frame ; 2 -> skip 2 frames ; .. ; frameskip= ; ; fullscreen stretch ; -- ; ; y -> enable ; n -> disable [default] ; fullscreen= ; ; zoom ; -- ; 0 (x1).. 5 (x6) ; zoom= ; ; filtering mode ; -- ; ; 0 -> disable [default] ; 1 -> bilinear filtering ; filter= ; ; scanlines: ; -- ; 0 (no scanlines) .. 40 (black scanlines) ; scanlines= scanlines_pattern_2=0,255 scanlines_pattern_3=0,0,255 scanlines_pattern_4=0,0,255,255 scanlines_pattern_5=0,0,0,255,255 scanlines_pattern_6=0,0,0,255,255,255 ; ; gamma correction: ; -- ; adjust gamma level (0 .. 40) ; gamma= ; ; contrast control: ; -- ; adjust contrast (0 .. 40) ; contrast= ; ; saturation control: ; -- ; adjust color saturation (0 .. 40) ; saturation= ; ; brightness control: ; -- ; adjust brightness (0 .. 40) ; brightness= # ---- # audio settings # ---- # [audio] ; ; interpolation mode ; -- ; 0 -> disable ; 1 -> oversampling (x4) [default] ; 2 -> linear ; 3 -> cubic ; interpolation_mode= ; ; interpolation level ; -- ; 0 .. 9 [default = 2] ; linear_interpolation_level= cubic_interpolation_level= ; ; master audio volume ; -- ; 0 .. 31 ; master_audio_volume= ; ; psg audio volume ; -- ; 0 .. 31 ; psg_audio_volume= ; ; adpcm audio volume ; -- ; 0 .. 31 ; adpcm_audio_volume= ; ; cd audio volume ; -- ; 0 .. 31 ; cd_audio_volume= ; ; noise level ; -- ; 0 (rough) .. 4 (soft) ; noise_level= ; ; noise volume ; -- ; 0 .. 9 [default = 4] ; noise_volume= ; ; noise filtering level ; -- ; 0 .. 9 ; noise_filter= ; ; ADPCM interpolation mode ; -- ; 0 -> disable ; 1 -> sinc resampling [default] ; adpcm_interpolation= ; ; ADPCM lowpass filter ; -- ; 0 -> disable ; 1 -> enable [default] ; adpcm_lowpass= # ---- # misc. settings # ---- [misc] ; ; gui language ; -- ; 0 -> english [default] ; 1 -> french ; 2 -> japanese ; language= ; ; fps counter (on screen display, top-left corner) ; -- ; y -> enable ; n -> disable [default] ; fps_counter= ; ; psg volume meter (on screen display, bottom-right corner) ; -- ; y -> enable ; n -> disable [default] ; psg_vu_meter= ; ; MagicEngine logo scrolling ; -- ; y -> enable [default] ; n -> disable ; background_scrolling= ; ; 'ESC' key mode ; -- ; 0 -> automatic mode: [default] ; -------------- ; when the emulator is started from a shell or from a front-end ; program, pressing 'ESC' will exit the emulator, but when ; the emulator is started by double-clicking on its icon ; pressing 'ESC' will open the menu screen ; ; 1 -> GUI mode: ; -------- ; pressing 'ESC' will always open the menu screen ; ; 2 -> exit mode: ; --------- ; pressing 'ESC' will always exit the emulator ; esc_key_mode= ; ; state file compression ; -- ; y -> enable [default] ; n -> disable ; compress_state_file= # ---- # emulation settings # ---- [emulation] ; ; frame delay ; -- ; adjust video frame delay (15000-18000 µs) ; ; 16393 -> 61 Hz ; 16667 -> 60 Hz ; 16712 -> 59.84 Hz [default] ; 16949 -> 59 Hz ; frame_delay= # ---- # PCFX emulation settings # ---- [pcfx] ; ; CPU clock frequency in MHz (7 - 21) ; -- ; 7 -> 33% speed ; 10 -> 50% speed ; 14 -> 66% speed ; 21 -> 100% speed [default] ; cpu_clock= ; ; input port ; -- ; 0 -> disable ; 1 -> auto [default] ; 2 -> 6-button gamepad ; input_port_1= input_port_2= # ---- # path settings # ---- [path] ; ; backup ram path ; -- ; sram= ; ; config path ; -- ; (pcfx.cfg, time.dat) ; config= ; ; CD-ROM patches path ; -- ; patches= ; ; screenshots path ; -- ; screenshots= ; ; saved games path ; -- ; saved_games= |
23-feb-2009, 23:08 | #2 |
Moderador
|
Has mirado el log de hyperspin, muchas veces esto te da una ayuda
En principio no veo nada raro |
23-feb-2009, 23:12 | #3 |
Marciano
|
Sydaroa esto es lo que pone en el log:
[VIDEO INIT] driver... DirectX device: v0.0.0 (HAL) [INPUT INIT] opening direct input DLL... OK init direct input... OK scanning gamepad device(s)... - no gamepad [SOUND INIT] scanning sound card... found 2 sound card(s) checking sound card mixer ("Realtek HD Audio rear output" v5.10)... OK +SPEAKERS: vol = 48 [00000000/0000FFFF] -WAVEOUT [ 0] vol = 60 [00000000/0000FFFF] -SYNTHESIZER [ 1] vol = 0 [00000000/0000FFFF] -COMPACTDISC [ 2] vol = 100 [00000000/0000FFFF] (selected as CD input line) -ANALOG [ 3] vol = 100 [00000000/0000FFFF] -ANALOG [ 4] vol = 100 [00000000/0000FFFF] -ANALOG [ 5] vol = 100 [00000000/0000FFFF] -ANALOG [ 6] vol = 100 [00000000/0000FFFF] -ANALOG [ 7] vol = 100 [00000000/0000FFFF] -DIGITAL [ 8] -LINE [ 9] vol = 25 [00000000/0000FFFF] -ANALOG [ 10] vol = 25 [00000000/0000FFFF] -ANALOG [ 11] vol = 25 [00000000/0000FFFF] -ANALOG [ 12] vol = 25 [00000000/0000FFFF] -MICROPHONE [ 13] vol = 25 [00000000/0000FFFF] -WAVEOUT [ 14] master audio volume... 48 (48) wav audio volume... 60 (60) cd audio volume... 100 (100) opening direct sound DLL... OK init direct sound... OK set cooperative level... OK create primary buffer... OK setup primary buffer: freq=44100 channels=2 bits=16... OK create thread... OK [CD-ROM INIT] scanning drives... - drive E: HL-DT-ST DVDRAM GSA-4165B (port=4, unit=0) [CDROM] - drive F: ASUS DVD-E616A2 (port=4, unit=1) [CDROM] - drive G: WXKRYN CLIJ89U (port=6, unit=0) [CDROM] found 3 CD-ROM drive(s) [CDDA INIT] creating thread... OK [CD SCAN INIT] creating thread... OK [GAMEPAD INIT] auto calibration: -500 500 [PSG INIT] allocating sound buffers(6)... OK allocating ADPCM sound buffer [0]... OK allocating ADPCM sound buffer [1]... OK [BOOT CD] reading TOC... reading TOC... reading TOC... reading TOC... - error : could not retrieve TOC! 09:39:37 PM | Menu.xml found 09:39:37 PM | Main Menu.xml loaded 09:39:37 PM | Loading wheel images 09:39:37 PM | Entering Menu 09:39:42 PM | Exiting HyperSpin 09:39:42 PM | Quiting program 09:39:42 PM | Exit Program Unvavailable 09:39:42 PM | Bye! |
23-feb-2009, 23:29 | #4 |
Marciano
|
Sydaroa probando con otro version pcfx me entra perfecto el emulador dentro del hyperspin
lo que pasa es que en la opcion BOOT CD me pone E:??? F:??? G:unknown format Lo raro es que monto la imagen con el daemon tool fuera del hyperspin y me coge la imagen a la primera |