Hello all,
I have 1 trackball on my cp, and I was trying to figure out how to enable the 2 mouse buttons, P1B1/P!B2, and P2B1/P2B2 to all be P1B1/P1B2 when I'm playing a game that requires it.
I set these options in my mame.ini file to enable the mouse automatically for games:
paddle_device mouse
adstick_device mouse
pedal_device mouse
dial_device mouse
trackball_device mouse
lightgun_device mouse
digital none
..and that seems to work great, only I'm having trouble finding where to set up mouse-specific options.
The old way I was able to do this by having a mouse.ini with those specific settings in there, but the new XML-style ctrlr file parsing doesn't seem to care about a <system name="mouse"></system> stanza. Is there some better way of doing it? Is there some other element other than <system/> that I should use there?
Even better, how about a DTD?
-Steve