Every now and then I get the urge to tinker with a 65xx system, either to try out an idea or to explore some detail not documented in a datasheet. To some extent that's possible using my existing computers; but it tends to be inconvenient, and some of the experiments simply aren't possible. So, one afternoon I decided to quickly throw together a board
intended for experimentation -- a board with a CPU, a RAM and nothing else... or as close to nothing as I could manage.
The result is the
Throw-Together-Computer © (aka TTC), and its original
raison d'etre was to demonstrate my
ultra-minimal 3-wire bootloader. Not surprisingly, creeping feature-ism set in, and it became more than a one-afternoon project.
I won't try to describe all the prospective experiments here. Instead it's the construction techniques I want to document.
Attachment:
P8182591RotCrv.JPG [ 154.87 KiB | Viewed 4512 times ]
For starters, the genders are reversed as compared to a solderless breadboard. I'm using jumper wires with female tips, and they mate with a .025" male post far more reliably than the male-female connections which a solderless breadboard uses. Furthermore, .025" male posts are compatible with wire-wrap (as well as soldering, of course).
Attachment:
PC201043 cln.jpg [ 434.15 KiB | Viewed 4512 times ]
In its natural habitat TTC spends most of its time upside-down, with the wiring on top. The power & ground connections and the associated bypass capacitors are soldered; stuff like that isn't gonna change, and it doesn't need the flexibility afforded by wire-wrap or -- even easier to alter -- jumper connections.
For reasons of economy I use solder-tail (rather than wire-wrap) IC sockets in several places. And for reasons of laziness I exploit opportunities for broadside bus connections, such as the 8 pins of the 40-pin DIP 65xx's databus which connect directly to the '245 transceiver that's immediately adjacent (see the annotated photo near the end). That's a real labor saver since those connections are only .1" long and don't cross over other one another... and that means they don't involve an insulated wire which needs to be stripped at both ends.
The other side of that '245 transceiver also has stuff (SIP resistor arrays) located immediately adjacent for the same reason.
BTW it's not a bit uncommon for a wire (or group of wires) to attach with solder on one end and with wire-wrapping on the other. Whatever works!
Attachment:
PB080601.JPG [ 808.07 KiB | Viewed 4512 times ]
Attachment:
PB080605 .JPG [ 790.41 KiB | Viewed 4512 times ]
Attachment:
TTC RAM P9270255 CrvShpLores.JPG [ 122.04 KiB | Viewed 4512 times ]
The two RAM's are soldered for an obvious reason -- ie; the piggybacking (I have a megabyte of 10ns memory in less than one square inch!
).
Also, notice how easy the .050" pin spacing is to deal with -- just two staggered rows of .1". These are supposed to be SMD chips, but it doesn't take much to uncurl their J leads and situate them on a .1" grid. To make the RAM assembly removable I chose to use a daughterboard that includes female headers that mate with the gold-colored male pin layout you see in the background. A cheaper but more permanent approach would be to solder directly to the main board.
The PLCC-84 -- a 128-macrocell CPLD -- could have (and maybe should have) been mounted with the same technique as the RAM's. For me it's a big priority to
attach bypass cap's directly to the IC package -- attaching merely to the
socket is a compromise I prefer to avoid. But instead of using a daughterboard I opted to socket the CPLD... and the socket in turn attaches to wire-wrap pins via the method described
here. And: the chip is inserted
upside down so I could solder some SMD caps directly onto its J leads!
That worked out alright, but I discovered that the PLCC when upside down won't snap in to the socket 100%, and I was obliged to solder it in place. To do that I firstly had to mill away part of the socket. The thing ended up with kind of a rustic look, but the bypass caps ended up where they need to be, and that's the main thing.
Attachment:
PC201032cln.jpg [ 533.49 KiB | Viewed 4512 times ]
Attachment:
PC201018Cln ann.JPG [ 545.03 KiB | Viewed 4512 times ]
In the two photos above you can see a second CPLD attached to a etched daughterboard that serves as a breakout. (No .050" pin spacing on this chip, unfortunately.)
Unlike the large CPLD (which is entirely reserved for experimentation) this smaller device has well-defined functions. It receives asynch communication at 115.2 kbaud from a host computer, and it features a byte-wide output and a bunch of individually addressable single-bit outputs which the host can wiggle by remote control. These outputs serve to boot up the 65C02 (or '816 as the case may be) and to provide it with reset and a clock signal -- the latter being either single-step or a free-running 920 kHz (half the 1.8432 MHz communications oscillator frequency).
-- Jeff