mandliya / gameboy_emulator

A gameboy emulator built with modern c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A gameboy emulator built with modern c++

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 65.0%Language:CMake 32.0%Language:C 3.0%