This is a Gameboy emulator made by a beginner on C++
This is not really meant to be accurate or something, im just making it to learn C++ and emulation so..
CPU: 89%
Memory bus: 72%
Audio: 0%
PPU: 9%
DMA: 0%
Timer: 11%
https://github.com/robert/gameboy-doctor <- I used this to test and fix the opcodes. https://www.pastraiser.com/cpu/gameboy/gameboy_opcodes.html <- Opcode references. https://github.com/retrio/gb-test-roms <- Test roms. https://github.com/wheremyfoodat/Gameboy-logs <- CPU log references.