Hello,
Does anybody have dual Act-Labs Light Guns working with MAMEUI V124?
I've read old posts and the WIKI, but both guns move the blue cursor.
I've included bits of my mame.ini and default.cfg below.
Please note that in default.cfg, I manually changed GUNCODE_1 to GUNCODE_2 for Player 2, as during in game configuration both guns were seen as GUNCODE_1.
Thanks for your help!
- Mark
Here is the relevant parts of mame.ini:
#
# CORE INPUT OPTIONS
#
mouse 1
lightgun 1
multimouse 1
offscreen_reload 1
#
# CORE INPUT AUTOMATIC ENABLE OPTIONS
#
lightgun_device lightgun
#
# INPUT DEVICE OPTIONS
#
dual_lightgun 1
Here are the relevant parts of default.cfg:
<port type="P1_BUTTON1">
<newseq type="standard">
GUNCODE_1_BUTTON1 OR KEYCODE_LCONTROL
</newseq>
</port>
<port type="P2_BUTTON1">
<newseq type="standard">
GUNCODE_2_BUTTON1 OR KEYCODE_A
</newseq>
</port>
<port type="P1_LIGHTGUN_X">
<newseq type="standard">
GUNCODE_1_XAXIS
</newseq>
</port>
<port type="P2_LIGHTGUN_X">
<newseq type="standard">
GUNCODE_2_XAXIS
</newseq>
</port>
<port type="P1_LIGHTGUN_Y">
<newseq type="standard">
GUNCODE_1_YAXIS
</newseq>
</port>
<port type="P2_LIGHTGUN_Y">
<newseq type="standard">
GUNCODE_2_YAXIS
</newseq>
</port>