Yet another ZX Spectrum Emulator. Part of a project for an upcoming C++ talk.
- Pre-requisites: CMake, Ninja and a modern compiler capable of c++26.
- LibSDL's development headers and dependencies:
sudo apt-get install libsdl2-dev
on Ubuntu. - for the console app
libreadline-dev
too. - Build with cmake in your favourite way.