How do I auto-run specific emulator/rom on startup?
  • type:
    sudo nano ~/.profile

    above the line that reads:
    python /home/pi/pimame_files/menu.py

    add this to run an EMULATOR:
    /home/pi/emulators/mame4all-pi/mame
    or add this to run a specific ROM:
    /home/pi/emulators/mame4all-pi/mame romname

    rom should be located in correct rom folder

    this example will auto-run mame4all and will push you to the menu if you quit mame.
  • Hey great guides :)
    Thanks heaps!
  • Thanks. I am just trying to make an easy reference guide for the questions that we seem to see the most.