chip8 <GAME>
- Monochrome 64x32 pixels display
- 4KB of Memory
- 512B reserved
- 3.5KB of RAM shared with the game program
- 16 x 8 bit registers
- 16 key keypad input
- delay timer
- sound timer
- 36 instructions
Reference: http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
Timings: https://jackson-s.me/2019/07/13/Chip-8-Instruction-Scheduling-and-Frequency.html