Propeller + Pinball
LEDboy
Posts: 21
Anybody else thought about making a Propeller driven PinBall machine? I dont think the Propeller portion would be to hard...but designing the pinball machine...well not even sure where to start with that...anyone know how to make a pinball machine?
Comments
Of course, if you want a real one, you will have to use the accelerometer chips for tilt detection ·and perhaps a GPS chip for theft detection?
I suspect the real ones use solenoids which operate when the stainless ball shorts the contacts.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBladeProp, SixBladeProp, website (Multiple propeller pcbs)
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: Micros eg Altair, and Terminals eg VT100 (Index)
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
Post Edited (Cluso99) : 4/30/2009 6:16:46 AM GMT
A Prop would be an interesting brain for a pinball machine as you could easily dedicate a single cog to handling the switch and lamp matricies.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Composite NTSC sprite driver: http://forums.parallax.com/showthread.php?p=800114
NTSC color bars (template): http://forums.parallax.com/showthread.php?p=803904
The way pinball games are usually developed is based on a system platform. The CPU (usually a 6800 series) runs an interpreter, and the game designer will write scripts to create the game rules, scoring, etc. You need to make it easy to change parameters of the game when doing play-testing, making harder versions, etc. I think a good place to start would be to grab an existing table, keep the electromechanical stuff and replace the system board. It would be a pretty cool project!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Gadget Gangster - Share your Electronic Projects - Sign up as a Designer and get a free 4-pack of Project Boards!
However, all this is from my recollections of playing the machines as a kid. I have no actual knowledge. These machines originally predated ICs, so I think it would be reasonable to suspect it was all based on solenoids and maybe·transistor and r/c circuits.
If it was not based on·a conductive ball, then how could it have possibly worked???
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBladeProp, SixBladeProp, website (Multiple propeller pcbs)
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: Micros eg Altair, and Terminals eg VT100 (Index)
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
I have been collecting pinballs for 20+ years, and I have never seen a case where the ball is used as a conductor. All games that I have seen use either a micro switch with some fancy bent wire to actuate it, or a leaf type switch with gold contacts.
So far, I have a prototype installed in a Totem pinball. I am simply amazed at the speed of the prop. Currently I am driving the entire pinball with just 3 io lines. All the inputs and outputs are drivin with 74hct595 and 74hct165 shift registers. 1 cog is updating all 28 score digits, all 8 soleniods, 36 lamps, and reading 74 switches. I actually had to put a delay in the update routine, as it was updating everything over 3000 times a second!
I still have many bugs to squash, but I intend on posing the source code, with hopes that anyone can customize one of these machines. One of the great things about using the prop, is the user can connect a tv to the pinball and see all of the switches on the screen for diagnostics.
-Brian
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
1986 Chevy EL Camino·· No prop yet
1984 Suzukie GS1100GK No prop yet
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Need to make your prop design easier or secure? Get a PropMod has crystal, eeprom, and programing header in a 40 pin dip 0.7" pitch module with uSD reader, and RTC options.
xtcpinball.com/?p=43
I've been searching, I seem to remember a thread on this a year or more ago, but I forgot if it was a Parallax forum or somewhere else. I remember following links to a company that sold repair parts for pinball machines. I'll keep looking.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Brian
uController.com - home of SpinStudio - the modular Development system for the Propeller
PropNIC - Add ethernet ability to your Propeller! PropJoy - Plug in a joystick and play some games!
SD card Adapter - mass storage for the masses Audio/Video adapter add composite video and sound to your Proto Board
Post Edited (parts-man73) : 5/1/2009 8:18:14 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Need to make your prop design easier or secure? Get a PropMod has crystal, eeprom, and programing header in a 40 pin dip 0.7" pitch module with uSD reader, and RTC options.
Microswitches are cheap these days and can be fed to the prop which can run drivers for the solenoids, and can make all kinds of interesting sounds with Ale's??? sound generator and video displays with VGA/TV
Like an old pinball with modern effects I used to love playing pinballs when I was a kid.
When you get these running, some pics would be great to see [noparse]:)[/noparse]
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBladeProp, SixBladeProp, website (Multiple propeller pcbs)
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: Micros eg Altair, and Terminals eg VT100 (Index)
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
And, no, there's no way I'm gutting my machine to put a Propeller in it!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
OS-X: because making Unix user-friendly was easier than debugging Windows
links:
My band's website
Our album on the iTunes Music Store
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
OS-X: because making Unix user-friendly was easier than debugging Windows
links:
My band's website
Our album on the iTunes Music Store
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Gadget Gangster - Share your Electronic Projects - Sign up as a Designer and get a free 4-pack of Project Boards!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
1986 Chevy EL Camino·· No prop yet
1984 Suzukie GS1100GK No prop yet
I found a few machines for 100.00 and 200.00