logoUnique visits: 7688
Can you help getting more info about those carts?
Cart name
Notes for chip search:
  • Use "+" as delimeter for all fields (except "cart name", where space is used); if many values are entered, all of them must appear in the cartridge then; case is not sensitive
  • "Mapper" is the actual mapper used by this cartridge hardware (might not match the one at wiki.nesdev.com, as at the moment I was analyzing this cartridge, there was no mapper assigned to it, so I had to assign my own number for testing)
  • "Original mapper" is the mapper used by licensed version of this game (for multicarts, it refers to mapper of the inside games, so 0+2 means this cartridge can run NROM+UNROM games)
  • Order in which you put values doesn't matter (you can write 7400+74138+7400 or 7400+7400+74138 to search for a cartridge that contains at least two 7400 chips and one 74138
  • Some chips (like PAL16*8) appear in cartridges as 16V8 or 16L8, so be sure to check both posibilities
  • Same goes for memories - type 27F080 to search for 32 pin memories, 27512 for 28 pin with two chip enables or MASKROM_1M_DIP28 for 28 pin with one chip enable
  • Same goes for mappers - some examples: AX5904(MMC1), AX5202P(MMC3), PT8154BM (9112MMC3), AX5208C(VRC4), 23C3662(VRC2)
  • Good news is that you can use wildcards, so 74139+*MMC3* will search for any cartrige that has at least one 74139 and MMC3 chip in any version
Mapper#
Original mapper#
PCB marks
Tags
Chips
? (farid-mmc3)
Typemulti
Mapper
Original mapper0+4
PCB marks820625C K-3119
Tags:
Uploaded:2016-12-28 06:30:55

Elements:
NameValue
IC1M27C4001
IC2M27C4001
IC327256
IC474273
IC574157
IC67432
IC77402
IC8AX5202P
IC97474
C1100n
CART1FAMICOM_CART
D1DIODE
R12k

Chip signature:
M27C4001+M27C4001+27256+74273+74157+7432+7402+AX5202P+7474

PCB top:

PCB bottom:

Shell top:
No photo

Shell bottom:
No photo
Screenshoots:
No photo
Extra info:
MMC3 + NROM multicart

[[File:MMC3+NROM_farid_components.jpg|thumb]] [[File:MMC3+NROM_farid_top.jpg|thumb]] [[File:MMC3+NROM_farid_bottom.jpg|thumb]] [[File:MMC3+NROM_farid_schematics.png|thumb]]

==Overview==
*PRG: 512kB ROM1 + 32kB ROM2
*CHR: 512kB ROM
*Mirroring: H or V (selected by software)
*Bus conflicts: no

All MMC3's PRG & CHR registers are available at $8000-$ffff for the whole time.
There is no WRAM at $6000-$7fff but additional register (which can be protected
from writes using MMC3's $a001 just like it protects WRAM).

After power up & soft/hard reset, this is cleared and ROM2 is selected (for $8000-$ffff).

 [011. ...R .wMG GPPP] REG $6000-$7fff (address bits are latched)
          |  ||| ||||
          |  ||| |+++- selects inner 16KB PRG when in NROM mode
          |  ||+-+---- selects outer 128KB PRG & 128KB CHR (in any mode)
          |  |+------- 0: NROM mode, 1: MMC3 mode
          |  +-------- 1: protect whole $6000-$7fff register from further changes
          +----------- 0: selects ROM2, 1: selects ROM1 and protects this single bit from further changes

==PRG banking==
 condition         | $8000-$9fff | $a000-$bfff | $c000-$dfff | $e000-$ffff | notes
 ------------------+-------------+-------------+-------------+-------------+--------
 R=0               |  one 32 KB PRG from ROM2 (mapped to first 32 KB)      | NROM32 
 ------------------+-------------+-------------+-------------+-------------+--------
 R=1 & M=1         |   four CPU banks just as in MMC3 (from outer bank GG) | MMC3
 ------------------+-------------+-------------+-------------+-------------+--------
 R=1 & M=0 & GG=0  |        GGPPPP             |         GGPPPP            | NROM16
 ------------------+-------------+-------------+-------------+-------------+--------
 R=1 & M=0 & GG!=0 |         GGPPP0            |         GGPPP1            | NROM32
 ------------------+-------------+-------------+-------------+-------------+--------

==CHR banking==
CHR banking works in the same manner like in MMC3.

==Mirroring==
Mirroring works in the same manner like in MMC3.

==Notes==
More info about this multicart can be found here: http://forums.nesdev.com/viewtopic.php?t=7926&start=15

Comments:

Want to leave a comment?

Name:

Page loaded in 0.8 seconds | W3C validate