A really basic Chip-8 emulator I wrote to refresh my memory on Chip-8's instruction set.
  • C 96.4%
  • CMake 3.6%
Find a file
Danila Fedorin 28f5822a50 Move utility functions such as rendering and logging out of chip8 header
They are moved to chip8_util.h, which depends on chip8.h but not vise versa.
2016-06-26 12:54:02 -07:00
include Move utility functions such as rendering and logging out of chip8 header 2016-06-26 12:54:02 -07:00
src Move utility functions such as rendering and logging out of chip8 header 2016-06-26 12:54:02 -07:00
.gitignore Ignore the build directory. 2016-06-26 01:20:02 -07:00
CMakeLists.txt Setup CMake for cross-platform building. 2016-06-26 00:21:49 -07:00