2 Controllers Into 1

Includes but not limited to: SNES, Genesis, Sega CD, PlayStation 1, Nintendo 64, Dreamcast, Game Gear and I guess the Virtual Boy.

Moderator:Moderators

SweBjorn
Posts:24
Joined:Tue Dec 27, 2011 7:30 pm
2 Controllers Into 1

Post by SweBjorn » Tue Dec 27, 2011 7:33 pm

I tried to make it so 2 controllers control 1 controller on the snes. I cut the wires and merged them together decently.

Like this:

|O..O|--------|
--------------------------D
|O..O|--------|

But it didnt really work. Up and green button worked on 1 controller. Nothing on the other. Any ideas?

User avatar
astronozzle
Posts:14
Joined:Sun Dec 18, 2011 11:19 am
Location:United States

Re: 2 Controllers Into 1

Post by astronozzle » Tue Dec 27, 2011 11:43 pm

I'm not sure I understand what exactly you're doing...can you post a picture?
I've made a huge mistake.

User avatar
hailrazer
Portablizer Extraordinaire
Posts:2764
Joined:Mon Jul 10, 2006 8:57 pm
Location:Georgia Sweet Georgia

Re: 2 Controllers Into 1

Post by hailrazer » Wed Dec 28, 2011 12:27 am

You can't do that.

You would need a switch on the data line or 5v line to switch between the two.
My Portable Systems:
Image
-----Genimini---------Darth64---------Dreamtrooper--------Ncube---------Kamikazi64---N64Boy Advance

SweBjorn
Posts:24
Joined:Tue Dec 27, 2011 7:30 pm

Re: 2 Controllers Into 1

Post by SweBjorn » Wed Dec 28, 2011 10:06 am

I dont want to switch between the two. I want to be able to make it so all singleplayer games can be played as two-players. Both players controll the same guy. Not sure if it's possible but this is how I did:

Image
http://img828.imageshack.us/img828/2651/dsc00158f.jpg" onclick="window.open(this.href);return false;

User avatar
jjhammerstein
Senior Member
Posts:1562
Joined:Tue Nov 18, 2008 7:15 pm
Location:Southern CT
Contact:

Re: 2 Controllers Into 1

Post by jjhammerstein » Wed Dec 28, 2011 3:41 pm

That works on N64.

http://www.youtube.com/watch?v=CHfYdc8y ... r_embedded" onclick="window.open(this.href);return false;
GET FREE WOW GOLD SEX VISIT MODRETRO


SweBjorn
Posts:24
Joined:Tue Dec 27, 2011 7:30 pm

Re: 2 Controllers Into 1

Post by SweBjorn » Wed Dec 28, 2011 3:53 pm

Man I wish my post actually got verified. I wait like 8hours by my computer to respond. That guy on your n64 video plays all 4 player slots with 1 control. I want 2 controllers to play 1 player slot in the consol. So like one guy can shot and the other one moves the airplain for example. That way a singleplayer game can be a 2playergame :)

Not sure if it works though.

TO MODS: Can I just get my account verified. Im not a bot nor will I spam anything. Im just a SNES lover. Thats it.
Edit: Ty Mods <3
Last edited by SweBjorn on Thu Dec 29, 2011 7:10 am, edited 1 time in total.

User avatar
evilteddy
Portablizer
Posts:423
Joined:Tue Mar 25, 2008 2:11 am
360 GamerTag:Kirren of Smeg
Steam ID:kizzinator
Location:Newcastle, Australia

Re: 2 Controllers Into 1

Post by evilteddy » Wed Dec 28, 2011 7:19 pm

That's one controller controlling four characters not two controllers doing one input. The SNES controllers are pretty much two shift registers which clock out the status of the buttons. Knowing this there's an easy way to merge two controllers. I can't remember if the controllers are active high but if so just chuck both data lines (only the data, not the clock) into an or gate and it should work easy.

SweBjorn
Posts:24
Joined:Tue Dec 27, 2011 7:30 pm

Re: 2 Controllers Into 1

Post by SweBjorn » Wed Dec 28, 2011 9:47 pm

I actually studdied OR/XOR/AND etc gates in school. Man, should have paid more attention to that I guess. But a straight on merge like I did in the picture would not work then?

Anyway to find out what type of thing I need to buy in order to make this work?

User avatar
evilteddy
Portablizer
Posts:423
Joined:Tue Mar 25, 2008 2:11 am
360 GamerTag:Kirren of Smeg
Steam ID:kizzinator
Location:Newcastle, Australia

Re: 2 Controllers Into 1

Post by evilteddy » Thu Dec 29, 2011 5:29 am

Disregard my previous advice. The buttons in the SNES protocol are active low, so you'll need to use a NAND gate instead. Something like a 4011 or 7400.

SweBjorn
Posts:24
Joined:Tue Dec 27, 2011 7:30 pm

Re: 2 Controllers Into 1

Post by SweBjorn » Thu Dec 29, 2011 6:11 am

Alright, tried google but could not get a picture of what that looks like. I only worked with gates in a computer program before. But I suppose I could just go into a electronic store and ask. 4011 and 7400 are a type of NAND gate?

User avatar
micro
Posts:13
Joined:Thu Feb 10, 2011 12:26 pm

Re: 2 Controllers Into 1

Post by micro » Thu Dec 29, 2011 6:59 am

evilteddy wrote:Disregard my previous advice. The buttons in the SNES protocol are active low, so you'll need to use a NAND gate instead. Something like a 4011 or 7400.
Hmm, but if it's active-low he'd need an AND gate, wouldn't he? Or two NAND gates.

What a crazy idea! :mrgreen: I'm curious how this turns out.
SweBjorn, if I was you I'd try to get a 7400 IC and wire it according to the picture attached.

See also:
http://en.wikipedia.org/wiki/7400_series
http://www.ti.com/product/sn7400
Attachments
2snescontrollers1port.png
2snescontrollers1port.png (19.98KiB)Viewed 12023 times

SweBjorn
Posts:24
Joined:Tue Dec 27, 2011 7:30 pm

Re: 2 Controllers Into 1

Post by SweBjorn » Thu Dec 29, 2011 7:08 am

The controllers have 5 different wires inside the black wire. Are you saying all of them should go into the same port, connected together?

I dont really understand the image you have attached. First time I'm going to do any work with this type of thing so need step by step instructions. :)

User avatar
micro
Posts:13
Joined:Thu Feb 10, 2011 12:26 pm

Re: 2 Controllers Into 1

Post by micro » Thu Dec 29, 2011 7:19 am

http://gamesx.com/wiki/doku.php?id=cont ... controller
SweBjorn wrote:The controllers have 5 different wires inside the black wire. Are you saying all of them should go into the same port, connected together?
Yes, except for the data wire. *Usually* the data wire is the red one. You should connect the 2 red wires from the 2 SNES controllers to pin 1 and 2 of the 7400 IC. The red wire coming from the SNES console should be connected to pin 6 of the 7400 IC.

You also need to provide power to the 7400 by connecting GND (brown) and 5V (white).

SweBjorn
Posts:24
Joined:Tue Dec 27, 2011 7:30 pm

Re: 2 Controllers Into 1

Post by SweBjorn » Thu Dec 29, 2011 8:11 am

Is there anyway to make it so I dont need to fiddle with the consol?

I kinda want it like this if it's possible:
Image

EDIT: After thinking some I retested my controls from my picture before. They work, kinda. Both players have to press LEFT to walk LEFT, same goes for all the other buttons. For me this means that 1 gate like the picture in this post should work. Right? A OR gate??
Last edited by SweBjorn on Thu Dec 29, 2011 8:24 am, edited 1 time in total.

SweBjorn
Posts:24
Joined:Tue Dec 27, 2011 7:30 pm

Re: 2 Controllers Into 1

Post by SweBjorn » Thu Dec 29, 2011 8:20 am

<removed cause my edit actually showed now>

Post Reply