Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: MAME CTRLR Trackball/Spinner example  (Read 1179 times)

0 Members and 1 Guest are viewing this topic.

Banacek

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 294
  • Last login:November 08, 2017, 05:01:31 pm
MAME CTRLR Trackball/Spinner example
« 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!

Banacek

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 294
  • Last login:November 08, 2017, 05:01:31 pm
Re: MAME CTRLR Trackball/Spinner example
« Reply #1 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...