Sections

Wednesday, May 28, 2014

A computer kit from the '70s: Ithaca Audio Z80 CPU card for the S100 bus

Haven't had much time to write on my blog lately (lately being the last 5 months or so), mostly because of my job, but also because I spend most of my time doing things and saying "oh, it would be cool to blog about this once I'm done!". Then I'm done, and immediately find something else to do before I find the time to sit down and write about the last thing I did. That's how I am.

Anyway, I REALLY wanted to blog about this little project I spent a few evenings on, so here I am.
But first, a little background: do you, Reader, know about the S-100 computers? If yes, skip on, if not, I'll try to be quick and painless, leaving in-depth history and tech to specialized websites like this one.
Altair 8800 + 8" floppy disk system.
Image courtesy of Wikipedia

Monday, December 30, 2013

Building the XT-IDE. Part 3

Thanks to James Pearce I've finally completed my XT-CF v1 card!
James is the designer of this board and he provided me the code (which you can find HERE) to program the Xilinx XC9572XL CLPD to make it usable with recent revisions of the XT-IDE Universal BIOS.
The XT-CF v1, ready to be tested!

Friday, November 29, 2013

Building the GBA1000: Part 0x02

Ok, good news and bad news.
Bad first: I found out that the SRAM chips I got together (CY7C1049CV33-15VXC) with the GBA1000 mobo are not rated for 5v, but for 3.3v. I did not bother to check because the two got sold together as a kit... Lesson learned: ALWAYS DOUBLE CHECK THE DATASHEET!!!

Tuesday, November 26, 2013

Building the GBA1000: Part 0x01

Finally finished installing the 16 main RAM chips. This was probably one of the hardest SMD components to solder with a standard soldering iron (being of the SOJ type). The next hard one will be the 29F800 flash chip, which has a thin leg pitch.

Next step: make a detailed inventory of what I need and what I'm missing to continue the build...

Saturday, November 23, 2013

Building the GBA1000: Part 0x00

The GBA1000 is a replacement motherboard developed by the uber amiga-expert Georg Braun for the A1000 computer by Commodore. The idea is to keep the same form factor of the original motherboard, but reworking the components and the circuit to obtain one of the most powerful ECS-based Amiga available: Motorola 68030 50Mhz processor (vs the 68000 7Mhz of the original A1000), 2Mb Chip RAM + 8Mb Fast RAM (vs 256Kb), onboard IDE (vs nothing), Zorro II expansion slot... etc etc etc.
The (almost) bare GBA1000 PCB

Thursday, November 21, 2013

Exhuming an old project: Building the XT-IDE. Part 2

Between all the small packages the postman left at my door today, I got one with a few 74F573 logic ICs inside: just what my XT-IDE was missing to get basic functionality (to get the serial port working I still need the proper oscillator)!
XT-IDE being tested with a Disk-On-Module

Wednesday, November 20, 2013

Exhuming an old project: Building the XT-IDE. Part 1

I finally received the correct Xilinx CLPD part and the missing 74LVC1G14 for my XT-CF v1 card, so I could complete the build.
Soldering the CLPD avoiding shorts was a bit of a challenge, but a good measure of flux helped immensely. Now the board is ready to be flashed with the correct programming through JTAG. I'm waiting for a BUS PIRATE to accomplish the job.