collin-b1 / gameboy-emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ..

About


Languages

Language:C++ 99.2%Language:CMake 0.8%