The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: syph007 on August 28, 2011, 10:29:37 pm

Title: Altering the tone used when coin inserted in MAME
Post by: syph007 on August 28, 2011, 10:29:37 pm
I'd love to change the coin up tone to an actual recording of a coin going through a coin mech, since my new bartop cant have actual coin mechs.

I've compiled the source and looked at a few parts of the code before, so I'm not starting from complete scratch here. 

Just wondering if anyone has done anything similar, or could point me in the write direction.
Title: Re: Altering the tone used when coin inserted in MAME
Post by: Paul Olson on August 29, 2011, 12:18:38 am
That is probably emulated per game, or at least per driver, so I don't think I would try to go that route. It would probably be a lot easier to play a sound through the front end when the coin switch is triggered.
Title: Re: Altering the tone used when coin inserted in MAME
Post by: headkaze on August 29, 2011, 12:56:58 am
This has been discussed a few times on here before. The first result in my search gave me this link (http://forum.arcadecontrols.com/index.php?topic=96878.msg1021006)
Title: Re: Altering the tone used when coin inserted in MAME
Post by: syph007 on August 29, 2011, 10:24:02 am
This has been discussed a few times on here before. The first result in my search gave me this link (http://forum.arcadecontrols.com/index.php?topic=96878.msg1021006)

Ahh he used an autohotkey script... that works. Thanks!