You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Riyyi
91884d65fb
|
2 years ago | |
---|---|---|
assets | 2 years ago | |
cmake | 2 years ago | |
doc | 2 years ago | |
script | 2 years ago | |
src | 2 years ago | |
test | 2 years ago | |
vendor | 2 years ago | |
.clang-format | 2 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
CMakeLists.txt | 2 years ago | |
LICENSE | 2 years ago | |
README.org | 2 years ago | |
compile_commands.json | 2 years ago |
README.org
GarbAGE (Garbage Accurate GameBoy Emulator)
Accurate GameBoy emulator.
Download
Clone
$ git clone https://github.com/riyyi/garbage
$ cd garbage
$ git submodule update --init --recursive
Or
$ git clone --recursive https://github.com/riyyi/garbage
Update
$ git pull
$ git submodule update --recursive
Build instructions
$ mkdir build
$ cd build
$ cmake .. && make
Contributing
Enable 'commit-hooks' to lint your changes before committing them.
$ ./vendor/ruc/script/pre-commit.sh install