A Z80 single-board computer / game console, including hardware schematics, software, and an emulator.
- Z80 CPU @ 8 MHz
- 8 KiB ROM, 8 KiB RAM
- 2 controller input ports
- 1-bit bitmap graphics (256x256 resolution, 8 KiB VRAM)
- PAL video output
To learn more, check the README.md
in the corresponding subdirectory.
Directory | Description |
---|---|
hardware/ |
Hardware schematics, design files and documentation. |
software/ |
System software including an implementation of Tetris. |
emulator/ |
Emulator for the hardware built using the Z80Ex library. |