Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 448 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 448 Bytes

GeeBee

A educational purposes only gameboy emulator.

Build

This project uses conan as a package manager. Make sure you install it first! You can get more info about conan on conan.io.

mkdir build && cd build
conan install -s compiler=gcc -s compiler.libcxx=libstdc++11 ..
cmake ..
make

Usage

Run ./bin/geebee filename to run a ROM file.

Credits

  • Dominykas Djacenko, 2016

License

MIT