This is a very rough implementation of a Gameboy emulator (DMG-01).
It is able to run Gameboy games.
It implements a gameboy CPU and a PPU (pixel processing unit, used for drawing on the screen).
Some of the codes has been generated (i.e. CPU instruction functions).
This has been tested using Blaarg's test ROMs and Matt Curie's test ROM. I also tested it on few games.