If I make the backglass a EM then all works fine but the table i am building needs a digital (ss) Display. Everything works ok except the credits will not show up. One section of the display lights up and will change when credits are added but not a number on lt 1 section of the number it changes to a different section when another credit is added. Do ss tables need a different call from the script?
Thanks for any help or suggestions
As far as B2S goes with ROM tables, you do not do anything with the script pertaining to the LED segmented display
You simply need to know what led array number a given display is
how many digits in the array
and how many segments do the display digits consist of
So if a table used array 0 for the ball counter, and it used only 1 digit and it was 7 segment
then i would add an LED, which the 1st one added would be 0
set the amount of digits, and set the proper amount of segments, and then it should work
it communicates directly with vpinMAME as to what should be going on with the LEDs
It is mostly a matter of learning what the number of the arrays used is
and if an array has 2 digits but only 1 is ever used, like a ball counter shows 2 digit places, but only one of the ever lights up (cause no one ever has ball 10 11 12 etc) then i believe you have to create the LED accordingly in b2s designer, or it wont work right because the command to turn on segment 1, of array 0, digit 2 would be pointing at a digit you did not give it.