Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Coin acceptor - function to return back to the main menu in Retropie  (Read 1771 times)

0 Members and 1 Guest are viewing this topic.

mrdizle

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:November 17, 2018, 11:36:05 am
  • I want to build my own arcade controls!

Hi, is there a way to make the coin acceptor function to return to the Emulation Station main menu?
I can wire it as a hotkey now, but I will have to press another button at the same time as putting in a coin to send it back to the main menu.
Any way to return to the menu just by putting in a coin?
Thanks,.

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7904
  • Last login:Yesterday at 07:26:26 pm
Re: Coin acceptor - function to return back to the main menu in Retropie
« Reply #1 on: October 27, 2018, 10:17:23 am »
This can probably be accomplished by remapping controls and not how you wire things up.

barrymossel

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:October 29, 2021, 11:25:52 am
  • Spectrum
    • forum.arcadecontrols.com/index.php/topic,157647.0.html
Re: Coin acceptor - function to return back to the main menu in Retropie
« Reply #2 on: October 27, 2018, 10:25:53 am »
Set enable hotkeys to null in the RetroArch GUI...

mrdizle

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:November 17, 2018, 11:36:05 am
  • I want to build my own arcade controls!
Re: Coin acceptor - function to return back to the main menu in Retropie
« Reply #3 on: October 27, 2018, 10:37:51 am »
Set enable hotkeys to null in the RetroArch GUI...

Can you elaborate please? What will that do? Thank you.

barrymossel

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:October 29, 2021, 11:25:52 am
  • Spectrum
    • forum.arcadecontrols.com/index.php/topic,157647.0.html
Re: Coin acceptor - function to return back to the main menu in Retropie
« Reply #4 on: October 28, 2018, 04:16:34 am »
Check this: https://youtu.be/fqBJUcctm7s?t=223

This: https://github.com/RetroPie/RetroPie-Setup/wiki/RetroArch-Configuration

And this:

There set "enable hotkeys" in RGUI to nothing. Or manually edit the config files and remove input_enable_hotkey_btn = "8". This will remove all hotkeys I believe, so make sure you remove these as well and/or assign another key to those actions.

Another way to achieve this is wiring select+exit to the same button (the coin acceptor).

Mystrandir

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 5
  • Last login:February 26, 2021, 04:13:09 pm
  • I want to build my own arcade controls!
Re: Coin acceptor - function to return back to the main menu in Retropie
« Reply #5 on: October 29, 2018, 02:19:21 pm »
How are you connecting your buttons to the Pi? If you're using the GPIO pins you could wire the coin acceptor to both the pin you've mapped as your hotkey button and the pin mapped to Start. Doing that would mean both getting pressed when the coin acceptor is and it would go back to main menu. A USB Encoder could be wired similarly I'd think.

If you want to do it in software you can edit what buttons work as hotkeys inside RetroArch when a game is launched.