How to auto run specific emulator
  • I used this thread;
    http://pimame.org/forum/discussion/770/how-do-i-auto-run-specific-emulatorrom-on-startup#Item_3
    to change to mame but I actually want to auto run AdvMame. Can anybody please tell me how this is done in PiMe versions 7.10 and also 0.8
    Thanks
  • I can only speak for 0.7.10 as I haven't installed 0.8. If the menu is done in python in 0.8 then I'd think the same thing could be done if you see "import subprocess" toward the top of the python script (or you'd have to add that import).

    If you modify /home/pi/pimame_files/menu.py with leafpad, add the following line (I added it above the line: Menu = "menu"):

    os.system("advmenu")

    If you want to start other emulators, scroll down and see what command are issued to start the other emulators. If you look at the Playstation 1 menu item you will see the command '/home/pi/emulators/pcsx_rearmed/pcsx'. Just swap out advmenu with it and it will start the PS1 emulator instead of AdvancedMAME.

    Hope this helps.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!