so i finally got battle garegga working in mame 32
issue im having now is i can't get it to recognize my TE stick
can someone help me out here? i'm a totally mame n00b
i just want to play battle garegga
Need help real quick
-
apple arcade
- Posts: 523
- Joined: Sun Nov 29, 2009 10:05 pm
Need help real quick
If you're going to shop at Play-Asia Import Gaming please us my affiliate link. 
The Finer Points of Insanity Blogspot
...I want to make some babies

The Finer Points of Insanity Blogspot
...I want to make some babies
Re: Need help real quick
Not at all difficult...apple arcade wrote:so i finally got battle garegga working in mame 32
MAMEUI has XML configuration files that map anything you want to logical inputs, for a single game, a driver, or globally. For example I have special mappings for Neo-Geo games (buttons on ZXCV) and for Street Fighter II (buttons on ASDZXC).apple arcade wrote:issue im having now is i can't get it to recognize my TE stick
can someone help me out here? i'm a totally mame n00b
i just want to play battle garegga
A representative fragment from one of the example configuration files:
Code: Select all
<port type="P1_JOYSTICK_LEFT">
<newseq type="standard">KEYCODE_LEFT OR JOYCODE_1_XAXIS_LEFT_SWITCH</newseq>
</port>
You are probably interested in the configuration files in the ctrlr subdirectory; choose the appropriate one in Default Game Options -> Controllers -> Default Input Layout.
You don't need to customize these files by hand; you can make a copy of an existing configuration file, select it and modify current inputs from the in-game menu while playing.