A Chip8 emulator written in C++.
Most games work fine, like PONG and TETRIS, but there are a few that don't work correctly like TICTAC.
Keymap:
|1 2 3 4|
|Q W E R|
|A S D F|
|Z X C V|
TODO:
- Fix some unwanted drawloops
- Add native speed check for each game