DSP Pinout

From SNESdev Wiki
Revision as of 13:43, 30 December 2024 by PizzerLover123 (talk | contribs) (Pinout for Most DSP Coprocessors)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This is how most DSP-x Coprocessors are hokked up in the Cartridge (Not to be confused with the S-DSP Audio Processor). Chips are based on the NEC µPD77C25.

       .---\/---.
VCC -- | 01  28 | -- VCC
VCC -- | 02  27 | <- RS
 NC -- | 03  26 | <- /CS
 NC -- | 04  25 | <- /RD
 NC -- | 05  24 | <- /WR
 D0 <> | 06  23 | -- NC
 D1 <> | 07  22 | -- NC
 D2 <> | 08  21 | -- VCC
 D3 <> | 09  20 | -- VCC
 D4 <> | 10  19 | -- VCC
 D5 <> | 11  18 | -- VCC
 D6 <> | 12  17 | -- GND
 D7 <> | 13  16 | <- +RST
GND -- | 14  15 | <- CLK
       `--------´
  • +RST: Inverted /RESET from Cartridge
  • CLK: System Clock
  • RS: Register Select (A14 when in Cartridge Memory, A12 when in Expansion Memory)