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: 2 U360 sticks controller mapping  (Read 6056 times)

0 Members and 1 Guest are viewing this topic.

baldgeek

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 16
  • Last login:July 25, 2021, 03:38:21 am
2 U360 sticks controller mapping
« on: January 20, 2020, 07:45:02 pm »
So based on the USB device order, the sticks on my panel are not mapped to player 1 and player 2 the way I want them.

How can I use the controller mapping described at https://docs.mamedev.org/advanced/devicemap.html

I tried editing cfg/default.cfg and that doesn't work.


baldgeek

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 16
  • Last login:July 25, 2021, 03:38:21 am
Re: 2 U360 sticks controller mapping
« Reply #1 on: February 11, 2020, 12:04:27 pm »
So I figured it , thanks to helpful folks a /r/MAME on reddit.

Here is the xml file I ended up using:
<?xml version="1.0"?>

<!-- This file is autogenerated; comments and unknown tags will be stripped -->

<mameconfig version="10">

<system name="default">

<input>

<mapdevice device="0300000009d200001205000011010000" controller="JOYCODE\_2" />

<mapdevice device="0300000009d200001105000011010000" controller="JOYCODE\_1" />

</input>

</system>

</mameconfig>