What's new

yabause 0.7.1 with freevo

Sri Narayan

New member
Just a solution for the freevo users
1. start yabause and configure everything

2 write a script:
for image:
(edit)
Code:
#!/bin/sh
xterm -e nice --adjustment=-20 /usr/local/bin/yabause --iso=$*  -a -f

for cdrom:
Code:
#!/bin/sh
xterm -e nice --adjustment=-20 /usr/local/bin/yabause --cdrom=/dev/hdX -a -f

3.Edit your GAMES_ITEM:
for image:
Code:
GAMES_ITEM=[('yabause_iso', '/path/to/image', ('GENERIC', '/path/to/script','','',['cue']))]

for cdrom:
Code:
GAMES_ITEM=[('yabause cd', '/etc/freevo/saturn', ('GENERIC', '/path/to/script','','',['ybs']))]

create a folder and an empty file:
Code:
mkdir /etc/freevo/saturn
cd /etc/freevo/saturn
touch yabause.ybs


Some infos you need a keyboard connect to your mediastation, because you can't configure a real joystick until now, a fast PC (my cpu is to slow 1ghz,pentium3) and you have to use cue sheet bin/img etc not working for me.

happy gameing!

ciu
 
Last edited:

Top