logoUnique visits: 7979
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
Spartan X 2
Typesingle
Mapper65
Original mapper65
PCB marksFC 00-017B IREM
Tags:
Uploaded:2020-02-22 01:14:50

Elements:
NameValue
IC127512
IC227512
IC3IREM IF-H3001(DIL48)
C1330p
CART1FAMICOM_CART

Chip signature:
27512+27512+IREM IF-H3001(DIL48)

PCB top:

PCB bottom:

Shell top:
No photo

Shell bottom:
No photo
Screenshoots:
No photo
Extra info:
http://wiki.nesdev.com/w/index.php/INES_Mapper_065

Irem H3001 - pinout
Used in games:
* Spartan X 2,
* Daiku no Gen-san 2: Akage no Dan no Gyakushuu,
* Kaiketsu Yanchamaru 3: Taiketsu! Zouringen, 
* Ai Sensei no Oshiete: Watashi no Hoshi

This time unfortunatelly only basing on the [url=http://bootgod.dyndns.org:7777/profile.php?id=3849]images of Spartan X2[/url]. For furter testing need to wait if one of the above games gets cheaper.
The only quirk is about the unknown ceramic capacitor 331. It seems to go between GND and pin 39, but nothing more is wired to pin 39
[code]
                .--\/--.
          NC ?? |01  48| -> +5V
          NC ?? |02  47| ?? NC       
          NC ?? |03  46| -> CHR-A16
          NC ?? |04  45| -> CHR-A15
     PRG-A16 <- |05  44| -> CHR-A14
     PRG-A15 <- |06  43| -> CHR-A13
     PRG-A14 <- |07  42| -> CHR-A12
     PRG-A13 <- |08  41| -> CHR-A11
         GND -- |09  40| -> CHR-A10
          M2 -> |10  39| ?? to C1  
     CPU-A14 -> |11  38| ?? NC       
     CPU-A13 -> |12  37| -> /IRQ     
     CPU-A12 -> |13  36| -> CIR-A10  
     CPU-R/W -> |14  35| -> CHR-/CE  
 CPU-/ROMSEL -> |15  34| -> PRG-/CE 
      CPU-A2 -> |16  33| ?? NC       
      CPU-A1 -> |17  32| <- PPU-A12  
      CPU-A0 -> |18  31| <- PPU-A11  
     PPU-A13 -> |19  30| <- PPU-A10  
     PPU-/RD -> |20  29| <- CPU-D7  
      CPU-D2 -> |21  28| <- CPU-D6  
      CPU-D1 -> |22  27| <- CPU-D5  
      CPU-D0 -> |23  26| <- CPU-D4  
         GND -- |24  25| <- CPU-D3  
                '------'
[/code]

[url=https://obrazki.elektroda.pl/1195611100_1582334572.jpg][img]https://obrazki.elektroda.pl/1195611100_1582334572_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/7955042200_1582334577.jpg][img]https://obrazki.elektroda.pl/7955042200_1582334577_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/9755948100_1582334579.jpg][img]https://obrazki.elektroda.pl/9755948100_1582334579_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/9699429900_1582334581.png][img]https://obrazki.elektroda.pl/9699429900_1582334581_thumb.jpg[/img][/url] 
Got the Spartan X2 cart, here are my new findings about Irem  IF-H3001:

* Register at $9000 has 1Sc mirror abilities::
[code]
$9001:  [MM.. ....]  Mirroring
         ||
         ++- 00=V, 01/11=Single Screen A (CIR-A10 = 0), 10 = H
[/code]
		 
* Pin 1/2 - does not seem to have any internal connections

* Pin 4 = PRG-A17

* Pin 3 = PRG-A18

* Pin 47 = CHR-A17

* Pin 39 = GND

* C1 is put between /CPU-ROMSEL and GND, not to pin 39

* Pin 33 - this is a delayed copy of M2: rising edge delayed by 40ns, falling edge by 14 ns

* Pin 38 - goes low during read/write cycle at $6000-$7fff (falling edge appears 40ns after rising edge of M2)

* Pins 9, 24, 39 seems to be internally shorted inside CHIP (=GND)

$9000
[X.......]
 |
 +------ PRG mode
         0: $8000-$9fff = $8000, $a000-$bfff = $a000, $c000-$dfff = {-2}, $e000-$ffff = {-1}
         1: $8000-$9fff = {-2},  $a000-$bfff = $a000, $c000-$dfff = $8000, $e000-$ffff = {-1}

Comments:

Want to leave a comment?

Name:

Page loaded in 0.8 seconds | W3C validate