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: MAME Coin Control  (Read 2296 times)

0 Members and 1 Guest are viewing this topic.

chinagreenelvis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 21
  • Last login:May 26, 2025, 12:51:05 am
MAME Coin Control
« on: January 10, 2017, 03:42:33 pm »
I've written a program which will allow a set number of coins to be given to a player to start any game with. A timer adds new coins after a specified interval as a reward for continued play.

Download: http://www.chinagreenelvis.com/programs/mamecc
AHK Forum Topic: https://autohotkey.com/boards/viewtopic.php?f=19&t=26298

Controls:

Joy10 (Right thumbstick click on up to four controllers): Add coins
F1: Permanently disable/re-enable the limiter

Defaults:

Interval: 5 minutes (300000 ticks) (one additional coin each interval)
Starting coins: 4

Instructions:

Mame must be compiled to force Direct Input. Start the program when MAME.exe starts; to exit the program via CMD, run MAME Coin Control.exe q

Settings are included in the INI file. The AHK source can be edited and recompiled in order to change which input you prefer for each player. (Just change "1Joy10" to your preferred input for player one, for example.)

Timers for additional coins are individualized except for games which share credits between players. Coins can only be added manually once for each player before the individual timers begin, so if you press the input before the game allows credits to be given, you will need to restart the game or use the F1 key to disable and re-enable the program.
« Last Edit: January 10, 2017, 03:47:22 pm by chinagreenelvis »

EssexMame

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 472
  • Last login:July 22, 2025, 11:52:28 am
  • Mame Weekender
Re: MAME Coin Control
« Reply #1 on: January 11, 2017, 08:07:43 am »
Interesting! I'll take a look when I get chance. Certainly, the ability to play through some games, Gauntlet springs to mind, simply by pressing a button renders them much less fun than in the arcades when I had limited funds and therefore progress was limited by money and I needed to be better at the game to progress.