Introduction

As many others, I have wanted to build a breadboard computer from scratch since discovering Ben Eater’s excellent YouTube series on the subject.

After many years, I finally have gotten around to starting the build. My build will not be a one-to-one replication of Ben Eater’s build, I’ll attempt to make it my own. Some of the changes I plan to make:

  • I’ll be using 74HCxx CMOS logic chips instead of 74LSxx TTL chips.
  • Make sure to focus on signal and power integrity: Decoupling caps, don’t leave unused inputs floating, better power distribution.
  • Incorporate improvements from breadboard computers from other people as they seem fit.
  • Use 8 bit instructions instead of only 4 bits.

Posts

Software

Software used during the build

Resources and references

YouTube

Breadboard computers / CPUs

There are several YouTube channels with information about building breadboard computers. Among the channels I have found useful are the following:

  • Ben Eater - Ben Eater’s channel, home of the project that initially inspired me to build my own breadboard computer.
  • James Sharman - James Sharman is building a pipelined CPU from scratch. He has also made several input/ouput devices from scratch, like VGA, sound and UART.
  • Fabian Schuiki - Fabian Schuiki is building a superscalar out-of-order CPU.
  • DrMattRegan - Dr Matt Regan has several tutorials building different computers on breadboards.

General computer architecture

Reddit

  • /r/beneater - A subreddit dedicated to Ben Eater’s project and other projects based/inspired by them.

Other