Here are the switches and lights from the 250cc (Inder - 1992).directb2s I screen shot every one of these.
Also here are the ones from the table. Most of these are not listed.
Sub UpdateLamps()
Lamp 1, li1
Lamp 2, li2
Lamp 3, li3
Lamp 6, li6 ' "Match"
Lamp 7, li7 ' "Game Over"
Flash 9, li9
Flash 10, li10
Flash 11, li11
Flash 12, li12
Lamp 17, li17
Lamp 18, li18
Lamp 19, li19
Lamp 20, li20
Lamp 21, li21
Lamp 25, li25
Lamp 26, li26
Lamp 27, li27
Lamp 28, li28
Lamp 31, li31 ' "Ball in Play"
Lamp 32, li32 ' "Handicap"
Lamp 33, li33
Lamp 43, li43
Lamp 44, li44
Lamp 45, li45
Lamp 46, li46
Lamp 47, li47
Lamp 48, li48
Lamp 49, li49
Lamp 50, li50
Lamp 51, li51
Lamp 52, li52
Lamp 53, li53
Lamp 54, li54
Lamp 55, li55
Lamp 56, li56
' 1 is on, 0 is off
If LampState(14) = 1 Then
GateF.RotateToStart
Else
GateF.RotateToEnd
End If
If LampState(15) = 0 Then dtBankL.DropSol_On: LampState(15) = 1
If LampState(16) = 0 Then dtBankR.DropSol_On: LampState(16) = 1
'DisplayExtraBall
If LampState(36) = 1 And LampState(37) = 1 Then Extra.SetValue 0
If LampState(36) = 0 And LampState(37) = 1 Then Extra.SetValue 1
If LampState(36) = 1 And LampState(37) = 0 Then Extra.SetValue 2
If LampState(36) = 0 And LampState(37) = 0 Then Extra.SetValue 3
End Sub
Here is the VPX table. https://www.vpforums...&showfile=14252
Edited by Mitchell, 26 November 2020 - 05:12 PM.