For this project I had to develop a CHIP-8 emulator from scratch in C++. In order to do this I had to emulate all instructions, the CPU clock, the internal memory and the fetch, decode, execute cycle for a CHIP-8 console.
For this project I had to develop a CHIP-8 emulator from scratch in C++. In order to do this I had to emulate all instructions, the CPU clock, the internal memory and the fetch, decode, execute cycle for a CHIP-8 console.