logoUnique visits: 7341
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
Batman (TTL)
Typesingle
Mapper69 (subset)
Original mapper69
PCB marksCC-115
Tags:
Uploaded:2022-11-25 09:35:01

Elements:
NameValue
IC17474
IC1074670
IC1174670
IC1274670
IC1374670
IC1427F080
IC1527F080
IC216L8
IC374139
IC474hc163(74161)
IC574670
IC674191
IC774191
IC874191
IC974191
CART1FAMICOM_CART
R14.7k
R24.7k
R34.7k
R44.7k

Chip signature:
7474+74670+74670+74670+74670+27F080+27F080+16L8+74139+74hc163(74161)+74670+74191+74191+74191+74191

PCB top:

PCB bottom:

Shell top:


Shell bottom:

Screenshoots:
No photo
Extra info:
Pirate FME7

[[File:Pirate FME7 components.jpg|thumb]] [[File:Pirate FME7 front.jpg|thumb]] [[File:Pirate FME7 back.jpg|thumb]] [[File:Pirate FME7 scheme.png|thumb]] 
This Pirate FME7 (used at least for game Batman, which has identical PRG & CHR compared to licensed version) is built entirely using discrete chips with addition of one PAL16L8 for generating clocks and enable signals. It is almost the same like original [[Sunsoft FME-7|FME7]] with the following exceptions:
*max PRG-ROM 128 kB (but can be increased up to 4MBit by adding one 74*670),
*hardwired vertical mirroring,
*no WRAM at $6000-$7fff but PRG-ROM,
*IRQ enable & IRQ counter enable combined into one bit.

=Capabilities=
*PRG-ROM: 128 kB
*CHR-ROM: 256 kB)
*Bus conflicts: no
*Mirroring: vertical (hardwired)
*One presettable 16 bit counter which decreases at beginning of cpu cycle (rising edge of M2) and triggers interrupt when decreasing from $0000 to $ffff

=Memory map=
*CPU $6000-$7fff: 8kB switchable PRG bank
*CPU $8000-$9fff: 8kB switchable PRG bank
*CPU $a000-$bfff: 8kB switchable PRG bank
*CPU $c000-$dfff: 8kB switchable PRG bank
*CPU $e000-$afff: 8kB PRG bank, fixed to the last bank
*PPU $0000-$03ff: 1kB switchable CHR bank
*PPU $0400-$07ff: 1kB switchable CHR bank
*PPU $0800-$0bff: 1kB switchable CHR bank
*PPU $0c00-$0fff: 1kB switchable CHR bank
*PPU $1000-$13ff: 1kB switchable CHR bank
*PPU $1400-$17ff: 1kB switchable CHR bank
*PPU $1800-$1bff: 1kB switchable CHR bank
*PPU $1c00-$1fff: 1kB switchable CHR bank

=Registers=	  
==Register select==
 [.... RRRR] $8000-$9fff: register select
       ||||
       ++++- select register to update at next write to $a000-$bfff (0-15)

==CHR registers==
 [CCCC CCCC] $a000-$bfff (when RRRR=$00)
  |||| ||||
  ++++-++++- select 1kb CHR-ROM bank at $0000-$03ff

 [CCCC CCCC] $a000-$bfff (when RRRR=$01)
  |||| ||||
  ++++-++++- select 1kb CHR-ROM bank at $0400-$07ff

 [CCCC CCCC] $a000-$bfff (when RRRR=$02)
  |||| ||||
  ++++-++++- select 1kb CHR-ROM bank at $0800-$0bff

 [CCCC CCCC] $a000-$bfff (when RRRR=$03)
  |||| ||||
  ++++-++++- select 1kb CHR-ROM bank at $0c00-$0fff

 [CCCC CCCC] $a000-$bfff (when RRRR=$04)
  |||| ||||
  ++++-++++- select 1kb CHR-ROM bank at $1000-$13ff

 [CCCC CCCC] $a000-$bfff (when RRRR=$05)
  |||| ||||
  ++++-++++- select 1kb CHR-ROM bank at $1400-$17ff

 [CCCC CCCC] $a000-$bfff (when RRRR=$06)
  |||| ||||
  ++++-++++- select 1kb CHR-ROM bank at $1800-$1bff

 [CCCC CCCC] $a000-$bfff (when RRRR=$07)
  |||| ||||
  ++++-++++- select 1kb CHR-ROM bank at $1d00-$1fff

==PRG registers==
 [.... PPPP] $a000-$bfff (when RRRR=$08)
       ||||
       ++++- select 8kb PRG-ROM bank at $6000-$7fff

 [.... PPPP] $a000-$bfff (when RRRR=$09)
       ||||
       ++++- select 8kb PRG-ROM bank at $8000-$9fff

 [.... PPPP] $a000-$bfff (when RRRR=$0a)
       ||||
       ++++- select 8kb PRG-ROM bank at $a000-$bfff

 [.... PPPP] $a000-$bfff (when RRRR=$0b)
       ||||
       ++++- select 8kb PRG-ROM bank at $c000-$dfff

==IRQ and counter==
 [.... ....] $a000-$bfff (when RRRR=$0c) - nothing

 [E... ....] $a000-$bfff (when RRRR=$0d)
  |        
  +--------- counter decrements at each CPU cycle (1:enabled, 0:disabled)
  +--------- irq acknowledgement (0: acknowledge)

 [LLLL LLLL] $a000-$bfff (when RRRR=$0e)
  |||| ||||
  ++++-++++- set low 8 bits of counter value

 [HHHH HHHH] $a000-$bfff (when RRRR=$0f)
  |||| ||||
  ++++-++++- set high 8 bits of counter value

==Trivia==
On bottom PCB layer there was one patch cable connecting IC3 pin3 (top third left) and IC4 pin 11 (fourth top left) which is desoldered on the photo.

Comments:

Want to leave a comment?

Name:

Page loaded in 0.8 seconds | W3C validate