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: MAMEWah support trackballs at all?  (Read 1957 times)

0 Members and 1 Guest are viewing this topic.

chris

  • Guest
  • Trade Count: (0)
MAMEWah support trackballs at all?
« on: July 24, 2002, 02:52:09 pm »
I have it installed and it seems to be working well for most stuff but if I try to play Centipede or Missile Command or Golden Tee it will not see the trackball.  MAME32 used to do this the first time so you would have to go into properties and enable mouse control then it worked fine, but I do not see such an option on MAMEWah.

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:MAMEWah support trackballs at all?
« Reply #1 on: July 24, 2002, 05:54:23 pm »
OK, I guess you're using Windows MAME (not MAME32) now.  In order to enable mouse (trackball) support, you need to create and edit 'MAME.INI'.  To create MAME.INI, run: 'MAME -cc'.  Then edit MAME.INI and find the part that says '### Input device options ###'.  Just after this it will say 'mouse   0', change the '0' to a '1' and save MAME.INI.

This is the equivalent of clicking the 'enable mouse' part in MAME32.  MAME32's built-in frontend is just used to control MAME's .INI file(s).

Give it a try, you should find those trackball games work just fine :)

chris

  • Guest
  • Trade Count: (0)
Re:MAMEWah support trackballs at all?
« Reply #2 on: July 24, 2002, 06:07:07 pm »
ok will try that tonight after work

let me be a real pain and ask you this:

I want to use trackball in 99% of trackball games but for Terminator 2, I want to use the 2 joysticks and not the trackball.  Is there a way to force that one game to use the joys?

chris

  • Guest
  • Trade Count: (0)
Re:MAMEWah support trackballs at all?
« Reply #3 on: July 24, 2002, 11:32:19 pm »
Worked great, thanks Minwah.  Also T2 is still working with joys so all is well there!  

Next question for you:

In MAME32, some games such as Satan's Hollow,  Blasteroids, Pinball, etc, wouldnt fit on the screen correctly at the default settings.  All I had to do to make them fit was quit out,  go into advanced options and de click the "stretch using hardware" checkbox.  Then they all pretty much fit.

In MAMEWah, the same games no longer fit on the screen, but of course there is no place to declick that box.  How do I change these games on a game by game basis to make them fit?

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:MAMEWah support trackballs at all?
« Reply #4 on: July 25, 2002, 05:13:39 am »
The setup for 'ALL' games is stored in MAME.INI.  .INI files can be used for setting up individual games as well.

Here's an example for Blasteroids:

1) Copy MAME.INI to BLSTROID.INI
2) Edit BLSTROID.INI
3) Change the required part:
ie to enable 'hardware stretch' change the 'hwstretch  1' part to 'hwstretch  0'

You can also create VECTOR.INI which will be applied to all vector games.  And driver-specific INI files can be used to apply the settings for all games in that driver (eg TAITO_F3.INI).

Hope this helps