The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: CM on December 16, 2002, 01:10:01 pm

Title: Enable trackball in Laz
Post by: CM on December 16, 2002, 01:10:01 pm
At the risk of sounding lazy  ;)   can someone enlighten me on why, say Marble Madness, will recognize the trackball through Mame, but will not recognize it through Mame under Lazarus?  I figure I need to add an enable parameter somewhere ??   (Using Happs 3" TB, Optipac+Ipac setup)
Title: Re:Enable trackball in Laz
Post by: Howard_Casto on December 16, 2002, 02:00:57 pm
Lazarus does use the trackball, read the manual for naviagtion instructions.  :)
Title: Re:Enable trackball in Laz
Post by: CM on December 17, 2002, 01:45:52 am
Well I tinkered with it for a bit and found the hang-up.  I needed "-mouse" as a command line option in my lazarus mame.cfg file.   The mame executable I have defaults the mouse to "off", but the mame gui I sometimes test with has a .ini file that remembered when I told it to turn mouse on.

Oh well .. all better now  :)