Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 337 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 337 Bytes

gameboy_emulator

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.