INES Mapper 200: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (iNES category sorting)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:iNES Mappers|200]][[Category:Multicart mappers|200]]
{{DEFAULTSORT:200}}[[Category:iNES Mappers]][[Category:Multicart mappers]]
  Here are Disch's original notes: 
'''iNES Mapper 200''' denotes the circuit boards of simple address-latch-based NROM-128 multicarts, i.e. CPU $8000-$BFFF is always a mirror of CPU $C000-$FFFF.
  ========================
 
  =  Mapper 200         =
The mapper number is used for two variants that differ in the bit that selects nametable mirroring.
  ========================
 
 
PCB that use this mapper :
  Example Games:
* '''MG109''' for the ''[[1993 Super 50 in 1 Game]]'' multicart
  --------------------------
 
  1200-in-1
=Address Latch ($8000-$FFFF, write)=
  36-in-1
==Submapper 0==
 
  A~[1... .... .... bBBB]
 
                  |+++- PRG A16..A14, CHR A15..A13
  Registers:
                  +---- PRG A17, CHR A16, Mirroring:
  ---------------------------
                          0: Vertical
 
                          1: Horizontal
 
 
    $8000-FFFF: A~[.... .... .... MRRR]
==Submapper 1==
      M = Mirroring (0=Vert, 1=Horz)
A~[1... .... .... .bBB]
      R = PRG/CHR Reg
                    |++- PRG A15..A14, CHR A14..A13
 
                    +--- PRG A16, CHR A15, Mirroring:
 
                          0: Vertical
  CHR Setup:
                          1: Horizontal
  ---------------------------
=Notes=
 
* Some menus select bank numbers beyond the PRG ROM size, expecting to read back a solder pad value to select one of several displayed game counts.
        $0000  $0400  $0800  $0C00  $1000  $1400  $1800  $1C00
* [[NES 2.0 Mapper 338]] flips the meaning of the mirroring bit.
      +---------------------------------------------------------------+
      |                            $8000                            |
      +---------------------------------------------------------------+
 
 
  PRG Setup:
  ---------------------------
 
      $8000  $A000  $C000  $E000 
      +---------------+---------------+
      |    $8000    |    $8000    |
      +---------------+---------------+

Latest revision as of 17:35, 26 March 2023

iNES Mapper 200 denotes the circuit boards of simple address-latch-based NROM-128 multicarts, i.e. CPU $8000-$BFFF is always a mirror of CPU $C000-$FFFF.

The mapper number is used for two variants that differ in the bit that selects nametable mirroring.

PCB that use this mapper :

Address Latch ($8000-$FFFF, write)

Submapper 0

A~[1... .... .... bBBB]
                  |+++- PRG A16..A14, CHR A15..A13
                  +---- PRG A17, CHR A16, Mirroring:
                         0: Vertical
                         1: Horizontal

Submapper 1

A~[1... .... .... .bBB]
                   |++- PRG A15..A14, CHR A14..A13
                   +--- PRG A16, CHR A15, Mirroring:
                         0: Vertical
                         1: Horizontal

Notes

  • Some menus select bank numbers beyond the PRG ROM size, expecting to read back a solder pad value to select one of several displayed game counts.
  • NES 2.0 Mapper 338 flips the meaning of the mirroring bit.