This repository contains the complete works associated with the 16-Bit Computer From Scrath (16bcfs) project.
I am documenting my 16-Bit Computer build in video form. You can find the entire playlist here.
See LICENSE.md.
I use tup
as my primary build system. I usually will wrap tup
in make
commands. You can find tup
here. I simply find tup
to more reliable detect changed sources with less work.
The Qt6_DIR
Environment Variable needs to point to the installation location of Qt6, for example ~/Qt/6.6.0/gcc_64/
. Your installation location may be different, so copy-and-paste is not advised.
I do not have a commercial EEPROM programmer. I use the TommyPROM programmer. You can find all the relevant information on TommyPROM here. In Linux, I use minicom
as the interface. Hint: use sudo minicom -s
to set up the defaults.