Gameboy Emulator

Simple Gameboy emulator written in C++

Compiling

$ git clone https://github.com/collin-b1/gameboy-emulator.git
$ cd gameboy-emulator/
$ mkdir build/ && cd build/
$ cmake ..