CHIP-8 Interpreter Emulator written in C
Go to file
Vinicius Silva f356a0ab7c Implemented getkey instructions 2024-03-04 21:02:17 -03:00
include Implemented getkey instructions 2024-03-04 21:02:17 -03:00
src Implemented getkey instructions 2024-03-04 21:02:17 -03:00
.gitignore Initial commit 2024-02-26 23:48:48 -03:00
CMakeLists.txt Basic chip8 structure implemented 2024-02-28 21:36:17 -03:00
LICENSE Initial commit 2024-02-26 23:48:48 -03:00
README.md Initial commit 2024-02-26 23:48:48 -03:00

README.md

chip8

CHIP-8 Interpreter Emulator written in C