Controller port pinout: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (add to Pinouts category)
m (get rid of pre tags)
Line 1: Line 1:
The NES controller pinout:
The NES controller pinout:
<pre>
        .-
      .-
  GND - |O\
GND - |O\
  CLK - |OO\ - +5V
CLK - |OO\ - +5V
  OUT - |OO| - D3
OUT - |OO| - D3
  D0 - |OO| - D4
D0 - |OO| - D4
        '--'
      '--'
</pre>


The [[wikipedia:FC Twin|FC Twin]] NES/SNES combo clone uses Super NES controllers, whose pinout is as follows: (source: [http://wiki.superfamicom.org/snes/show/Ports+%26+Pinouts superfamicom.org])
The [[wikipedia:FC Twin|FC Twin]] NES/SNES combo clone uses Super NES controllers, whose pinout is as follows: (source: [http://wiki.superfamicom.org/snes/show/Ports+%26+Pinouts superfamicom.org])
1[oooo|ooo)7  1:+5V  2:Clk  3:Out  4:D0  5:D1  6: I/O  7:Gnd
  1 [oooo|ooo) 7  1:+5V  2:Clk  3:Out  4:D0  5:D1  6: I/O  7:Gnd


An adapter to use Super NES controllers on an NES (or NES controllers on an FC Twin) could be constructed as follows (leave D3 and D4 unconnected):
An adapter to use Super NES controllers on an NES (or NES controllers on an FC Twin) could be constructed as follows (leave D3 and D4 unconnected):
<pre>
        .-
      .-
  GND - |7\
GND - |7\
  CLK - |21\ - +5V
CLK - |21\ - +5V
  OUT - |3O| - D3
OUT - |3O| - D3
  D0 - |4O| - D4
D0 - |4O| - D4
        '--'
      '--'
</pre>


[[Category:Controllers]]
[[Category:Controllers]]
[[Category:Pinouts]]
[[Category:Pinouts]]

Revision as of 02:24, 31 January 2013

The NES controller pinout:

       .-
 GND - |O\
 CLK - |OO\ - +5V
 OUT - |OO| - D3
  D0 - |OO| - D4
       '--'

The FC Twin NES/SNES combo clone uses Super NES controllers, whose pinout is as follows: (source: superfamicom.org)

 1 [oooo|ooo) 7  1:+5V  2:Clk  3:Out  4:D0  5:D1  6: I/O  7:Gnd

An adapter to use Super NES controllers on an NES (or NES controllers on an FC Twin) could be constructed as follows (leave D3 and D4 unconnected):

       .-
 GND - |7\
 CLK - |21\ - +5V
 OUT - |3O| - D3
  D0 - |4O| - D4
       '--'