Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Banacek on June 21, 2014, 03:10:05 am

Title: MAME CTRLR Trackball/Spinner example
Post by: Banacek on June 21, 2014, 03:10:05 am
I thought for sure there was a way to customize the CTRLR cfg file to have all spinner and trackball games use your spinner and trackball, but I can't seem to find an example anywhere. Can someone provide an example please?

Thanks!
Title: Re: MAME CTRLR Trackball/Spinner example
Post by: Banacek on June 21, 2014, 12:43:33 pm
I have no idea why I couldn't remember this last night  ???
Code: [Select]
<port type="P1_DIAL" mask="255" defvalue="0">
    <newseq type="standard">MOUSECODE_1_XAXIS</newseq>
</port>
<port type="P1_TRACKBALL_X" mask="255" defvalue="0">
    <newseq type="standard">MOUSECODE_1_XAXIS</newseq>
</port>
<port type="P1_TRACKBALL_Y" mask="255" defvalue="0">
    <newseq type="standard">MOUSECODE_1_YAXIS</newseq>
</port>

I'm going to blame lack of sleep...