USB reader for SNES game carts

A good friend of mine sent me this link to a home built SNES USB cart reader, this looks really great I'd love to be able to get in contact with the original creator and see what we can dig up.

Watch the Embedded video below, it's awesome. If the original author wants to get in touch with me, please do Smile.

Matthias wrote:
Part list:
Atmel AT90USBKey Evaluation Board (Digikey – $30)
FCI 10046971-003LF 70-pos. 2-row connector (Digikey – $4.76)
a little piece of prototyping board to solder the connector onto thousands of little wires

I used the following reference documents:
http://www.emulatronia.com/doctec/consolas/snes/sneskart.html
(SNES cart pinout and ROM memory map)
http://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx
(FAT16/32 specs)

The somewhat ugly cable solution is due to the USBKey’s weird choice for .05″ pitch port connectors, for which I was not able to find suitable pin headers and ribbon cable connectors. The exact pinout is a bit weird and not worth publishing yet, since many of the I/O pins are in fact shared by the onboard peripherals, so I have to spread the address and data bits among the available pins. A cleaner version with all parts on a custom PCB is on its way, as well as support for the Sega Genesis (working hard towards the all-in-one solution Smile)

Code is based on the Atmel USB Mass Storage example app, to which I added a module for ROM access and a read-only FAT16 (the latter was hard-coded in a hex editor – FUN!). Again, development is still at a very early stage (I tested this on exactly one game cart), and as of now, redistribution of the source is in fact prohibited by Atmel’s proprietary license.

I’m not quite satisfied with the data rate yet. As of now, newer-generation console carts (N64 etc), while absolutely possible to read out, would take forever to load. The device is running at USB 2.0 full-speed (12 Mbps), and I am not aware of any cheap solution that offers high-speed USB (480 Mbps).

Open issues:

  • testing with as many different games as possible (feel free to donate your least favorite game carts! Smile)
  • issuing a refresh when the cartridge is removed/replaced! The USB Mass Storage protocol uses the SCSI command set, so the device cannot send requests ()”refresh directory, file may have changed”) to the host.
  • optimization for speed
  • add compatibility for HiROM games

By the way, I’ve never done anything like this before. The fact that it was so easy kind of scares the hell out of me Wink

I think this is as exhaustive a description as I can give for now.

Hope you’re fine with it.

-Matthias

Source: http://hackaday.com/2009/06/19/usb-reader-for-snes-game-carts/

Trackback URL for this post:

http://www.cherryroms.com/trackback/5111
Your rating: None Average: 5 (1 vote)

© 1998-2009 Cherryroms.com | RSS Feeds | Twitter