Template:PinoutLegend: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(still not happy with this but)
(Clarify that the depicted IC example is an example)
Line 1: Line 1:
<font size=-2>
<div style="margin: .5em auto; border: 1px solid #BBB; padding: .5em 1.5em 0; background: #FCFCFC; display: table">
            .---\/---.
'''Pinout legend'''
  input -> | 01  08 | <- input
<pre style="font-size: 85%">
  output <- | 02  07 | -> output
Example IC          .---\/---.
  supply -- | 03  06 | ?? unknown functionality: could be an input, no connection, or a supply line
          input -> | 01  08 | <- input
    misc -- | 04  05 | <> bidirectional
          output <- | 02  07 | -> output
            '--------'
          supply -- | 03  06 | ?? unknown purpose
n or f - connects to NES or Famicom
            misc -- | 04  05 | <> bidirectional
                    '--------'
n or f - connects to NES or Famicom
  r - connects to ROMs (PRG ROM, CHR ROM, CHR RAM)
  r - connects to ROMs (PRG ROM, CHR ROM, CHR RAM)
  w - connects to WRAM (PRG RAM)
  w - connects to WRAM (PRG RAM)
</font>
?? - could be an input, no connection, or a supply line
</pre>
</div>

Revision as of 21:45, 29 December 2017

Pinout legend

Example IC          .---\/---.
           input -> | 01  08 | <- input
          output <- | 02  07 | -> output
          supply -- | 03  06 | ?? unknown purpose
            misc -- | 04  05 | <> bidirectional
                    '--------'
n or f - connects to NES or Famicom
 r - connects to ROMs (PRG ROM, CHR ROM, CHR RAM)
 w - connects to WRAM (PRG RAM)
?? - could be an input, no connection, or a supply line