This is my first attempt at writing an emulator.
###Resources:
- Gameboy CPU instruction set
- Gameboy CPU manual
- EMULib by Marat Fayzullin
- irrlicht for rendering
- GBDev on nesdev.com so much help from here!
- blargg test roms source/roms also included in this repo
Main development is done on OSX 10.9 in xcode. I am going to try to maintain the makefile as much as possible. I'm using irrlicht for rendering in the hopes that I can keep the build cross platform.