Has anybody made a DIY memory card?

Portables, case replacements, mods etc, all in here!
Post Reply
Deferf
Posts: 3
Joined: Wed Apr 23, 2014 5:09 am

Has anybody made a DIY memory card?

Post by Deferf » Tue Mar 03, 2015 4:40 am

There is very little information about custom Memory Cards. It is known that MCs are only modified SD cards. Is it possible to make one with huge capacity out of a commercial SD? :geek:
Deferf
Posts: 3
Joined: Wed Apr 23, 2014 5:09 am

Re: Has anybody made a DIY memory card?

Post by Deferf » Tue Mar 03, 2015 4:45 am

I'm not talking about SD-Gecko adapters, but something to store your savegames.
tueidj
Posts: 564
Joined: Fri May 03, 2013 6:57 am

Re: Has anybody made a DIY memory card?

Post by tueidj » Tue Mar 03, 2015 5:45 am

They're not modified SD cards. Maximum capacity is only 16MB.
Deferf
Posts: 3
Joined: Wed Apr 23, 2014 5:09 am

Re: Has anybody made a DIY memory card?

Post by Deferf » Tue Mar 03, 2015 7:27 pm

Anyway can they be made out of components? Or something like spoofing them
pyroholic
Posts: 58
Joined: Tue Nov 25, 2014 8:22 am

Re: Has anybody made a DIY memory card?

Post by pyroholic » Sun Mar 15, 2015 6:35 pm

I think it should be possible to build one using a micro controller that can act as an spi-slave connected to the memory card slot and also connect the micro controller to a storage unit, sd-card, spi-flash or similar. Looking at the picture of a memory card in this thread viewtopic.php?f=26&t=666 it looks like an arm-controller connected to some flash-circuit.
User avatar
Sierron
Posts: 161
Joined: Mon Apr 18, 2016 11:33 pm
Location: Germany

Re: Has anybody made a DIY memory card?

Post by Sierron » Sat May 21, 2016 12:07 am

I've been looking around online because I were interested too about making one on my own.

As Macronix never released the datasheet for the MX25L4001 it's impossible to actually check what the internal is. Looking at a original 59 blocks memorycard there are many pins (14 on one side and 4 other side connected to ground - might not be even needed and N.C. most likely). The package of the chip is probably - if I'm not mistaken - just a different package to stop others making them their own (Macronix has no SOP28 chips ... many of them are SOP8). In the end it's just speculation.

As for the chip Datel used, the MX25L4004 (according to yagcd), I've found a datasheet. Can't really find any kind of supplier but apparently chinese sites sell them. I've looked up a programmer for that thing go around $150+.

Beside all those things: the chips have 5 blocks (40KB) occupied with some data which might be the code programmed on the chips and filesystem related stuff.

We need the chips, the programmer and the code used to program those chips the same way nintendo/datel did...

Oh and before I forget it: the W29C040P-90 chips mentioned on yagcd as 3rd party ... here is the datasheet (90B variant). Programmer for this go for $130.
pyroholic wrote:I think it should be possible to build one using a micro controller that can act as an spi-slave connected to the memory card slot and also connect the micro controller to a storage unit, sd-card, spi-flash or similar.
Might be easier than doing all the other stuff above. We just need a way to disguise them as valid memorycards.
pyroholic wrote:Looking at the picture of a memory card in this thread viewtopic.php?f=26&t=666 it looks like an arm-controller connected to some flash-circuit.
Tried finding some info on that arm controller but nothing popped up on google or sites related to such chips. The Samsung chip K9F2808U0C-YCB0 is a probably a NAND Flash Memory - the K9F2808U0A-YCBO version might be a earlier version. So the ARM chip could be a NAND Flash memory controller. There are many results for that search term on google but finding the right version ... good luck. If it's something generic we need someone who can read out the code on the chip so we could clone them.

yeah ...
Own a couple PAL and JPN cubes. And three BBAs. Homeland and PSO I/II.
tueidj
Posts: 564
Joined: Fri May 03, 2013 6:57 am

Re: Has anybody made a DIY memory card?

Post by tueidj » Sat May 21, 2016 6:12 am

You don't need to clone anything or re-use the exact parts from other memory cards. The protocol is well known so it would be relatively easy to design something from scratch.
Post Reply