Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #86916
    raoulangel
    Participant

    Hi.. Just finishing up a mini-cabinet for the Pi and retropie. Wanted to know if there was a way to configure the system to go straight into MAME from boot rather than run ES. I have a card configured for general console emulation but for the mini cab I was only interested in MAME. Any suggestions would be great! Also one other thing, is there any more up to date version of MAMEW that will run on these? With the New Pi 2 it should be much more compatible?

    #86919
    chdez77076
    Participant

    How will you switch games without the front-end?

    #86920
    raoulangel
    Participant

    Doesn’t MAME4ALL give a game list, and when the game is over, it goes back to the list? My control panel is KB-encoder based, I have enter, escape, etc mapped…

    #94750
    kiwijam777
    Participant

    Here is the code:
    1. from command line type:
    sudo nano /etc/rc.local
    2. add the following text to the bottom:
    sudo /opt/retropie/emulators/mame4all-pi/mame
    3. Save the file and reboot.

    I looked all over for this answer and most of the things I found were out of date, so specific folders or files were not where the forums directed. I got it to work for MAME using the code above; it puts the script for launching MAME emulator from command line into the rc.local file. I dont think each emulator launches the same way, so you may want to search for the code to launch whatever emulator you choose from command line, and put that into the rc.local file.

    This will bypass emulation station going straight to the emulator. If i press esc on my keyboard (or the equivalent mapped button press for controllers) I can still get back to emulation station (if I really want to). That way I can still take advantage of the awesomeness of ES and all the ROM/controller/button configurations, or F4 to access command line.

    I set up my pi this way so my arcade station boots just to mame where i only have 4 player games loaded for my 4 player arcade station i built for our church youth group. Since they are only interacting with a single emulator with no buttons for exiting, nobody can accidentally go into configuration menus and mess things up. I have a GPIO button for shutdown command so they dont have to use the emulation station “shutdown” menus. I really wish the ES menus for shutdown were configurable. :(

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.