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.
|
|
|
#+TITLE: GarbAGE (Garbage Accurate GameBoy Emulator)
|
|
|
|
#+AUTHOR: Riyyi
|
|
|
|
#+LANGUAGE: en
|
|
|
|
#+OPTIONS: toc:nil
|
|
|
|
|
|
|
|
Accurate GameBoy emulator.
|
|
|
|
|
|
|
|
** Download
|
|
|
|
|
|
|
|
*** Clone
|
|
|
|
|
|
|
|
#+BEGIN_SRC sh
|
|
|
|
$ git clone https://gitlab.com/riyyi/garbage
|
|
|
|
$ cd garbage
|
|
|
|
$ git submodule init
|
|
|
|
$ git submodule update
|
|
|
|
#+END_SRC
|
|
|
|
Or
|
|
|
|
#+BEGIN_SRC sh
|
|
|
|
$ git clone --recursive https://gitlab.com/riyyi/garbage
|
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
*** Update
|
|
|
|
|
|
|
|
#+BEGIN_SRC sh
|
|
|
|
$ git pull
|
|
|
|
$ git submodule update --recursive
|
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
** Build instructions
|
|
|
|
|
|
|
|
#+BEGIN_SRC sh
|
|
|
|
$ mkdir build
|
|
|
|
$ cd build
|
|
|
|
$ cmake .. && make
|
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
** Libraries
|
|
|
|
|
|
|
|
- [[https://github.com/riyyi/ruc][ruc]]
|