How do you build a ROM reader?
April 14, 2006 7:35 AM   Subscribe

How do I read the contents of a flash ROM?

Can anyone point me in the direction of a cheap ROM reader/programmer or how to build one on my own?

I want to read the contents an EEPROM on a game controller and eventually try to reprogram it to reroute inputs/outputs. It is 8-pins, but the numbers printed on it don't seem to indicate a known make/model type. Will that be a problem?

Is there an inexpensive way to do this? I am fairly good with the soldering iron and have programmed os/application-side controller drivers, so the technical aspect shouldn't be a problem.
posted by gaelenh to Computers & Internet (4 answers total)
 
maybe this? or, rather, this. google for "eprom programmer" or "serial eprom programmer" for more. (replace eprom with eeprom as needed.)

you will need to figure out what kind of ROM it is. it does make a difference - things like write voltage and pinout and stuff. yours is probably compatible with something that's become a standard. 8-pins leads me to believe it's a serial EEPROM, so you may want to limit your searches to serial devices and ignore, like, ROMs starting with '27'.
posted by mrg at 7:50 AM on April 14, 2006


Response by poster: Thanks. Is there a way to determine the series of the EEPROM or can that be figured out using a reader + software?
posted by gaelenh at 10:21 AM on April 14, 2006


Can you tell us the numbers on the top of the device.
Does it have a manufacturer logo?
posted by toftflin at 11:00 AM on April 14, 2006


Response by poster: After I removed it from the board, I found a series number on the underside of it. Thanks for the help.
posted by gaelenh at 7:50 AM on April 15, 2006


« Older Why does wireless zero configuration not start...   |   Is the T-mobile MDA a good upgrade for Sidekick2... Newer »
This thread is closed to new comments.