Skip to content

PZerua/GameVoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameVoid

GameBoy emulator for learning.

Tested on Linux and Windows.

Building

Clone and initialize the repository:

git clone https://github.com/PZerua/GameVoid.git
cd GameVoid
git submodule update --init

Generate project:

mkdir build
cd build
cmake ..

On Windows, open .sln and compile solution.

On Linux:

make -j`nproc`

Windows usage:

GameVoid.exe <path to rom>

Linux usage:

GameVoid <path to rom>

Controls

A -> A in keyboard
B -> S in keyboard
Start -> Return key
Select -> Space key
Movement -> Arrow keys

About

GameBoy emulator for learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages