Build Your Own Arcade Controls Forum
Main => Main Forum => Topic started by: rampy on January 13, 2003, 09:24:24 am
-
http://tipovers.org/pictures/arcade-machine/ (http://tipovers.org/pictures/arcade-machine/) as posted on the front page (yesterday?)
Pretty cool idea. Just a note : I had seen a bunch of cheap LED scrollie text thingies on sale at kaybee toy stores after christmas (like 20 - 30 bucks, if I recall correctly) just thought I'd point that out if anyone else wanted to try something similiar.
(it's not my machine btw, i'm just commenting on it)
rampy
-
That looks better than I would have thought it would.
-
I had seen a bunch of cheap LED scrollie text thingies on sale at kaybee toy stores after christmas (like 20 - 30 bucks, if I recall correctly) just thought I'd point that out if anyone else wanted to try something similiar.
I doubt kaybee has anything this nice looking. I'm curious if you can find more into through.
I have a color Beta Brite (almost exactly like the one in this guys cabinet). They are not cheap (run over $100 used on ebay). I use it as an animated clock with scolling msgs for my gameroom. If you buy one of these, make sure it comes with the remote and AC adapter, or you are SCREWED. You would be surpirised how much a 7VAC (not DC) stepdown adapter costs.
-
I had seen a bunch of cheap LED scrollie text thingies on sale at kaybee toy stores after christmas (like 20 - 30 bucks, if I recall correctly) just thought I'd point that out if anyone else wanted to try something similiar.
I doubt kaybee has anything this nice looking. I'm curious if you can find more into through.
I have a color Beta Brite (almost exactly like the one in this guys cabinet). They are not cheap (run over $100 used on ebay). I use it as an animated clock with scolling msgs for my gameroom. If you buy one of these, make sure it comes with the remote and AC adapter, or you are SCREWED. You would be surpirised how much a 7VAC (not DC) stepdown adapter costs.
well that's true.. the kaybee one was red led's only and was moderately cheezy but for the price, eh... *shrug*
rampy
-
Its neat but most game titles are way longer..... it would be annoying to go through that work and expense and it doesn't even work for half your games.
-
Its neat but most game titles are way longer..... it would be annoying to go through that work and expense and it doesn't even work for half your games.
well for long games It could continuously scroll (I almost want to do the super annoying "marquee" tag to illustrate, but wont)
or use license plate style abbreviations/short hand so you wouldn't be sure exactly which game was playing =P anyone up for some strtftr 2 chmpin ed
*Shrug* what the hell do i know?
rampy
-
scrolling would work..... but ewww.
It would only be cool if it were located in a stock exchange ;)
-
I think the dot count on even his sign is much too low. imho Just displaying the game name is kinda lame. Now some graphics (perhaps a monochrome, low-res version of the game's marquee) would be much better. It looks very nasdaq to me as well. ;)
-
well for long games It could continuously scroll (I almost want to do the super annoying "marquee" tag to illustrate, but wont)
or use license plate style abbreviations/short hand so you wouldn't be sure exactly which game was playing =P anyone up for some strtftr 2 chmpin ed
*Shrug* what the hell do i know?
rampy
heck, use the ROM names, really screw your friends up..."galxwart" right..:-)
<bfg;->
-
What I would like to know is, how is this set up? The cabinet owner has no info on his site regarding the hardware required, and does not make it clear if Mame32 has the LED functionality built in already, or if it is a custom compile. Anyone?
-
I can't imagine there being anything within MAME32 to handle this. I've sent the guy an email asking how he did it, along with a link to this topic. If he doesn't reply right in here, I'll post his reply to me (if he replies at all).
-
Now what would be REALLY cool (and REALLY expensive) would be a huge color backlit LCD that took up the entire marquee area, which displayed the actual scanned marquee of the current game!
Wade
-
No kidding. Since I saw the LED thing yesterday, I'v been racking my brain for a way to do some sort of LCD thing with "real" marquee art on it - at least a way to do it cheap enough so that I won't be forced to sell my youngest child. You could have 2 or 3 small flat screen monitors/TV's and split the marquee picture into 2/3 parts. I was at an Islander game on Saturday and they have a 2 foot high LCD looking thing that rings the entire arena, flashing random advertising and team pictures and such. Maybe I could climb up a rafter and steal a 7"x30" piece for my marquee. :-*
-
Apparently this cabinet was made by the programmer who brought us mame32.
http://tipovers.org/ (http://tipovers.org/)
-
I can't imagine there being anything within MAME32 to handle this. I've sent the guy an email asking how he did it, along with a link to this topic. If he doesn't reply right in here, I'll post his reply to me (if he replies at all).
Check this thread- http://www.arcadecontrols.org/yabbse/index.php?board=1;action=display;threadid=3793;start=0 (http://www.arcadecontrols.org/yabbse/index.php?board=1;action=display;threadid=3793;start=0)
Apparently the software part of sending the image isn't the hard part.
These guys are trying to show instruction cards and control layouts thats where they claim the hang up is. Perhaps you could contact one of them to find out how they are planning to send the image out.
-
They explain it in the thread actually, albeit it without much detail...
I'll be writing this in DOS. I already use a small launcher program between Game Launcher and MAME which sets the appropriate mouse driver and MAME version; I only need to modify this launcher to send the image definition to the laptop, wait for the laptop to respond with what images it doesn't have, then transmit those images. The image definition would consist of one or more image overlays along with text labels I can steal most of that from the skinning code I'm writing for DOSCab Jukebox.
-
Hey all--I'm glad you're enjoying my machine. As to how it works:
- in MAME32, under Interface Options, I added the "Broadcast selected game to all windows" option. This creates a windows "Atom" which is just a string that any application can read, and sends a message to all desktop windows with this string (the game name). Since I created MAME32 and still maintain it with the team, this was no big deal.
- I created a separate program which listens for these Atoms and reads the string. It then parses the string and puts as many words on a "page", where a page is the width of the LED sign.
This program communicates with the LED sign over a serial port connection, using a simple text protocol that the LED understands (www.pro-lite.com is where I got the sign, and they will send you the protocol if you ask).
The sign supports a few colors (green, red, orange, yellow), as well as various effects, such as scrolling long messages, displaying each page one after the next, as well as a few other interesting animations such as unfold from the middle, scroll in from the top, etc.
I'd be happy to post this program if other people are interested.
- The sign does support custom graphics, although I haven't used it much, since my sign is old and only supports 300 baud (all their new ones support 9600 baud). The idea of making really low-res versions of real marquees is really cool, but this sign might be just too low-res for it to look good.
Chris
-
That is really clever. Looks like the Tru-Color 2 which would be the size of a marquee (it is 28'' x 4.25'') is $299 for, or $199 each if 6 or more are ordered. Not very authentic for an arcade machine, though allot of pinball games have them. It's a cool idea though... $299 is a bit more than I wanted to spend on the marquee... though if I could get 5 other people to buy one for $199 each.............. :)
Thanks for the info!
Doug
-
Hey all--I'm glad you're enjoying my machine. As to how it works:
- in MAME32, under Interface Options, I added the "Broadcast selected game to all windows" option. This creates a windows "Atom" which is just a string that any application can read, and sends a message to all desktop windows with this string (the game name). Since I created MAME32 and still maintain it with the team, this was no big deal.
- I created a separate program which listens for these Atoms and reads the string. It then parses the string and puts as many words on a "page", where a page is the width of the LED sign.
This program communicates with the LED sign over a serial port connection, using a simple text protocol that the LED understands (www.pro-lite.com is where I got the sign, and they will send you the protocol if you ask).
The sign supports a few colors (green, red, orange, yellow), as well as various effects, such as scrolling long messages, displaying each page one after the next, as well as a few other interesting animations such as unfold from the middle, scroll in from the top, etc.
I'd be happy to post this program if other people are interested.
- The sign does support custom graphics, although I haven't used it much, since my sign is old and only supports 300 baud (all their new ones support 9600 baud). The idea of making really low-res versions of real marquees is really cool, but this sign might be just too low-res for it to look good.
Chris
I always wondered what that option did. I know there are guys working on instruction cards but think it would also be pretty cool for a small laptop sized Marquee. I'm no programmer so I don't even know where to start but if any of you out there could write a program to send this to a laptop I've got some extra 486 laptops that I could send out (for the cost of shipping) so that you would have something to work on. This also goes for the guys working on the instruction cards.
-
How about getting it to work with the display from Pinmame? Seems like that could work?
-
Actually that probably wouldn't work... at least using the method we are working on. The guy working on the dos end fo rthe laptop wants to use a serial connection and a serial connection isn't fast enough to send images at 60fps or even 15 fps for that matter.
-
It would be really easy to do (software-wise) with 2 or 3 older notebooks, but a real mess hardware wise. Also, it would be best if an LCD could be found that is close to the right dims instead of putting 2 or 3 LCDs together. The division of the screens would really detract from an otherwise really cool marquee.
Wade
-
I always wondered what that option did. I know there are guys working on instruction cards but think it would also be pretty cool for a small laptop sized Marquee. I'm no programmer so I don't even know where to start but if any of you out there could write a program to send this to a laptop I've got some extra 486 laptops that I could send out (for the cost of shipping) so that you would have something to work on. This also goes for the guys working on the instruction cards.
actually that sounds pretty sweet. i could probably get something like that going for the marquees and other uses also. how much you think it would be to ship one of those 486's to kenosha, WI?
-
It would be really easy to do (software-wise) with 2 or 3 older notebooks, but a real mess hardware wise. Also, it would be best if an LCD could be found that is close to the right dims instead of putting 2 or 3 LCDs together. The division of the screens would really detract from an otherwise really cool marquee.
I wasn't envisioning marquee width, though if that could be done it would be sweet. :) What I was thinking was mounting a single LCD in the middle of the Marquee with changing graphics. Screen shots, instruction sets, marquees, cabinet pictures, whatever you wanted and it would be based on the game being played. Then fill in each side with graphics or arcade characters or just blank it out.
We're not talking anything close to arcade authentic, this is beyound authenticity, this would be evolutionary. 8)
-
beats my LCDPROC :'(