Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Apollo on July 01, 2004, 04:33:25 am

Title: Trackball control help please
Post by: Apollo on July 01, 2004, 04:33:25 am
OK so my Happ trackball interfaced with USB Opti-Pac works just fine as a mouse but when I try to use it in a game I get nothing. What's up? I am using windows command line MAME & Mamewah how do I change the settings of each game so that trackball will control it?
Thankyou
Title: Re:Trackball control help please
Post by: Goz on July 01, 2004, 05:21:04 am
I think you need to edit mame.ini

### Input device options ###
mouse                   1

I could be wrong. It 2:22am and I probably shouldn't be posting.

-Goz
Title: Re:Trackball control help please
Post by: Apollo on July 01, 2004, 05:36:45 am
Can anyone confirm this and if so where the hell is the mame.ini file?
Title: Re:Trackball control help please
Post by: REBIRTH on July 01, 2004, 07:13:06 am
Yes (at least 95% sure).  95% of the time, this is the issue.  In the Mame directory there is a file called "mame.ini".  You can edit it with notepad, it will probably say

### Input device options ###
mouse                  0

now - just change that 0 to a 1.  It comes standard with that set to a 0, and if it is still zero you would have no mouse control within Mame.  
Title: Re:Trackball control help please
Post by: JustMichael on July 01, 2004, 12:36:36 pm
Can anyone confirm this and if so where the hell is the mame.ini file?

changing mouse 0 to mouse 1 will allow mice (trackballs, spinners) to work.  As for where the Mame.ini file is, this is dealt with in the docs that come with Mame.  In the "windows.txt" file the option to create the Mame.ini file is the first option listed and it says:

-createconfig / -cc

   Creates the default MAME.INI file. All the following configuration
   options can be permanently changed by editing this configuration file.

You will have to run Mame from a command line with either -createconfig or -cc option.