Thank you.
How did you figure that out?
Ok. I added those lights, and now they continuously rotate (attract mode and gameplay). Is that the expected behavior?
Posted 06 December 2010 - 11:19 PM
Posted 08 December 2010 - 11:34 AM
Edited by jrcp_kun, 08 December 2010 - 06:43 PM.
Posted 16 December 2010 - 12:19 PM
If you want to check my latest uploads then click on the image below:
Next table? A tribute table to Stern's Foo Fighters
Posted 10 January 2017 - 06:21 PM
Hi JP & community,
we love this table!!! How can we switch it to play 5 balls? The DIP switch menue that shows up pressing F6 is not a full picture of the switchboard as described in the manual (page 7). And when I look into the nvram I cannot see which position is to be switched (from 3 to 5 or from 0 to 1).
All suggestions are welcome,
thanks in advance, Christian.
Posted 11 January 2017 - 03:27 PM
Hi JP & community,
we love this table!!! How can we switch it to play 5 balls? The DIP switch menue that shows up pressing F6 is not a full picture of the switchboard as described in the manual (page 7). And when I look into the nvram I cannot see which position is to be switched (from 3 to 5 or from 0 to 1).
All suggestions are welcome,
thanks in advance, Christian.
According to the manual, the DIP 12 is the one to change, but I have tried to change it and it keeps playing with 3 balls. I have tried changing some other switches, but they didn't work either.
I even tried adding this to the table_init, which should set on the dip switch 12
Controller.Dip(0) = (0*1 + 0*2 + 0*4 + 0*8 + 0*16 + 0*32 + 0*64 + 0*128) '01-08
Controller.Dip(1) = (0*1 + 0*2 + 0*4 + 1*8 + 0*16 + 0*32 + 0*64 + 0*128) '09-16
But it didn't work either.
So I don't know.
If you want to check my latest uploads then click on the image below:
Next table? A tribute table to Stern's Foo Fighters
Posted 14 January 2017 - 03:08 PM
Hi Christian,
Dip1 is triggering the number of balls. OFF=3, ON=5.
With the older pins, we can refer to the manual only to know what can be set by the DIP switches, the numbers are almost always different.
Maybe I can find out some of the other settings as well.
Michael
Edit:
Dip4 = Match feature
(0=Light 121, 1=Light 122, 2= Light 113 ... 9=Light 120)
Dip5,Dip7,Dip9,Dip11,Dip13,Dip15 = Coin chute settings
Edited by mfuegemann, 14 January 2017 - 04:16 PM.