AW: [mythtv-users] MythGame and SNES emulator woes

2005-11-22 Thread Jochen Kühner
PROTECTED] Im Auftrag von Greg Estabrooks Gesendet: Dienstag, 22. November 2005 05:21 An: Discussion about mythtv Betreff: Re: [mythtv-users] MythGame and SNES emulator woes either to find a way to re-write the checksums into the ROMS or look at disabling the checksum function of MythGame for the SNES

Re: AW: [mythtv-users] MythGame and SNES emulator woes

2005-11-22 Thread Isaac Richards
On Tuesday 22 November 2005 03:12 am, Jochen Kühner wrote: I also prefer you to use the svn version. You can use other emulators, too. Like mupen64 for n64 or emulators for sega consoles. I don't know if the svn version of mythgame works with myth 0.18, but I think it should. It does not.

Re: [mythtv-users] MythGame and SNES emulator woes

2005-11-22 Thread Calvin Harrigan
Byron Pezan wrote: Jesse Guardiani wrote: byron wrote: My recent Myth project has been to get MythGame functional. My goal was to get MAME, NES and SNES all working through the MythGame interface. So far I've been successful in getting MAME and NES roms detected and playable

Re: [mythtv-users] MythGame and SNES emulator woes

2005-11-21 Thread Jesse Guardiani
byron wrote: My recent Myth project has been to get MythGame functional. My goal was to get MAME, NES and SNES all working through the MythGame interface. So far I've been successful in getting MAME and NES roms detected and playable through MythGame. However SNES has proven to be a little

Re: [mythtv-users] MythGame and SNES emulator woes

2005-11-21 Thread byron
Jesse Guardiani wrote: byron wrote: My recent Myth project has been to get MythGame functional. My goal was to get MAME, NES and SNES all working through the MythGame interface. So far I've been successful in getting MAME and NES roms detected and playable through MythGame. However SNES

Re: [mythtv-users] MythGame and SNES emulator woes

2005-11-21 Thread Jesse Guardiani
byron wrote: Jesse Guardiani wrote: byron wrote: My recent Myth project has been to get MythGame functional. My goal was to get MAME, NES and SNES all working through the MythGame interface. So far I've been successful in getting MAME and NES roms detected and playable through

Re: [mythtv-users] MythGame and SNES emulator woes

2005-11-21 Thread byron
Jesse Guardiani wrote: byron wrote: Jesse Guardiani wrote: byron wrote: My recent Myth project has been to get MythGame functional. My goal was to get MAME, NES and SNES all working through the MythGame interface. So far I've been successful in getting MAME and NES roms

Re: [mythtv-users] MythGame and SNES emulator woes

2005-11-21 Thread Greg Estabrooks
How do I find out what command is being used to scan the rom dir for the SNES emulator? There is no external command. It's being done by MythGame itself. The code in 0.18 pulls the SnesRomLocation value , and does a non recursive search for .zip,smc,sfc,fig,1,2 files which are passed to

Re: [mythtv-users] MythGame and SNES emulator woes

2005-11-21 Thread Byron Pezan
Jesse Guardiani wrote: byron wrote: My recent Myth project has been to get MythGame functional. My goal was to get MAME, NES and SNES all working through the MythGame interface. So far I've been successful in getting MAME and NES roms detected and playable through MythGame. However SNES

Re: [mythtv-users] MythGame and SNES emulator woes

2005-11-21 Thread Greg Estabrooks
either to find a way to re-write the checksums into the ROMS or look at disabling the checksum function of MythGame for the SNES emulator. I Would only take a couple lines of code to skip the check in the code, or if you run SVN then that check is gone altogether.