Hi everyone, I hacked the playstion 2 controller and it's now working with visualgameboy advance and zsnes. I have some small issues though. How will I add visualgameboy in mythgames? I don't see any entry there. Another issue is the sound. My myth is currently set to send the audio to SPDIF interface. However, these games are actually external games that's only called by myth. Unfortunately (I might be wrong), these games doesn't know about SPDIF interface. Can we tell in .asoundrc that any audio that is sent to the non-spdif be redirected to the SPDIF? And lastly, these games aren't lirc aware. What am planning to do is setup a new kill button in my remote to kill either zsnes or visualgba if it's running. It will be a very simple script in /usr/local/bin. of the top of my head, this is what I came up with(no fireproof checking yet) #!/bin/sh zsnesstat=`ps ax|grep zsnes |grep -v grep | awk '{print $1}'|wc -l`
if [ ${zsnesstat} -eq 1]; then
  kill -9 `ps ax|grep zsnes |grep -v grep | awk '{print $1}`
fi or better yet, I have to find out how to guit each game :) So you guys, how are you closing your games when it's called by mythgames?

Thanks in advance!!! Neil Jochen Kühner writes:
I think all joystick wich work under linux will do the job.
I have a wireless joypad, but I don't know the manufacuterer at the moment,
I can look when I'm home from work.
In the N64 (mupen), SNES (zsnes) and GBA(VirtualBoyAdvance) Emulators you
can change the buttons, wich are used by the joypad. The other Emulators I
havn't tried yet.
You should look that your Joypad has enough buttons (When you for example
use the n64 emulator you need many...)
-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Neil
Gesendet: Montag, 18. Juli 2005 20:58
An: Discussion about mythtv
Betreff: Re: AW: [mythtv-users] Myth Game Emulation - Setup Hi everyone, Thanks for that very awesome howto page. I have a question. I would like to buy a joystick for this type of games and I don't want to buy the wrong one. Can you please recommend me a joystick that will be most compatible with those emulators mentioned on the page? Thanks guys!!!

Jochen Kühner writes:
Updateed the page a little bit.
Now a Emulator List is included.
If anyone knows more emulators or Infos for one, please Enter. Hope we get included more emulators in mythgame soon. http://jtigundelsheim.jt.funpic.de/cwiki.php?page=mythgame
-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Jochen Kühner
Gesendet: Freitag, 15. Juli 2005 09:44
An: 'Discussion about mythtv'
Betreff: [mythtv-users] Myth Game Emulation - Setup
I've started to create a Documentation of the new Mythgame, how to setup
the
Different Emulators. This also Includes a List wich Emulator for each System I recommend. If anyone would add something to, this is a open wiki Page! http://jtigundelsheim.jt.funpic.de/cwiki.php?page=mythgame
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to