Hello there,
I'm trying to set up MAME 0.121 with two EMS lcd topguns.
I couldn't quite find the solution to my problem on here. Here's my situation in a nutshell:
I'm using smog's driver. It recognizes both lightguns as separate devices.
Both guns control the mouse independently on windows.
MAME recognizes the guns separately in that the triggers are "Gun2Button0" and "Gun3 Button0".
However the X and Y analogs for both guns are "Gun1".
Thus, both guns move both cursors but fire separately.
My mame.ini is as follows:
# CORE INPUT OPTIONS
#
ctrlr                     
mouse                     1
joystick                  0
lightgun                  0
multikeyboard             0
multimouse                1
steadykey                 0
offscreen_reload          1
joystick_map              auto
joystick_deadzone         0.3
joystick_saturation       0.85
#
# CORE INPUT AUTOMATIC ENABLE OPTIONS
#
paddle_device             mouse
adstick_device            lightgun
pedal_device              keyboard
dial_device               mouse
trackball_device          mouse
lightgun_device           lightgun
positional_device         keyboard
mouse_device              mouse
...
# INPUT DEVICE OPTIONS
#
dual_lightgun             0
Any thoughts?