A gameboy emulator written in python.
Some component will later be implemented in c++ for better performance.
Warning
The CPU is not fully functional yet so emulation is not currently possible.
Currently working on the CPU (Sharp SM83). see gb/cpu/cpu.py for implementation.