Where the xmame binary resides... Unless i've got confused (hmm, haven't looked in the source yet!), mamed is reading the dir_mame setting and then trying to execute <dir_mame><mame_exec> to produce it's game list.
I have my entire mame structure in /home/mame, EXCEPT for the binaries. Don't desperately know why i did it this way, i just did! So if i'm understanding it correctly i'd need: dir_mame = /home/mame/ dir_bin = /home/mart/bin/ mame_exec = xmame.x11 Thus, to produce it's gamelist it would execute <dir_bin><mame_exec>, and to actually execute a game it would do "<dir_bin><mame_exec> --rompath <dir_mame>/roms" I think! :O) Let me know if i've just got it wrong. I have a related point, but that's xmame general related so i'll post it seperately... Martin. On Wednesday 14 Apr 2004 18:04, Pieter Hulshoff wrote: > On Wednesday 14 April 2004 18:54, Martin White wrote: > > Unless it's still not doing quite the right thing for me, can we have > > another path defined in the cfg file please? dir_bin ? > > What exactly should this path be pointing to, and what actions in MAMEd > should use this path in your opinion? I have no problem adding this once I > understand what it's to be for. :) > > Regards, > > Pieter Hulshoff > > _______________________________________________ > Xmame mailing list > [EMAIL PROTECTED] > http://toybox.twisted.org.uk/mailman/listinfo/xmame _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
