logoUnique visits: 7764
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
Robocop
Typesingle
Mapper?
Original mapper4
PCB marks891025 FINE STUDIO
Tags:
Uploaded:2022-10-19 09:20:22

Elements:
NameValue
U17474
U1074670
U1174670
U12MASKROM_1M_DIP28
U13MASKROM_1M_DIP28
U24020
U37400
U474138
U57400
U674670
U774670
U874157
U974670
C1-
CON1FAMICOM_CART

Chip signature:
7474+74670+74670+MASKROM_1M_DIP28+MASKROM_1M_DIP28+4020+7400+74138+7400+74670+74670+74157+74670

PCB top:

PCB bottom:

Shell top:


Shell bottom:

Screenshoots:
No photo
Extra info:
https://forums.nesdev.org/viewtopic.php?t=24203

[code]
REGISTERS
$8000 (mask $8073) [....PPPP] 
$8001 (mask $8073) [....PPPP] 
$8002 (mask $8073) [....PPPP] 
$8010 (mask $8073) [MCCCCCCC]
                    +-------- nametable at $2000
$8011 (mask $8073) [MCCCCCCC]
                    +-------- nametable at $2400
$8012 (mask $8073) [MCCCCCCC]
                    +-------- nametable at $2800
$8013 (mask $8073) [MCCCCCCC]
                 )  +-------- nametable at $2c00
$8020 (mask $8073) [.CCCCCCC]
$8021 (mask $8073) [.CCCCCCC]
$8022 (mask $8073) [.CCCCCCC]
$8023 (mask $8073) [.CCCCCCC]
$8030 (mask $8070) [........] - writing will enable interrupts and start counter (after 4096 M2 cycles, IRQ is asserted)
$8040 (mask $8070) [........] - writing will acknowledge irq, disable irqs, reset and stop counter

PRG:
$8000|$a000|$c000|$e000
-----+-----+-----+-----
{8000|$8001|$8002| {-1}

CHR:
$0000|$0400|$0800|$0c00|$1000|$1400|$1800|$1c00 
-----+-----+-----+-----+-----+-----+-----+-----  
$8010|$8011|$8012|$8013|$8020|$8021|$8022|$8023 

* PPU /A13 is taken into account, PPU A13 is not
* GND2 (pin 16) is not routed to anything at all
* CHR A15 and CHR A16 are reversed
[/code]

Comments:

Want to leave a comment?

Name:

Page loaded in 0.8 seconds | W3C validate