The NEW Build Your Own Arcade Controls
Main => Software Forum => Topic started by: DP Louie on December 07, 2014, 09:24:24 am
-
Please forgive my ignorance, I haven't been involved with MAME in awhile... ;) I got into collecting/restoring dedicated cabs and picked up an 1978 Atari Skydiver last year that I am going to restore. It did not work when I got it so I sent the board out for repair. Due to continual issues with it, I've decided to install a compact computer running Skydiver on MAME (since the MAME version plays identically to the dedicated). One of the cool things about Skydiver is that the individual letters for "SKYDIVER" will light up during gameplay to earn bonuses. The MAME bezel mimics this feature and I'm hoping there's a way to port this output to some type of driver (ledwiz, etc.) so that I can get the original lights on the bezel to work. Any ideas? Thanks
-
Please forgive my ignorance, I haven't been involved with MAME in awhile... ;) I got into collecting/restoring dedicated cabs and picked up an 1978 Atari Skydiver last year that I am going to restore. It did not work when I got it so I sent the board out for repair. Due to continual issues with it, I've decided to install a compact computer running Skydiver on MAME (since the MAME version plays identically to the dedicated). One of the cool things about Skydiver is that the individual letters for "SKYDIVER" will light up during gameplay to earn bonuses. The MAME bezel mimics this feature and I'm hoping there's a way to port this output to some type of driver (ledwiz, etc.) so that I can get the original lights on the bezel to work. Any ideas? Thanks
If it can be done, LEDBlinky will be able to do it. It can tie MAME output signals to LED events (games that blinked the start buttons will blink in LEDBlinky, for example.)
The big question is if the people who wrote that emulation have all of the outputs tied discretely. If so, you should have no problem setting it up, I'd think.
LEDBlinky has a program that shows you what outputs a game is sending.
http://www.ledblinky.net/downloads/Install%20and%20Config.pdf (http://www.ledblinky.net/downloads/Install%20and%20Config.pdf)
Open up that PDF and search for "MAME Output Test" -- there's a section that talks about it.
I just looked real quick at the source for the skydiver module and it looks like it outputs for two start lamps and S, K, Y, D lamps. I, V, E, and R are documented, but I don't see them in the output list, which is weird. You may have to wire up all of "DIVER" to the "D" output.
-
Nevermind, it does output all of them. They're tied to the outputs "lamps", "lampk", "lampy", "lampd", "lampi", "lampv", "lampe", and "lampr".
So you'd just set up an entry in the mameoutputs.ini file (if its not there) a [skydiver] section and map those eight outputs to the correct eight outputs on your LED driver board, and it'll just work.