Home

Welcome to the Gigatron!

The Gigatron TTL microcomputer is a minimalistic retro computer. It’s special in its own oddball way, because it has absolutely no complex logic chips in it, not even a microprocessor! Its CPU is built out of a handful of classic 7400-series ICs, colloquially known as the TTL logic series. These chips combined form a powerful 8-bit processor.

Besides running applications, this processor performs functions that traditionally require dedicated peripheral chips for video, sound and other I/O. By eliminating these the hardware remains small and understandable. Still the single-board system works as a full-blown microcomputer that you can play video games with.

Now you can easily build one yourself. As you build, learn what happens inside a CPU by looking inside one. See the functional units, look inside the Arithmetic and Logic Unit, see its truth tables and learn what makes up a ROM. Then go on to enjoy playing the built-in retro video games or write little programs in BASIC. You can also hack it in any way you like if you have a taste for that.


[Click on the image to enter the Gigatron emulator by Phil Thomas]

About

Gigatron is a TTL microcomputer that you build yourself.

 

How it works

We have given in-depth talks at several hacker spaces. Here is one Walter did at Hackerhotel 2018 explaining both concept choices and design details.

Duration: 52m22s

For a PDF version of the slides and for more materials, check out the Tutorials section.

About us

Gigatron is a project by Marcel van Kervinck and Walter Belgers.

On May 25, 2020, Marcel passed away due to an illness. I, Walter, remember Marcel as a great engineer, eager to fully understand the technologies at deepest level. He was also the software guy in the team, having written all the initial software for the Gigatron and Pluggy McPlugface. When using PS/2 libraries for the pluggy, he found bugs unknown until then, which shows his tenacity to fully understand things and make them work as well as possible. We both believed in the beauty of making something as elegant as possible. We created the Gigatron to be a kit to be proud of. And we were. People who have met Marcel at various occassions will surely remember his optimism and the joy he got from talking to similar minded people. I will miss Marcel.

In this talk recorded at VCF Berlin 2019, Marcel discusses the background of this project: from the earliest breadboard experiments to the version that can run Micro-Soft BASIC.

Duration: 40m

For general questions, feel free to drop me an e-mail. We are also on Twitter, Hackaday and GitHub, all links are listed below under “Find us”. Note that messages sent to Marcel on Hackaday or GitHub will not be read.

Marcel van Kervinck

 

Walter Belgers

Blog

1000!

Almost a year ago, we had sold over 500 Gigatrons, much to our own surprise. Since then, a lot has happened. We now have 6502 emulation and the Gigatron can run Apple-1 code, such as WozMon. We have BASIC running and there’s a great BASIC compiler, opening the way to create great games. Looking back …