Analysing Namco System 2x6 dongles

Anthony Ryuki

Forum Noob
Hi there! As some of you may know, Namco System 246/256 games don't only come with a CD-ROM/DVD-ROM, but also with a security dongle that's electrically identical to a PS2 Memory Card.

Well, I managed to somewhat dissect the content of a dumped security dongle with the help of PCSX2.

First off, you need one of those dumps containing an 8448 KB file, not those 2-files dumps, though it is theoretically possible to merge them into one.

Rename the dump's extension to .ps2, then load it into the Memory Card manager in PCSX2. Push the Convert button: while this is normally used to extract saves from a Memory Card image, it will also extract files from these dongles.

Tekken 4 is used as the example here: the most interesting files are TK4DATA, TK4GAME and TK4LOAD. If you open TK4LOAD with a hex editor, you will see it has the header of an ELF file, meaning it is the main executable, and the other two files are apparently then combined with it.

Unfortunately, if you try to launch TK4LOAD on PCSX2, it will simply display a black screen, even if you create a DVD image with all files (included the ones from the original DVD) in it. But if you look at the logger, you can see it looks for files it can't find, which are probably also found in the Namco System 2x6's BIOS. I think looking into these files can be a step in making emulation of this system possible.

Last but not least, the fact that it's possible to read the content in those dumps proves that they aren't actually MagicGate encrypted like the physical dongles are.
 
Last edited:
MCFS was never encrypted on anything. You misleading it with executable signing and/or encryption.

PCSX2 not support any type of MG as far as I know, so it is not possible currently to run signed ELFs for retail MC, arcade dongle, __mbr or APA contents. At least this is true for version 1.6.

First off, you need one of those dumps containing an 8448 KB file, not those 2-files dumps, though it is theoretically possible to merge them into one.

What are You talking about? MC or dongles can be with ECC or without ECC. None ECC dumps have exactly 8MiB, those with ECC are little larger. What "2-files dumps" You have in mind?

Rename the dump's extension to .ps2, then load it into the Memory Card manager in PCSX2. Push the Convert button: while this is normally used to extract saves from a Memory Card image, it will also extract files from these dongles.
You can browse, extract or retrieve deleted files from MCFS using IsoBuster. Yet You need stick to naming extension as there is no system determining which card using ECC and which doesn't. ECC are eg. *.vm2, none ECC are *.bin. IsoBuster will keep time stamps and support not only 8MiB cards but larger. Just FYI.

Alternatively You can read ECC card dumps by mymc, Dual MyMC and their forks.
 
Last edited:
Back
Top