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)
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