Template:PinoutLegend: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(make pinout legend template for including into pinouts)
 
(still not happy with this but)
Line 1: Line 1:
<font size=-2>
             .---\/---.
             .---\/---.
   input -> | 01  08 | <- input
   input -> | 01  08 | <- input
Line 8: Line 9:
  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>

Revision as of 19:35, 17 April 2017

           .---\/---.
  input -> | 01  08 | <- input
 output <- | 02  07 | -> output
 supply -- | 03  06 | ?? unknown functionality: could be an input, no connection, or a supply line
   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)