This is a Gameboy emulator made by me (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: 30%
Audio: 0%
PPU: 0%
DMA: 0%
Timer: 0%
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.