Nov 232014
 

Continuing on from the Gameking post I made yesterday. I have been working with Team Europe recently to help dump some cartridges for inclusion into MESS from the Leapster range of devices.
I adapted my Gameking dumper program a little to be more suited to the Leapster but in doing so I believe it made it more generic and therefore easier to be adapted to other devices too.

First off this program relies heavily on two additional IC’s being used in the circuit. These are 74HC4040‘s.
These chips are binary counters and they are great in the fact that they only require 2 inputs each from the Arduino and they cover 12 address bits out each too. So a simple bit of maths tells us that by using 4 output pins from the Arduino we cover 24 address pins. For those of you that thought my Gameking dumper wasn’t possible due to the low number of pins used on the Arduino then this is the reason why.
They are also good to use as they are both 5v and 3.3v tolerant and as a lot of these cartridges only use 3.3v its ideal.

If you are even just slightly familiar with how to hook up a ROM for reading then you will have no issues in wiring this circuit up.
Here is the circuit drawing made by Team Europe
dumperdrawing

And here is the circuit
dumperwired

Of course all of this is useless without the Arduino program itself which you can DOWNLOAD HERE
If you use this program for anything useful then please let me know and also please give credit where credit is due.

Thanks to Team Europe too for their testing, feedback and providing the pictures used in this post.
You can visit Team Europe’s blog here https://team-europe.blogspot.co.uk/

Sorry, the comment form is closed at this time.