I found what makes the table hang, it is part of the script Pmax65 added. This does work on all the other Taito tables, but in this one it just hangs.
I'll fix that in my next revision, but for now, open the script, find the Sub NVramPatchExit, at almost the end of the script, and comment the 3 lines as shown below.
Sub NVramPatchExit
If LampState(GameOverLampID)Then
Kill GetNVramPath + "\" + cGameName + ".nvb"
' Do
' LampTimer_Timer ' This loop is needed to avoid the NVram reset (losing the hi-score and credits)
' Loop Until LampState(20) = 1 ' when the game is over but the match procedure isn't still ended
End If
End Sub
I'll check it a little more to see why it hangs, when other tables seem to work fine.
PS I guess you know that to comment a line you simply add a ' in front of the line. If you didn't know that, then now you know

Edited by jpsalas, 24 October 2020 - 08:19 AM.