Check the switches options with the F6 key
I have done settings of all the table and a lot of roms don't have match feature enabled or other bonus switches are disabled by default
I checked those, but it is on.
or they are on i should say
I tried commenting this whole section out, just to see if it made a difference
'Gottlieb Pink Panther
'added by Inkochnito
Sub editDips
Dim vpmDips : Set vpmDips = New cvpmDips
With vpmDips
.AddForm 700,400,"Pink Panther - DIP switches"
.AddFrame 2,10,190,"Maximum credits",49152,Array("8 credits",0,"10 credits",32768,"15 credits",&H00004000,"25 credits",49152)'dip 15&16
.AddFrame 2,86,190,"Coin chute 1 and 2 control",&H00002000,Array("Seperate",0,"Same",&H00002000)'dip 14
.AddFrame 2,132,190,"Playfield special",&H00200000,Array("Replay",0,"Extra Ball",&H00200000)'dip 22
.AddFrame 2,178,190,"Maximum blue diamond total",&H80000000,Array("maximum 40",0,"maximum 50",&H80000000)'dip32
.AddFrame 2,224,190,"High score to date awards",&H00C00000,Array("Not displayed and no award",0,"Displayed and no award",&H00800000,"Displayed and 2 replays",&H00400000,"Displayed and 3 replays",&H00C00000)'dip 23&24
.AddChk 2,300,190,Array("Sound when scoring?",&H01000000)'dip 25
.AddChk 2,315,190,Array("Replay button tune?",&H02000000)'dip 26
.AddChk 2,330,190,Array("Coin switch tune?",&H04000000)'dip 27
.AddChk 2,345,190,Array("Credits displayed?",&H08000000)'dip 28
.AddChk 2,360,190,Array("Match feature",&H00020000)'dip 18
.AddChk 2,375,190,Array("Attract features",&H20000000)'dip 30
.AddFrameExtra 205,10,190,"Attract tune",&H0200,Array("No attract tune",0,"attract tune played every 5 minutes",&H0200)'S-board dip 2
.AddFrame 205,56,190,"Balls per game",&H00010000,Array("5 balls",0,"3 balls",&H00010000)'dip 17
.AddFrame 205,102,190,"Replay limit",&H00040000,Array("No limit",0,"One per ball",&H00040000)'dip 19
.AddFrame 205,148,190,"Novelty",&H00080000,Array("Normal",0,"Points",&H0080000)'dip 20
.AddFrame 205,194,190,"Game mode",&H00100000,Array("Replay",0,"Extra ball",&H00100000)'dip 21
.AddFrame 205,240,190,"3rd coin chute credits control",&H00001000,Array("No effect",0,"Add 9",&H00001000)'dip 13
.AddFrame 205,286,190,"Tilt penalty",&H10000000,Array("Game over",0,"Ball in play",&H10000000)'dip 29
.AddFrame 205,332,190,"Playfield special adjust",&H40000000,Array("On 20% longer than conservative",0,"Conservative",&H40000000)'dip 31
.AddLabel 50,400,300,20,"After hitting OK, press F3 to reset game with new settings."
End With
Dim extra
extra = Controller.Dip(4) + Controller.Dip(5)*256
extra = vpmDips.ViewDipsExtra(extra)
Controller.Dip(4) = extra And 255
Controller.Dip(5) = (extra And 65280)\256 And 255
End Sub
Set vpmShowDips = GetRef("editDips")
But, it did not.
removed the nvram, no difference, so i dont know if the table saves those to the users folder maybe or something?
Again, the LED's in question ARE displaying in the VPM display
Just not in the B2S display
And only when the B2S is launched with this table file
Here is with a dummy table
(I have just kludged the existing backglass for 7 digits cause my new one is on my desktop PC)
see the 2 00 displays under the 8 credits and empty ball in play counter?

Ok now watch
Same backglass, same rom, just changing the table file
AND i commented out all the DIPs stuff
Where my 00's go?
Weird, and it is probably something totally stupid that i should be seeing
