An emulator of CHIP-8 written in C++23 with SFML and Boost libraries. As for now, it is capable of running games and other programs but lacks sound support.
Table below shows compiler and platform support for the current version of the emulator.
Platform | GCC | Clang | MSVC |
---|---|---|---|
Linux | 14.1.1 | - | - |
Windows | - | - | - |
These links helped me a lot with implementing the emulator: