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: Blinky Atari LED  (Read 3098 times)

0 Members and 1 Guest are viewing this topic.

FrizzleFried

  • no one listens to me anyway.
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5146
  • Last login:July 24, 2025, 09:28:02 am
    • Idaho Garagecade
Blinky Atari LED
« on: November 06, 2007, 12:19:20 pm »
Alright,  so I got my Atari Volcano LEDs lit (running a 60-in-1 board in the cabinet so I couldn't just plug `em in...no support for them on the board)...

...but being the anal S.O.B. I am,  I'd LOVE to get them to blink.  I realize I doubt Ill be able to get them to light up when you press them, but just blinking shouldn't be THAT hard,  right?

Any suggestions on how to get em to blink on par with the original?

Visit my arcade blog at: www.idahogaragecade.com (Updated 10-28-21)

ahofle

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4544
  • Last login:August 30, 2023, 05:10:22 pm
    • Arcade Ambience Project
Re: Blinky Atari LED
« Reply #1 on: November 06, 2007, 12:27:29 pm »
You mean when you insert a credit?  It would be easy with MAME, but I'm not sure about the 60 in 1 board.  Does it have any outputs for blinking keyboard LEDs like MAME does?

BrentRadio

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 440
  • Last login:March 11, 2021, 06:26:04 am
  • Stop by for a game and a beer!
    • Jack Daniel's Barcade!
Re: Blinky Atari LED
« Reply #2 on: November 06, 2007, 12:31:20 pm »
Do you want them to constantly blink, even when playing a game? The originals blink when the game is coined up and stay lit depending on which one is pushed.

Brent

FrizzleFried

  • no one listens to me anyway.
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5146
  • Last login:July 24, 2025, 09:28:02 am
    • Idaho Garagecade
Re: Blinky Atari LED
« Reply #3 on: November 06, 2007, 02:10:48 pm »
I'd love for them to mimic the real Centipede...HOWEVER...I realize that isn't going to happen.  Do they stay solid lit before coin-up?  I forgot. 

Visit my arcade blog at: www.idahogaragecade.com (Updated 10-28-21)

ahofle

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4544
  • Last login:August 30, 2023, 05:10:22 pm
    • Arcade Ambience Project
Re: Blinky Atari LED
« Reply #4 on: November 06, 2007, 02:16:03 pm »
They are off until a coin is inserted.  Then player 1 blinks.  If another coin is dropped, player 2 also blinks.  Once you start playing, the LED corresponding to the player 1 or 2 is lit solid during their turn.  When the game is over, both turn off.

shardian

  • Saint is the evil mastermind
  • Trade Count: (+23)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9218
  • Last login:August 21, 2015, 03:11:31 pm
  • Friends don't let friends build frankenpanels...
Re: Blinky Atari LED
« Reply #5 on: November 06, 2007, 03:56:02 pm »
It would be neat to make an interface for volcano buttons. The code wouldn't be that complicated. you'd basically have a counter that keeps track of credits and start presses. A credit switch hit would increase the count 1 and a start button hit would decrease the count by one. a count =1 would blink p1 led, and a count = 2 or greater would flash both led's. Of course, count would have to be set to zero as a minimum. If you know a coding person, they could whip up a simple circuit for you in no time. I bet there would even be a few people willing to pay $20 or so for a simple volcano button interface that would enable flashing for all games.

Kevin Mullins

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4504
  • Last login:February 01, 2021, 01:29:34 pm
    • Me on Myspace
Re: Blinky Atari LED
« Reply #6 on: November 06, 2007, 04:00:56 pm »
Do they stay solid lit before coin-up?   

Only when there was a problem with the game pcb.
Not a technician . . . . just a DIY'er.

ahofle

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4544
  • Last login:August 30, 2023, 05:10:22 pm
    • Arcade Ambience Project
Re: Blinky Atari LED
« Reply #7 on: November 06, 2007, 04:32:41 pm »
It would be neat to make an interface for volcano buttons. The code wouldn't be that complicated. you'd basically have a counter that keeps track of credits and start presses. A credit switch hit would increase the count 1 and a start button hit would decrease the count by one. a count =1 would blink p1 led, and a count = 2 or greater would flash both led's. Of course, count would have to be set to zero as a minimum. If you know a coding person, they could whip up a simple circuit for you in no time. I bet there would even be a few people willing to pay $20 or so for a simple volcano button interface that would enable flashing for all games.

How would you shut them off when the game is over?  I suppose you could put in some kind of switch to detect the player slamming their fist on the control panel in anger to assume 'game over'.  ;D

shardian

  • Saint is the evil mastermind
  • Trade Count: (+23)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9218
  • Last login:August 21, 2015, 03:11:31 pm
  • Friends don't let friends build frankenpanels...
Re: Blinky Atari LED
« Reply #8 on: November 06, 2007, 04:36:36 pm »
It would be neat to make an interface for volcano buttons. The code wouldn't be that complicated. you'd basically have a counter that keeps track of credits and start presses. A credit switch hit would increase the count 1 and a start button hit would decrease the count by one. a count =1 would blink p1 led, and a count = 2 or greater would flash both led's. Of course, count would have to be set to zero as a minimum. If you know a coding person, they could whip up a simple circuit for you in no time. I bet there would even be a few people willing to pay $20 or so for a simple volcano button interface that would enable flashing for all games.

How would you shut them off when the game is over?  I suppose you could put in some kind of switch to detect the player slamming their fist on the control panel in anger to assume 'game over'.  ;D

Hey, I'm no programmer. I took classes in basic and C++, and I've programmed with a basic stamp before. I know enough to create flow charts and the basic idea of what the script would do.

Anyways, I don't think you can get input from MAME, but can probably get input from the front end easy enough, such as when the FE kicks back in after exiting the game. Or, you could just set the "exit button" to zero out the count if you wanna keep it simple. ;)

ahofle

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4544
  • Last login:August 30, 2023, 05:10:22 pm
    • Arcade Ambience Project
Re: Blinky Atari LED
« Reply #9 on: November 06, 2007, 04:41:30 pm »
You can get input from MAME (that's how ledutil works currently to blink my player 1 and 2 start buttons exactly like the original did).  The problem is he is using a 60 in 1 board.

shardian

  • Saint is the evil mastermind
  • Trade Count: (+23)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9218
  • Last login:August 21, 2015, 03:11:31 pm
  • Friends don't let friends build frankenpanels...
Re: Blinky Atari LED
« Reply #10 on: November 06, 2007, 04:46:53 pm »
You can get input from MAME (that's how ledutil works currently to blink my player 1 and 2 start buttons exactly like the original did).  The problem is he is using a 60 in 1 board.

Are you saying this ledutil will work with all games to flash start buttons??

ahofle

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4544
  • Last login:August 30, 2023, 05:10:22 pm
    • Arcade Ambience Project
Re: Blinky Atari LED
« Reply #11 on: November 06, 2007, 04:48:59 pm »
It works for the games that had flashing start buttons, yes.  By default it just blinks your keyboard LEDs though.  You will need something to intercept those like the IPAC or an LED Wiz.

shardian

  • Saint is the evil mastermind
  • Trade Count: (+23)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9218
  • Last login:August 21, 2015, 03:11:31 pm
  • Friends don't let friends build frankenpanels...
Re: Blinky Atari LED
« Reply #12 on: November 06, 2007, 07:24:20 pm »
It works for the games that had flashing start buttons, yes.  By default it just blinks your keyboard LEDs though.  You will need something to intercept those like the IPAC or an LED Wiz.
Ah, now I remember. Thought you had sprung something new on me.

BrentRadio

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 440
  • Last login:March 11, 2021, 06:26:04 am
  • Stop by for a game and a beer!
    • Jack Daniel's Barcade!
Re: Blinky Atari LED
« Reply #13 on: November 06, 2007, 10:10:39 pm »
They are off until a coin is inserted.  Then player 1 blinks.  If another coin is dropped, player 2 also blinks.  Once you start playing, the LED corresponding to the player 1 or 2 is lit solid during their turn.  When the game is over, both turn off.

Not sure this is 100 percent accurate. If you start a 1 player game, only the player 1 will stay lit. If you start a 2 player game, only the player 2 will stay lit. It doesn't switch back and forth during the game.

I just tested this with my Asteroids, Tempest, and Centipede.

Brent

wp34

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4794
  • Last login:April 10, 2022, 09:48:19 pm
Re: Blinky Atari LED
« Reply #14 on: November 06, 2007, 10:50:08 pm »
This is somewhat OT but any suggestions where to buy Atari Volcano LEDs? 

Thanks.

BrentRadio

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 440
  • Last login:March 11, 2021, 06:26:04 am
  • Stop by for a game and a beer!
    • Jack Daniel's Barcade!
Re: Blinky Atari LED
« Reply #15 on: November 07, 2007, 12:26:27 am »
If you are refering to the cherry switch start buttons, you can get them from Todd at TNT Amusements for $10 each. The ones I bought came with the cones and the switches.

If you just want the cones, you can get them in several places. Arcadeshop for one.

There are 2 sizes of cones, tall and short.

Here's a pic of the cherry switch with the cone on top.



Brent
« Last Edit: November 07, 2007, 12:29:50 am by BrentRadio »

ahofle

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4544
  • Last login:August 30, 2023, 05:10:22 pm
    • Arcade Ambience Project
Re: Blinky Atari LED
« Reply #16 on: November 07, 2007, 12:31:47 pm »
Not sure this is 100 percent accurate. If you start a 1 player game, only the player 1 will stay lit. If you start a 2 player game, only the player 2 will stay lit. It doesn't switch back and forth during the game.

I just tested this with my Asteroids, Tempest, and Centipede.

Brent

Ah yes, you are correct.  Thx.

This is somewhat OT but any suggestions where to buy Atari Volcano LEDs? 

Thanks.

RAM Controls also has them available (with and without lighting).  http://www.ram-controls.com/controller-cones.html
« Last Edit: November 07, 2007, 12:33:25 pm by ahofle »

wp34

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4794
  • Last login:April 10, 2022, 09:48:19 pm
Re: Blinky Atari LED
« Reply #17 on: November 07, 2007, 10:55:07 pm »
Thank you both for the tips.  I've been looking for those for a while but did not know what to call them.  Love the old Atari cabs.

Level42

  • Wiki Contributor
  • Trade Count: (+5)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5965
  • Last login:November 13, 2018, 01:56:39 am
  • A Suzo stick is a joy forever...
Re: Blinky Atari LED
« Reply #18 on: November 28, 2007, 02:33:50 pm »
Luigi on this forum has them as well, but he's in Germany. Good price though but with current euro-dollar rate not to great for the US people here. Strongly suggested for the rest of the world people though :D

Brent, how bright should I expect the LEDs to be ? We're pretty spoilt these days with super bright led's of course, but it seems my Centipede LEDs look pretty dim. Also, one is a lot brighter than the other....

Some video (youtube ?) would be great :P

Also, how for "up" should the button be above the cone ?

BrentRadio

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 440
  • Last login:March 11, 2021, 06:26:04 am
  • Stop by for a game and a beer!
    • Jack Daniel's Barcade!
Re: Blinky Atari LED
« Reply #19 on: November 29, 2007, 03:48:37 am »
They should be nice and bright. Not lik today's LED's but, they should light up nicely. I would just replace them both.

arzoo

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2093
  • Last login:January 26, 2025, 08:51:53 am
  • Robots WILL kill you.
    • LEDBlinky
Re: Blinky Atari LED
« Reply #20 on: November 30, 2007, 09:03:01 am »
You can do this with the MaLa LEDBlinky plugin, but as others have said, you'll need to use a LEDWiz or PacDrive. That's a lot of effort (new hardware, new FE) just to blink the credit buttons  :dizzy:
Robots will kill you.



Arcade Addiction