Skip to content
Vlad Todosin edited this page Aug 29, 2021 · 2 revisions

Welcome to the minZ80 wiki!

This section is meant to provide a more in-depth look at each portion of the MinZ80. You can also find lots of references to external resources that can be useful when building such a project.

The main sections of this wiki are the hardware and software sections. The schematics provided may not be entirely accurate (it's my first time making schematics for such a project) so please try to have a good understanding of what you're trying to do instead of blindly following the schematics. The software provided in this repo is basic software for initializing the I/O devices, making sound and communicating with an LCD display (4 row in this case, but a 2 row display can also be used without the need to modify the code that much). I'm also planning on connecting a matrix keyboard to the computer and maybe writing some simple games.