2 comments on “Project:65 – Running a program

  1. Jeez, the hobbyists of today know so little compared with the ‘good old days’ when 6502′s, 8080′s and 2650s were the thing.

  2. I’m in the process of wiring-up a simplified EPROM/EEPROM burner/writer, but using an Arduino MEGA-2650.. The reason for the bigger Arduino, is the additional address lines on the older EPROMs, and larger EEPROMs (looking at a 29C010 & 29C020 sitting on bench, pulled from two old motherboards), thus not requiring the I2C communications.. One thing I’m looking at, is trying to wire-in a Ethernet/SD-Card shield, to handle transfers of the data. (the data from the computer is fed to the Arduino, stored on the SD card, then burned to the device.. There is a Blog article from MAKE: magazine, by Matt Richardson, about someone who wired-up a EPROM reader, using just the MEGA as the platform. I would imagine wiring-up a relay to one additional digital line to handle “-PGM” (or -WE), switching in/out a +5, +12, +21V programming voltage. I have a couple of old burners, BUT…. one, used an old S-100 card from an old Compupro 8/16, (which is long since gone), and quite a few of the personality modules are gone.. The other, was an old 8-bit ISA card for an IBM-XT type computer, but I can’t find the disks.. Matt’s blog entry, is at http://blog.makezine.com/2012/07/08/how-to-read-a-rom/ , and the article, is at http://www.nycresistor.com/2012/07/07/stick-a-straw-in-its-brain-and-suck-how-to-read-a-rom/ .. One note, the arduino code used to read the EPROMS, assigned the variable A0 to the address pins (from Digital pin 26 up, dependant on the # of bytes).. Except…. Guess what it was seeing as an error in the code? A0 stands for Analog 0.. I changed all of the A0′s in the code to AD0, so it would work.. Building a +21V supply.. Now, there’s the fun!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s