Template:PinoutLegend: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(make pinout legend template for including into pinouts)
 
(this went over better in the topic because the lack of numbers and lack of top and bottom show more clearly that this is not a particular chip)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
            .---\/---.
<div style="margin: .5em auto; border: 1px solid #BBB; padding: .5em 1.5em 0; background: #FCFCFC; display: table">
  input -> | 01 08 | <- input
'''Pinout legend'''
  output <- | 02  07 | -> output
<pre style="font-size: 85%">
  supply -- | 03  06 | ?? unknown functionality: could be an input, no connection, or a supply line
    -- power supply  | --
     misc -- | 04 05 | <> bidirectional
    <- |     output      | ->
            '--------'
    -> |     input      | <-
n or f - connects to NES or Famicom
     <> bidirectional  | <>
    ?? |  unknown use  | ??
 
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)
?? - could be an input, no connection, or a supply line
</pre>
</div>

Latest revision as of 20:07, 4 January 2018

Pinout legend

    -- |  power supply   | --
    <- |     output      | ->
    -> |      input      | <-
    <> |  bidirectional  | <>
    ?? |   unknown use   | ??

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