I wonder if anyone can help me with a problem I have with my Robotron project. I built a little bartop some time ago (build thread is linked in my sig) and the control panel is basically the same as the original machine. Two joysticks and two buttons for P1 and P2 start. On my machine I'm using U360s with the two buttons wired into one of the sticks. So no IPac or Minipac etc.
I don't want a credit button on the machine anywhere so I figured I could input credits by pushing UP on one of the sticks while pressing P1 button. That's fine but as you enter the second credit you start a game because you're pressing P1 start. I read up on the TAB button command and I understand that by pressing one key then pressing a second key twice quickly this implements the NOT command.
So you get Player 1 Start: Button X NOT Button Y
But I can't get this to work with the joysticks. I'm trying to press P1 start then move the joystick up twice very quickly to get the stick movement to be NOT... but it just registers it as P1 AND Joystick Up.

Is there any other way to implement this NOT command for P1 Start? Any .ini or config files I can manually input this without using the automated TAB menu?