logoUnique visits: 7314
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
Doki Doki Panic
Typesingle
Mapper902
Original mapper
PCB marksNONE
Tags:#fds
Uploaded:2022-11-26 01:03:00

Elements:
NameValue
IC174157
IC107410
IC117410
IC127400
IC136264
IC274138
IC374161
IC47400
IC562256
IC627512
IC77400
IC87432
IC97474
CART1FAMICOM_CART

Chip signature:
74157+7410+7410+7400+6264+74138+74161+7400+62256+27512+7400+7432+7474

PCB top:

PCB bottom:

Shell top:


Shell bottom:

Screenshoots:

Extra info:
Another pirate port from FDS to famicom (after SMB2J, Nazo no Murasamejou and maybe many others that you can give examples).
This mapper uses non-standard bank alignment (very similar to [url=http://wiki.nesdev.com/w/index.php/NES_2.0_Mapper_535]LH-53[/url]).
I would attach the ROM but can't see anything that I can make IPS patch from.

[url=https://obrazki.elektroda.pl/3018966500_1559594730.jpg][img]https://obrazki.elektroda.pl/3018966500_1559594730_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/7899346600_1559594899.jpg][img]https://obrazki.elektroda.pl/7899346600_1559594899_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/6050107600_1559594905.jpg][img]https://obrazki.elektroda.pl/6050107600_1559594905_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/8650112100_1559594909.png][img]https://obrazki.elektroda.pl/8650112100_1559594909_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/7806384000_1559594914.png][img]https://obrazki.elektroda.pl/7806384000_1559594914_thumb.jpg[/img][/url] 

[code]
16kB PRG-RAM + 128kB PRG-ROM + 8kB CHR-ROM
PRG banking register $8000 (mask: $F000)
[....pppp] (pppp: PRG bank at $6000)
    
Mirroring register $E000 (mask: $F000)
[....m...] (m: 0=V, 1=H)

PRG mode register $F000 (mask: $F000)
[...v....] (v: 0=RAM, 1=ROM)

PRG configuration (for reads)
v 6000 6800 7000 7800  8000 8800 9000 9800  a000 a800 b000 b800  c000 c800 d000 d800  e000 e800 f000 f800
  ---- ---- ---- ----  ---- ---- ---- ----  ---- ---- ---- ----  ---- ---- ---- ----  ---- ---- ---- ----
0 RAM1 RAM1 RAM1 RAM1  ROMc ROMc ROMc ROMc  ROMd ROMd ROMd RAM0  RAM0 RAM0 RAM0 ROMe  ROMf ROMf ROMf ROMf
1 ROM# ROM# ROM# ROM#  ROMc ROMc ROMc ROMc  ROMd ROMd ROMd ROMd  ROMe ROMe ROMe ROMe  ROMf ROMf ROMf ROMf  

PRG configuration (for writes)
v 6000 6800 7000 7800  8000 8800 9000 9800  a000 a800 b000 b800  c000 c800 d000 d800  e000 e800 f000 f800
  ---- ---- ---- ----  ---- ---- ---- ----  ---- ---- ---- ----  ---- ---- ---- ----  ---- ---- ---- ----
0 RAM1 RAM1 RAM1 RAM1  -    -    -    -     -    -    -    RAM0  RAM0 RAM0 RAM0 -     -    -    -    -
1 RAM1 RAM1 RAM1 RAM1  -    -    -    -     -    -    -    RAM0  RAM0 RAM0 RAM0 -     -    -    -    -

CHR configuration:
8kB RAM

Notes:
*Those are 8kB banks (just they don't always end on 8kB boundary so 2kB granularity was needed)
*RAM0 means first 8k of RAM 
*RAM1 means second 8k of RAM
*ROM# means ROM with the bank selected by register $8000
*ROMc/ROMd/ROMe/ROMf means $c/$d/$e/$f 8kB bank of the ROM
[/code]

Comments:

Want to leave a comment?

Name:

Page loaded in 0.8 seconds | W3C validate