The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: j1345 on September 04, 2015, 10:49:26 am

Title: Possible to use Kensington Track ball for tempest/centapede in Mame?
Post by: j1345 on September 04, 2015, 10:49:26 am
I have a nice kensington turbo track ball with a wheel on the outside of the trackball.

is there a way to rig it to mame to play centepede and use the outside spinner to play tempest?

I tried to reconfigure the mame setting to see it but it only sees the up/down function as I roll to trackball but not anything else.
any advice?



Title: Re: Possible to use Kensington Track ball for tempest/centapede in Mame?
Post by: lamprey on September 04, 2015, 11:39:10 am
Assume that  turbo track ball acts like a mouse, then it should be possible.

In the mame.ini file you need to adjust a few things. Under the #CORE INPUT AUTOMATIC ENABLE OPTIONS you'll want to change the appropriate items from "keyboard" to "mouse", probably for "paddle_device" and/or "dial_device". Additionally, you'll probably want to change the "multimouse" to 1 in the # CORE INPUT OPTIONS section.

Once you do that, then you can go into the in-game config (TAB) and configure the input for that game.

Code: [Select]
#
# CORE INPUT OPTIONS
#
...
multimouse                1
...

#
# CORE INPUT AUTOMATIC ENABLE OPTIONS
#
paddle_device             mouse
adstick_device            mouse
pedal_device              mouse
dial_device               mouse
trackball_device          mouse
lightgun_device           mouse
positional_device         mouse
mouse_device              mouse
Title: Re: Possible to use Kensington Track ball for tempest/centapede in Mame?
Post by: j1345 on September 04, 2015, 10:15:11 pm
Thanks so much!!!  That did the trick...  FINALLY can play Tempest with the scroll wheel and Centipede with my Turbo mouse track ball...  Surprised the other games still worked with my joystick  LOL...Was afriad it was going to mess with my other games.

Everything works great!!