I'm having a problem, I assume a classic 'blocking' problem with the NES controller interface I've built for my cabinet. I mentioned this as a follow-up to my previous post about this adapter in Consoles, but I thought maybe my chances of being seen by someone else might be better over here.
I built a 2-player NES adapter, and each controller works perfectly when it's the only one hooked up. When I hook them both up, however they have one problem: both controllers cannot press the "right" directional at the same time. It causes them to both behave as if nothing is being pressed. Other buttons don't have this problem, nor does "right" block any other button.
Does anyone have an idea what might cause this, or how I can troubleshoot it? The wiring all looks right to me, and I assume if it wasn't, I wouldn't get so nearly proper behavior.
I built the parallel port interface that's documented here:
http://www.dreamcliff.com/personal/daniel/jump/mport.htm , which is the basic directpad pro interface. I've got power and ground wired into the joystick port so that I can draw 5V. I'm using DPpro on win98, but I've tried other software with the same result, so it's definitely a hardware problem. The only deviation from the problem is that I used 2 RJ-45 jacks instead of the DB-9 connectors, so that I can just plug the controllers into a wallport on the side of my cabinet.
Thanks for any help or ideas you can provide.