Need help real quick

This is the main shmups forum. Chat about shmups in here - keep it on-topic please!
Post Reply
User avatar
apple arcade
Posts: 523
Joined: Sun Nov 29, 2009 10:05 pm

Need help real quick

Post by apple arcade »

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
Ixmucane2
Posts: 783
Joined: Mon Jan 19, 2009 3:26 pm
Location: stuck at the continue prompt

Re: Need help real quick

Post by Ixmucane2 »

apple arcade wrote:so i finally got battle garegga working in mame 32
Not at all difficult...
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
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).
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>
This means that both the left arrow and the "left" state on digital axis X of USB game controller "1" are mapped to left for player 1 side joystick, for any games with a digital player 1 joystick.

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.
Post Reply