Chip8 emulator written in C++ 23
 
 
Go to file
Tiger 8df287832a Implemented 0x8XY* and fixed value parameter of register get and set functions from short to char since it's only 8 bits 2023-09-15 22:14:15 +02:00
.idea Initial commit 2023-09-09 19:57:57 +02:00
include Implemented 0x8XY* and fixed value parameter of register get and set functions from short to char since it's only 8 bits 2023-09-15 22:14:15 +02:00
roms Initial commit 2023-09-09 19:57:57 +02:00
src Implemented 0x8XY* and fixed value parameter of register get and set functions from short to char since it's only 8 bits 2023-09-15 22:14:15 +02:00
.gitignore Initial commit 2023-09-09 19:57:57 +02:00
CMakeLists.txt Initial commit 2023-09-09 19:57:57 +02:00
main.cpp Initial commit 2023-09-09 19:57:57 +02:00