>   After a long time without playing, I got a little time to play a
> few old atari games. But discover that my old, and used to work,
> config was not working anymore. While trying to play a rom, I got the
> select window of stella.Then  I changed the stella binary to a dumb
> script to see what´s freevo is passing to the emulator and found that
> it was not passing the rom file to the emulator!
>
> GAMES_ITEMS = [ ('ATARI (selecao)', '/home/freevo/media/games/atari_select',
>                ('GENERIC', '/usr/local/bin/stella', '', '', ['bin'] )) ]
>
> freevo:/home/freevo/.freevo# cat /usr/local/bin/stella
> #!/bin/sh
> echo $0 - $* >> /tmp/stella
>
> freevo:/home/freevo/.freevo# cat /tmp/stella
> /usr/local/bin/stella -
> /usr/local/bin/stella -
>
 Yup, the problme is line 73 if games/genericitem.py.  For the
emulators to work this line needs to be uncommented. This was
orginally done becuase non-emulators where having trouble with some
changes made in the module.There is work going on to come up with a
better solution.

Evan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to