Table of Contents
John Tsiombikas' retrobrews
Minimal Z80 computer
An absolutely minimal computer project I did in 2016, based on the Zilog Z80 processor. It only has a single 8-LED output device, and I used it to demonstrate how a processor fetches and executes instructions by manually stepping the clock. It has a bunch of LEDs on various Z80 signals to illustrate the process as clearly as possible, but beyond that it's really not at all useful, due to the absence of any real I/O hardware.
Here's the single-stepping operation video I made, and a followup video where I added a free-running clock using a 555 timer.
I have a dedicated page for the Z80 computer project, with photos of the PCB fabrication process, schematics, etc.
Motorola 68010 computer
This is my current homebrew computer project. I'm trying to make a simple but useful computer based on the Motorola 68010 processor.
Links
- Github repo with hardware designs and code.
- Video: First 68k experiment, single-stepping on a breadboard.