A Chip-8 emulator
  • C++ 83.9%
  • CMake 16.1%
Find a file
2026-06-19 14:51:25 +00:00
.cache/clangd/index Initial commit 2026-06-19 14:51:25 +00:00
building_blocks Initial commit 2026-06-19 14:51:25 +00:00
cmake Initial commit 2026-06-19 14:51:25 +00:00
.clang-format Initial commit 2026-06-19 14:51:25 +00:00
CMakeLists.txt Initial commit 2026-06-19 14:51:25 +00:00
LICENSE.txt Initial commit 2026-06-19 14:51:25 +00:00
README.md Initial commit 2026-06-19 14:51:25 +00:00

Toy chip-8 emulator written to get into emulation. Most games should run, however superchip games don't, and there are no plans of adding support for it.