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: A few questions about integration of MAXIMUS,MAME Arcade VGA and Trackball  (Read 1182 times)

0 Members and 1 Guest are viewing this topic.

Jm1010

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 20
  • Last login:November 17, 2008, 08:16:22 pm
Hi folks, I know I'm pushing my luck here but I've just flicked the switch on our arcade project for the first time this weekend and ... for the most part it was a success but I still have a few issues to iron out. Instead of posting different help requests I thought I'd put them all here in case someone knowsthe answer to all / most of them:

First Maximus and Mame: Is it better to use mame (what I'm using) vs mame32 as Maximus is a front end?

2) How can I integrate the ArcadeVGA setting for arcade monitor in Mame version 119 ( I don't have an ini file to edit and I don't know how to use the "switch"to create one.. do you start from the run prompt and add the swith after the mame.exe ??

3) My trackball (happs control 3") is connected by USB via an optipac board and my slickstik spinner connects directly to a usb pot on the computer. Both kind of work outside of Maximus but they don't work in any Mame game. I read in another post to delete some Trackball settings in Mame config but that didn't work for me.

Any help on any of the above three is greatly appreciated!


Jean

DeLuSioNal29

  • Global Moderator
  • Trade Count: (+6)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4779
  • Last login:July 11, 2025, 09:17:44 am
  • Build the impossible -"There is no Spoon"
    • DeLuSioNaL's YouTube Videos
1)  Maximus works best with the command line version of MAME32.  (Not MameUI, etc).
2)  You need to edit your mame.ini file to setup the arcade VGA.  To get the mame.ini to appear:  At the command line (go to run in windows and type cmd to get the c: prompt) In your MAME directory, type:  mame -cc  This will create the .ini file that you need.  Then you can follow the instructions here to install it:  http://www.ultimarc.com/avgainst.html
3)  You have to also edit your mame.ini file to enable mouse support.  There should be a section similar to the following:
Code: [Select]
### Input device options ###
mouse                   1
joystick                1
lightgun                0
Just make sure the mouse is set to 1 to enable it.

~ DeLuSioNaL
Stop by my Youtube channel and leave a comment:

Jm1010

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 20
  • Last login:November 17, 2008, 08:16:22 pm
thanks A lot. I'll give it a try this week.end

Jean