A gameboy emulator built with modern c++
- Basic definitions.
- Register and bit wise manipulation interface.
- Cartridge interface and code.
- Memory and CPU interface.
- Memory interface is done, read and write implemented.
- Read write I/O.
- Opcodes ... and many more to come.