GarbAGE (Garbage Accurate GameBoy Emulator)
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 351f4a9c8d Merge branch 'master' of github.com:Riyyi/garbage 2 years ago
src Emu: Add functionality to add Memory and PUs 2 years ago
test Emulator+Test: Add main and example unit test 2 years ago
vendor Meta: Update ruc library 2 years ago
.clang-format Meta: Add .clang-format config file 2 years ago
.gitignore Meta: Add .gitignore and compile_commands.json symlink 2 years ago
.gitmodules Meta: Add ruc library 2 years ago
CMakeLists.txt CMake: Add compilation targets 2 years ago
LICENSE Meta: Add license 2 years ago
README.org Doc: Add cloning and build instructions to readme 2 years ago
compile_commands.json Meta: Add .gitignore and compile_commands.json symlink 2 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

Libraries