Uchiha Daiya escribió:Jajajaja, por supuesto que 5 estrellas :P
P.D: Parece que hay muchos problemas con la Tv de tubo >_<
Hola a todos, llevo día y medio con las pruebas para TV de tubo, en el momento en que cambio una opción el emulador deja de funcionar...a ver si alguien me ayuda y damos con la solución.
Los archivos que manejan las resoluciones y su contenido son:
ps3video.cfg: (Este es el principal, el que hace que se vea la lista con juegos.)
psmallphront:
psmallphront version e, 5/14/7, for sdlmame phil hopely --
phopely@seas.upenn.edu Use digipad to change values, x to launch triangle=up alpha; circle=down alpha L1=up 2nd alpha; R1=down 2nd alpha select=reboot /sbin/reboot %s%s /sbin/ps3videomode -v 130 > /dev/null /sbin/ps3videomode -v 135 > /dev/null /sbin/ps3videomode -v 2 > /dev/null /sbin/ps3videomode -v 7 > /dev/null /sbin/ps3videomode -v 3 > /dev/null /sbin/ps3videomode -v 131 > /dev/null -r 720x480 -r 720x576 -r 576x384 -r 576x460 -r 1124x644 -r 1280x720 ps3video.cfg r couldn't open ps3video.cfg - assuming 720x480 -aspect 16:9 -nokeepaspect gamelist.
sane:
/sbin/ps3videomode -v 131
ask-videomode:
Which ps3 video mode to use? Suggested settings (@60 else @50): 2 = 576x384, 3 = 1124x644, 7 = 576x460@50 130 = 720x480 *, 131 = 1280x720, 135 = 720x576@50 *
run-init-only:
"Initializing ps3 sound, video, & input hardware - please wait while loading"
echo "from media"
echo
/sbin/modprobe snd_ps3pf
/sbin/modprobe snd-pcm-oss
/sbin/modprobe snd-mixer-oss
/sbin/modprobe snd_pcm
/sbin/modprobe snd_page_alloc
/sbin/modprobe evdev
/sbin/modprobe joydev
/sbin/modprobe bluetooth
/sbin/ps3videomode -v 130
export SDL_AUDIODRIVER=alsa
export SDL_NOMOUSE=1
run-init-only-bash:
#!/bin/bash
cd /mame
echo
echo "Initializing ps3 sound, video, & input hardware - please wait while loading"
echo "from media"
echo
/sbin/modprobe snd_ps3pf
/sbin/modprobe snd-pcm-oss
/sbin/modprobe snd-mixer-oss
/sbin/modprobe snd_pcm
/sbin/modprobe snd_page_alloc
/sbin/modprobe evdev
/sbin/modprobe joydev
/sbin/modprobe bluetooth
/sbin/ps3videomode -v 130
export SDL_AUDIODRIVER=alsa
export SDL_NOMOUSE=1
runscript-noncd:
#!/bin/bash
cd /mame
/sbin/ps3videomode -v 130
export SDL_AUDIODRIVER=alsa
export SDL_NOMOUSE=1
# export SDL_DEBUG=1
# export SDL_JOYSTICK_DEVICE=/dev/js0
sleep 5
./testjoystick
# ./mameppc -switchres -r 720x480 -joy -digital all robby
./mameppc -switchres -r 720x480 -joy -digital all robby
/sbin/ps3videomode -v 131
rinscript-old:
#!/bin/ash
cd /mame
echo
echo "Initializing ps3 sound, video, & input hardware - please wait while loading"
echo "from media"
echo
/sbin/modprobe snd_ps3pf
/sbin/modprobe snd-pcm-oss
/sbin/modprobe snd-mixer-oss
/sbin/modprobe snd_pcm
/sbin/modprobe snd_page_alloc
/sbin/modprobe evdev
/sbin/modprobe joydev
/sbin/modprobe bluetooth
/sbin/ps3videomode -v 130
export SDL_AUDIODRIVER=alsa
export SDL_NOMOUSE=1
# export SDL_DEBUG=1
# export SDL_JOYSTICK_DEVICE=/dev/js0
# sleep 5
./testjoystick
./mameppc -switchres -r 720x480 -joy -digital all robby
# ./mameppc -switchres -r 720x480 -joy -digital all mspacman
/sbin/reboot
A ver si damos con el dichoso problema o a álguien le funciona, por que a mí...
Saludos.