I made this project because I was interested in the process of creating emulators. The console also displays the status of the program (values of registers, index, etc.) CHIP-8
- SDL2 graphics library
- C++20 standart
CHIP8 KEYBOARD
0 1 2 3 X 1 2 3
4 5 6 7 ===> Q W E A
8 9 A B ===> S D Z C
C D E F 4 R F V
There are no games in this project, but they can be found at this link: https://github.com/dmatlack/chip8/tree/master/roms/games
When creating this project, I used these sources:

