NES Controller port

From HwB

(Difference between revisions)
 
Line 14: Line 14:
  
 
{| {{border}}
 
{| {{border}}
| 1 || ground
+
!Pin!! Description
 
|-
 
|-
| 2 || /C1R (/C2R for second player)
+
| 1 || Ground
 
|-
 
|-
| 3 || C.0
+
| 2 || /Clock
 
|-
 
|-
| 4 || C1.0 (C2.0)
+
| 3 || Latch
 +
|-
 +
| 4 || Serial
 
|-
 
|-
 
| 5 || +5VDC.
 
| 5 || +5VDC.
Line 36: Line 38:
 
== Sources ==
 
== Sources ==
 
* [http://nesdev.parodius.com/NES%20hardware%20development%20guide.txt NES hardware development guide (April 23rd, 2004) by Brad Taylor]
 
* [http://nesdev.parodius.com/NES%20hardware%20development%20guide.txt NES hardware development guide (April 23rd, 2004) by Brad Taylor]
 +
* [http://devcast.dcemulation.com/mods/unicont/nes.php DevCast: Decoding NES Controllers by Synlor]
  
 
[[Category:Connector]]
 
[[Category:Connector]]

Revision as of 19:52, 2 January 2007

Available at Nintendo NES.

Pinout

 __
|  \
| 1 \
|    \
| 2 5 |
|     |
| 3 6 |
|     |
| 4 7 |
+-----+
Pin Description
1 Ground
2 /Clock
3 Latch
4 Serial
5 +5VDC.
6 C1.3 (C2.3)
7 C1.4 (C2.4)

Note; See NES Expansion port for more info.

Contributions

Sources