Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: CPickler on May 03, 2005, 07:42:58 pm
-
I am running a Hagstrom KE-72 as my keyboard emulator. I mapped out where all my controls are. Then I began a long and fruitless search.
I am running Mame32 with the MameWah front end. WHERE CAN I CONFIGURE THE INPUTS? I have looked all over for a place to actually map out that A = player 1 up etc.
I know how to load it onto the KE-72, but cannot find a file to modify the associations.
Help
-
Ok, I can't get MameWah to run on the system.
Still where can I actually program the butons from. I mean when I press the buttons now, I obviously get keyboard functions, but I want to know where I can actually do the mame configuration.
-
I wouldn't recommend using Mame32 with MAMEWAH. Try the regular command-line Win32 MAME (http://www.mame.net). Mame32 already has a built-in frontend and can often cause problems when mixing and matching with another external frontend.
As for your key encoder problem...well..I can't help ya there.
-
thanks. Yeah, I noticed they didn't like to play nicely
Am I being clear as to the assistance I need?
I have all the buttons hooked into the KE-72 already. I need to find a menu that lets me say that A=1st player up, B= 1st player down, etc.
-
I have all the buttons hooked into the KE-72 already. I need to find a menu that lets me say that A=1st player up, B= 1st player down, etc.
So you already know that Player 1 Button 1 output an 'A' (or whatever it is... for example), right? If so, then you need to look at making a MAME controller file.
I don't know much about MAME32, but it can't be too much different from the standard MAME (which you should be using anyway with MAMEWAH). In order to do it in MAME, you would look in your mame\ctrlr folder. By default there are a couple of config files in there. Take one of those and copy it to a new name, then edit it for your own mappings.
It's not really documented too well how it's laid out but it's not too complicated once you take a look at it.
Then, once you have that file all set up, in your mame\mame.ini file, set the parameter "ctrlr" to be whatever you named the file to, minus the ".cfg" extension.
Once I'm sure this is what you need I'll write out more detailed instructions for you... if you need it :)
-
Yes, this is exactly what I needed.
Also, is there an easy way to tell like left shift from right shift.
I opened up notepad and marked which button did what, and some of them seemed to do nothing.
I figure some of them must be the F buttons and shifts. I know the shifts are right, but is there a way I can tell which shift is which?
-
nevermind, figured out that part of the question. But I would still love more info on the configuring if you don't mind.
Thanks
-
Okay, so I started writing a decent post about how to set up MAME controller files, then I remembered this (http://www.mameworld.net/easyemu/mameguide/mamecontrolini.htm) page.
It does a better job that I could have.
Also, a lot of people have an easier time with the old-style controller files so Howard Casto made a converter that used to be available on his page here (http://www.oscarcontrols.com/lazarus/).
-sab