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.
		
		
		
		
		
			| 
				
					
						
							 | 
			3 years ago | |
|---|---|---|
| doc | 3 years ago | |
| src | 3 years ago | |
| test | 3 years ago | |
| vendor | 3 years ago | |
| .clang-format | 3 years ago | |
| .gitignore | 3 years ago | |
| .gitmodules | 3 years ago | |
| CMakeLists.txt | 3 years ago | |
| LICENSE | 3 years ago | |
| README.org | 3 years ago | |
| compile_commands.json | 3 years ago | |
		
			
				
				README.org
			
		
		
			
			
		
	
	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