ab5d9cbe69b47e549e128baeadfc6258dcaeed79
The 8 lower bits are read first. The 8 higher bits come afterwards!
GarbAGE (Garbage Accurate GameBoy Emulator)
Accurate GameBoy emulator.
Download
Clone
$ git clone https://gitlab.com/riyyi/garbage
$ cd garbage
$ git submodule init
$ git submodule update
Or
$ git clone --recursive https://gitlab.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
Libraries
References
Opcodes
Bootstrap ROMs
Languages
C++
96.3%
CMake
3.2%
Shell
0.5%