This is a simple Chip8_emulator that emulate all the functionality of a classique chip8. you can play with ROM easely.
I decided to undertake this project in order to understand the basics of simplistic machine emulation and to improve in C++.
- Chip8 Stack
- Chip8 Memory
- Chip8 Register
- Chip8 Keyboard Driver
- Chip8 Screen Driver
- Chip8 Instruction dcode and execute
- ROM Reader
- FPS better control