Germany
How to get MAME ePSXe and others work?
The reason why MAME is not working is when you launch it with command line, the prompt must ben in the mame folder, and that's not the case in windows default (it's %userprofile%)
And with the myEmulators plugin you can't add some swicthes after the rom name?
I've got the solution, and it's really easy.
Simply create a batch file with that (example with mame):
Code:CD /D D:\the_path_of_your_mamep_exe_file mamep %1 -your_switchs_here
Then go to myEmulator configuration and instead of picking and executable file for the emulator, simply manually paste the path to the bat file into the texte field.
United States of America
I'm doing a fresh MediaPortal install after an SQL foobar.
Am I being retarded? I can't find the version of My Emulators that let me open PC Games with a tickbox to open executable directly?!![]()
Please help me![]()
%*
Hi,
could anyone post his settings how to get the MAME emulator to work? (mame.exe 0.127)
I get an error: files not found ??
grtz
United States of America
See the attached image for how I handled PC games with this plugin. I created a new emulator called "PC". The path to emulator points to a batch file called pc_game.bat which only has the following contents:
Code:%*
The "path to ROMS directory" points to a folder where I put windows shortcuts to my games. Works well for me.
Good luck.