Sunsoft 1 pinout: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (m93 writeup no longer implies mapper-controlled mirroring, remove pointless comment.)
m (switch to using CPU/PRG and PPU/CHR for extra clarity, also boldified deltas)
Line 2: Line 2:


                 .---\/---.       
                 .---\/---.       
  (n) CHR A12 -> |01    16| -- +5V
  (n) PPU A12 -> |01    16| -- +5V
       (n) M2 -> |02    15| -> CHR A15 (r)
       (n) M2 -> |02    15| -> CHR A15 (r)
  (s) PRG nCE -> |03    14| -> CHR A14 (r)
  (s) /ROMSEL -> |03    14| -> CHR A14 (r)
  (s) PRG A13 -> |04    13| -> CHR A13 (r)
  (s) CPU A13 -> |04    13| -> CHR A13 (r)
  (s) PRG A14 -> |05    12| <- PRG RnW (n)
  (s) CPU A14 -> |05    12| <- CPU RnW (n)
   (s) PRG D5 -> |06    11| <- PRG D0 (s)
   (s) CPU D5 -> |06    11| <- CPU D0 (s)
   (s) PRG D4 -> |07    10| <- PRG D1 (s)
   (s) CPU D4 -> |07    10| <- CPU D1 (s)
         GND -- |08    09| <- PRG D2 (s)
         GND -- |08    09| <- CPU D2 (s)
                 `--------'
                 `--------'
NOTE: D6 is NOT connected, despite what is implied by [[iNES Mapper 184|Mapper 184]]'s
NOTE: D6 is NOT connected, despite what is implied by [[iNES Mapper 184|Mapper 184]]'s writeup. The wiring for Fantasy Zone implies the virtual D6 is treated as though it were connected to +5V always.
writeup. The wiring for Fantasy Zone implies the virtual D6 is treated as though it were connected to
+5V always.
 


Alternative wiring for Fantasy Zone:
Alternative wiring for Fantasy Zone:
                 .---\/---.       
                 .---\/---.       
  (n) PRG A14 -> |01    16| -- +5V
  (n) '''CPU A14''' -> |01    16| -- +5V
       (n) M2 -> |02    15| -> PRG A16 (r)
       (n) M2 -> |02    15| -> '''PRG A16''' (r)
  (s) PRG nCE -> |03    14| -> PRG A15 (r)
  (s) /ROMSEL -> |03    14| -> '''PRG A15''' (r)
  (s) PRG A13 -> |04    13| -> PRG A14 (r)
  (s) CPU A13 -> |04    13| -> '''PRG A14''' (r)
  (n) PRG A14 -> |05    12| <- PRG RnW (n)
  (n) CPU A14 -> |05    12| <- CPU RnW (n)
         +5V -> |06    11| <- PRG D0 (s)
         '''+5V''' -> |06    11| <- CPU D0 (s)
         +5V -> |07    10| <- PRG D1 (s)
         '''+5V''' -> |07    10| <- CPU D1 (s)
         GND -- |08    09| <- PRG D2 (s)
         GND -- |08    09| <- CPU D2 (s)
                 `--------'
                 `--------'

Revision as of 23:49, 23 July 2012

Sunsoft-1: 16 pin 0.3" PDIP

               .---\/---.       
(n) PPU A12 -> |01    16| -- +5V
     (n) M2 -> |02    15| -> CHR A15 (r)
(s) /ROMSEL -> |03    14| -> CHR A14 (r)
(s) CPU A13 -> |04    13| -> CHR A13 (r)
(s) CPU A14 -> |05    12| <- CPU RnW (n)
 (s) CPU D5 -> |06    11| <- CPU D0 (s)
 (s) CPU D4 -> |07    10| <- CPU D1 (s)
        GND -- |08    09| <- CPU D2 (s)
               `--------'

NOTE: D6 is NOT connected, despite what is implied by Mapper 184's writeup. The wiring for Fantasy Zone implies the virtual D6 is treated as though it were connected to +5V always.

Alternative wiring for Fantasy Zone:

               .---\/---.       
(n) CPU A14 -> |01    16| -- +5V
     (n) M2 -> |02    15| -> PRG A16 (r)
(s) /ROMSEL -> |03    14| -> PRG A15 (r)
(s) CPU A13 -> |04    13| -> PRG A14 (r)
(n) CPU A14 -> |05    12| <- CPU RnW (n)
        +5V -> |06    11| <- CPU D0 (s)
        +5V -> |07    10| <- CPU D1 (s)
        GND -- |08    09| <- CPU D2 (s)
               `--------'