Skip to content

mandliya/gameboy_emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.