Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 836 Bytes

File metadata and controls

34 lines (17 loc) · 836 Bytes

dmggreen

icon

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..

image

Currently done:

CPU: 89%

Memory bus: 30%

Audio: 0%

PPU: 0%

DMA: 0%

Timer: 0%

Pages used for references while making the emulator:

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.