Namcot 108 family pinout: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(revenge of /ROMSEL-as-CPU/A15)
(stop using "s" shared marker... also use "f" instead of "n" because most games using this IC were famicom games)
Line 1: Line 1:
Namcot 108, 109, 118, 119: 28-pin shrink PDIP, also Tengen 337001 or MIMIC-1: 28-pin 0.6" PDIP (Canonically [[INES Mapper 206|mapper 206]]).
Namcot 108, 109, 118, 119: 28-pin shrink PDIP, also Tengen 337001 or MIMIC-1: 28-pin 0.6" PDIP (Canonically [[INES Mapper 206|mapper 206]]).
                 .--\/--.
                 .--\/--.
  (n) CPU A14 -> |01  28| -> PRG A15 (r)
  (f) CPU A14 -> |01  28| -> PRG A15 (r)
  (s) CPU A0 -> |02  27| -> PRG A14 (r)
(fr) CPU A0 -> |02  27| -> PRG A14 (r)
  (s) CPU D5 -> |03  26| <- M2 (n)       
(fr) CPU D5 -> |03  26| <- M2 (f)       
  (s) CPU D0 -> |04  25| -> PRG A13 (r)
(fr) CPU D0 -> |04  25| -> PRG A13 (r)
  (s) CPU D4 -> |05  24| <- CPU A13 (n)
(fr) CPU D4 -> |05  24| <- CPU A13 (f)
  (s) CPU D1 -> |06  23| -> PRG A16 (r)
(fr) CPU D1 -> |06  23| -> PRG A16 (r)
         Gnd -- |07  22| -> PRG /CE (r)
         Gnd -- |07  22| -> PRG /CE (r)
  (s) CPU D3 -> |08  21| -- +5V
(fr) CPU D3 -> |08  21| -- +5V
  (s) CPU D2 -> |09  20| -> CHR A13 (r)
(fr) CPU D2 -> |09  20| -> CHR A13 (r)
  (n) /ROMSEL*-> |10  19| -> CHR A11 (r)
  (f) /ROMSEL*-> |10  19| -> CHR A11 (r)
     (n) R/W -> |11  18| -> CHR A10 (r)
     (f) R/W -> |11  18| -> CHR A10 (r)
  (r) CHR A15 <- |12  17| <- PPU A10 (n)
  (r) CHR A15 <- |12  17| <- PPU A10 (f)
  (r) CHR A14 <- |13  16| <- PPU A11 (n)
  (r) CHR A14 <- |13  16| <- PPU A11 (f)
  (r) CHR A12 <- |14  15| <- PPU A12 (n)
  (r) CHR A12 <- |14  15| <- PPU A12 (f)
                 `------'
                 `------'
   
   
  10: on the Vs. System daughterboard, this is instead CPU /A15
  10: on the Vs. System daughterboards, this is instead CPU /A15


No behavioral differences are known between the five different part numbers; [http://bootgod.dyndns.org:7777/profile.php?id=3247 several] [http://bootgod.dyndns.org:7777/profile.php?id=3185 games] were released on the same board with identical code and different mapper ICs.
No behavioral differences are known between the five different part numbers; [http://bootgod.dyndns.org:7777/profile.php?id=3247 several] [http://bootgod.dyndns.org:7777/profile.php?id=3185 games] were released on the same board with identical code and different mapper ICs.
Line 24: Line 24:


[[INES Mapper 076|Mapper 76]]:
[[INES Mapper 076|Mapper 76]]:
  (s) CPU D2 -> |09  20| -> CHR '''A14''' (r)
(fr) CPU D2 -> |09  20| -> CHR '''A14''' (r)
  (n) /ROMSEL -> |10  19| -> CHR '''A12''' (r)
  (f) /ROMSEL -> |10  19| -> CHR '''A12''' (r)
     (n) R/W -> |11  18| -> CHR '''A11''' (r)
     (f) R/W -> |11  18| -> CHR '''A11''' (r)
  (r) CHR '''A16''' <- |12  17| <- PPU '''A11''' (n)
  (r) CHR '''A16''' <- |12  17| <- PPU '''A11''' (f)
  (r) CHR '''A15''' <- |13  16| <- PPU '''A12''' (n)
  (r) CHR '''A15''' <- |13  16| <- PPU '''A12''' (f)
  (r) CHR '''A13''' <- |14  15| <- '''+5V'''
  (r) CHR '''A13''' <- |14  15| <- '''+5V'''
                 `------'
                 `------'
   
   
       '''(n) PPU A10 -> CHR A10 (r)'''
       '''(f) PPU A10 -> CHR A10 (r)'''


Mappers [[INES Mapper 088|88]] and [[INES Mapper 154|154]] connect (n) PPU A12 -> CHR A16 (r), skipping the mapper IC altogether.
Mappers [[INES Mapper 088|88]] and [[INES Mapper 154|154]] connect (f) PPU A12 -> CHR A16 (r), skipping the mapper IC altogether.


[[INES Mapper 095|Mapper 95]]:
[[INES Mapper 095|Mapper 95]]:
  '''(n) CIRAM A10''' <- |12  17| <- PPU A10 (n)
  '''(f) CIRAM A10''' <- |12  17| <- PPU A10 (f)
   (r) CHR A14 <- |13  16| <- PPU A11 (n)
   (r) CHR A14 <- |13  16| <- PPU A11 (f)
   (r) CHR A12 <- |14  15| <- PPU A12 (n)
   (r) CHR A12 <- |14  15| <- PPU A12 (f)
                   `------'
                   `------'


[[Category:Pinouts]]
[[Category:Pinouts]]

Revision as of 19:38, 17 April 2017

Namcot 108, 109, 118, 119: 28-pin shrink PDIP, also Tengen 337001 or MIMIC-1: 28-pin 0.6" PDIP (Canonically mapper 206).

               .--\/--.
(f) CPU A14 -> |01  28| -> PRG A15 (r)
(fr) CPU A0 -> |02  27| -> PRG A14 (r)
(fr) CPU D5 -> |03  26| <- M2 (f)      
(fr) CPU D0 -> |04  25| -> PRG A13 (r)
(fr) CPU D4 -> |05  24| <- CPU A13 (f)
(fr) CPU D1 -> |06  23| -> PRG A16 (r)
        Gnd -- |07  22| -> PRG /CE (r)
(fr) CPU D3 -> |08  21| -- +5V
(fr) CPU D2 -> |09  20| -> CHR A13 (r)
(f) /ROMSEL*-> |10  19| -> CHR A11 (r)
    (f) R/W -> |11  18| -> CHR A10 (r)
(r) CHR A15 <- |12  17| <- PPU A10 (f)
(r) CHR A14 <- |13  16| <- PPU A11 (f)
(r) CHR A12 <- |14  15| <- PPU A12 (f)
               `------'

10: on the Vs. System daughterboards, this is instead CPU /A15

No behavioral differences are known between the five different part numbers; several games were released on the same board with identical code and different mapper ICs.

Many boards (and thus iNES mappers) redefined parts of the pinout for various extensions, mostly to increase the amount of addressable CHR ROM.

Mapper 76:

(fr) CPU D2 -> |09  20| -> CHR A14 (r)
(f) /ROMSEL -> |10  19| -> CHR A12 (r)
    (f) R/W -> |11  18| -> CHR A11 (r)
(r) CHR A16 <- |12  17| <- PPU A11 (f)
(r) CHR A15 <- |13  16| <- PPU A12 (f)
(r) CHR A13 <- |14  15| <- +5V
               `------'

      (f) PPU A10 -> CHR A10 (r)

Mappers 88 and 154 connect (f) PPU A12 -> CHR A16 (r), skipping the mapper IC altogether.

Mapper 95:

(f) CIRAM A10 <- |12  17| <- PPU A10 (f)
  (r) CHR A14 <- |13  16| <- PPU A11 (f)
  (r) CHR A12 <- |14  15| <- PPU A12 (f)
                 `------'