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: How do I exit emulators (using U360s and MALA)  (Read 1460 times)

0 Members and 1 Guest are viewing this topic.

monkey puzzle

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 193
  • Last login:March 23, 2024, 02:11:59 pm
How do I exit emulators (using U360s and MALA)
« on: February 27, 2012, 06:00:41 pm »
Ok, so I've just built my first cab and have been installing and configuring emulators. I'm using the Mala frontend, and various emulators such as Mame, Fusion, Stella, Project 64, visualboy etc. I must also point out that I'm using 2 x U360 sticks and all of my inputs run through those sticks (I'm not using any keyboard encoders). Each player has 6 buttons + start button + coin input, so there are no extra inputs to the sticks.

I have no problem exitting mame because I can just configure mame so it will exit back to Mala if I hold down P1 start + button 1. My problem comes with the other emulators. Some exit with Escape (from keyboard) and others exit with various other keypresses. In some emulators I have found a way to re-configure this, but only to other keypresses.

One idea I had was to take 2 wires from the escape key on my keyboard inside the cab, and wire to a button which I can fit on my coin door. I would rather not do this if there is another way, and I'm not sure if I can configure escape to exit every emulator. There must be an easier way. I just wondered what everybody else does.


BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9270
  • Last login:July 14, 2025, 01:30:54 pm
  • ...
Re: How do I exit emulators (using U360s and MALA)
« Reply #1 on: February 27, 2012, 06:45:00 pm »
Autohotkey.

Have a button, or combination of buttons post as ESC.
Just have the script launch with windows.

I'm doing something similar with a middle mouse button posting as escape.
The script is super simple
MBUTTON::ESC
if I remember right.
I'm not sure what to put in there for a joystick button.

If you decide to go this route, post in the software forum and someone will be able to write the script for you.
(or of course, go to www.autohotkey.com and learn for yourself!)

monkey puzzle

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 193
  • Last login:March 23, 2024, 02:11:59 pm
Re: How do I exit emulators (using U360s and MALA)
« Reply #2 on: February 28, 2012, 02:07:35 am »
AHa. Thats thre kind of thing I'm looking for. Thanks, I'll give it a try.