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 | <div style="margin: .5em auto; border: 1px solid #BBB; padding: .5em 1.5em 0; background: #FCFCFC; display: table"> | ||
'''Pinout legend''' | |||
<pre style="font-size: 85%"> | |||
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) | 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> |
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