logoUnique visits: 7965
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
Gimmick 2 (INL)
Typesingle
Mapper69
Original mapper69
PCB marksINL-XO-ROM
Tags:#new #flashcart
Uploaded:2019-09-13 12:01:09

Elements:
NameValue
IC1PRG-ROM1 (-)(29LV640)
IC10SPI (-)(EPROM_SPI)
IC11LAMXO256C(LAMXO256)
IC12AY-3-8910 (-)(AY-3-8910)
IC13STM8S003F3P6(STM8S003F3)
IC2WRAM (-)(62512/621024/622048)
IC3CHR-RAM (-)(62512/621024/622048)
IC4PRG-ROM2(AM29F040P)
IC5CHR-ROM(AM29F040P)
IC67430 (MMC2/4)(7430)
IC774LVC16245(74AC16245)
IC874LVC16245 (-)(74AC16245)
IC9STM32F0 (-)(STM32F0)
A12:1N,3M1-2
BAT1-
C122u
C11-
C12220p (-)
C131u
C21u
C310u
C4?
C5?
C6?
C71u (-)
C8?
C9-
CART1NES_CART
CON1CARD_MICRO_SD_V2
DP1?
JP11MAP,2CLK,3CIC
JP2OPEN
JP3?
JTAG-IOPEN
JTAG-MOPEN
JTAG-OOPEN
R11k (-)
R227k (-)
R310k (-)
R4A1k
R4B1k
R4C1k
R4D1k (-)
R5A1.8k
R5B1.8k
R5C1.8k
R5D1.8k
R6-
R7-
RC103k (-)
VBBOPEN
VREG13.3V

Chip signature:
PRG-ROM1 (-)(29LV640)+SPI (-)(EPROM_SPI)+LAMXO256C(LAMXO256)+AY-3-8910 (-)(AY-3-8910)+STM8S003F3P6(STM8S003F3)+WRAM (-)(62512/621024/622048)+CHR-RAM (-)(62512/621024/622048)+PRG-ROM2(AM29F040P)+CHR-ROM(AM29F040P)+7430 (MMC2/4)(7430)+74LVC16245(74AC16245)+74LVC16245 (-)(74AC16245)+STM32F0 (-)(STM32F0)

PCB top:

PCB bottom:

Shell top:
No photo

Shell bottom:
No photo
Screenshoots:
No photo
Extra info:
INL-XO-ROM reverse engineering

I got Gimmick 2 hack which was done using INL-XO-ROM PCB. My version does not have expansion sound, but the PCB at first glance looks like super-dooper:
* place for PRG1-ROM (up to 8MB), PRG2-ROM (up to 512 kB) - was PRG1 meant to be for storing games and PRG2 for firmware when using micro sd card?),
* place for CHR-ROM (up to 512 kB),
* place for PRG/CHR-RAM (even up to 128kB),
* place for battery,
* place for AY-3-8910,
* place for micro sd card,
* some other stuff (logic to support MMC2/MMC4) and a few unpopulated chips.
Probably one universal board for many applications.

Luckily I have a lot of AY-3-8910 chips so I reverse engineered the board mainly because I was curious which components need to be soldered to make audio expansion work.

* The board is build using LAMXO256 CPLD. Does not seem to be very popular, nor cheap (2$) but with similar capacity (256 LUT) and I/Os (78) versus Altera EPM240 (1$, 240 macrocells, 80 IO pins)
* 16 channel 74LVC16245 buffers used for 3V3-5V translation (4$) - I prefer 8 channel 74LVC245 (0.1$), smaller and easier to route signals. And they still ran out of the pins and needed to translate PPU-A13/PPU-A12 using resistor divider
* CON1: There is place for micro SD - loading games like in everdrive?
* IC10: There is place for SPI memory (probably for Dragon Ball and other games that require SPI flash for storing savestates)
* IC9 (STM32F0, unpopulated) / IC13 (STMSTM8S003F3P6) - seems to be responsible for CIC stun. It also has access to micro SD card pins and audio output - was this meant to be used to play back music from sd card and output it to NES?
* Programming CPLD done via EXP0 (TDO) / EXP1 (TDI) / EXP2 (TMS) / EXP3 (TCK) headers
* There is a jumper which selects if WRAM-A12 is tied to CPU-A12 or driven by CPLD (PRG-ROM-A12 is driven by the same pin) - 4kB banking support, woah, can be used to play NSF
* JP3 - unpopulated 5 pin small connector (was it for external audio hook-up?)

Flaws:
* The right terminal of battery (negative) is not routed to anything,
* One of the chasis pins of micro sd card is not routed to anything,
* One leg of R4 is not routed to anything,
* CPLD directly sees PPU A10-A13, but for MMC2/MMC4 it also needs to check if PPU A3-A9 are all ones (and so they used NAND - clever, [url=https://forums.nesdev.com/viewtopic.php?f=28&t=17496]I did similar trick but using diodes[/url]). Weird thing is that they do not care for PPU A0..A2 (according to wiki - MMC2 latch 0 responds only to one address)
* CPLD controls output enable of IC8 buffer and 1/2 of IC7 buffer using the same control line. For IC8 this is strange cause this buffer converts CPU address line which should be always enabled.

[url=https://obrazki.elektroda.pl/7396336900_1568419679.jpg][img]https://obrazki.elektroda.pl/7396336900_1568419679_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/3845524000_1568419681.jpg][img]https://obrazki.elektroda.pl/3845524000_1568419681_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/9711303700_1568420192.jpg][img]https://obrazki.elektroda.pl/9711303700_1568420192_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/9661408100_1568420195.jpg][img]https://obrazki.elektroda.pl/9661408100_1568420195_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/5359601100_1568420198.jpg][img]https://obrazki.elektroda.pl/5359601100_1568420198_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/8382449400_1568420201.jpg][img]https://obrazki.elektroda.pl/8382449400_1568420201_thumb.jpg[/img][/url] [url=https://obrazki.elektroda.pl/6320533900_1568439167.png][img]https://obrazki.elektroda.pl/6320533900_1568439167_thumb.jpg[/img][/url]  

Comments:

Want to leave a comment?

Name:

Page loaded in 0.8 seconds | W3C validate