Skip to content

MoleskiCoder/gb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gb

Gameboy emulator

Plays Tetris, lots of bugs!

Uses the Blargg Gb_Snd_Emu library. Sound is now the best part of this emulator!

Ubuntu Linux

Prerequisites

Build prerequisites

apt-get install build-essential libsdl2-dev libsdl2-mixer-dev libboost-dev

ROMs required

  1. Original Gameboy boot ROM: "DMG_ROM.bin"
    1. Place in the "roms" folder
  2. Game ROM (e.g. Tetris): "Tetris (World).gb"
    1. Place in the "roms/games" folder

Obtaining source

  1. git clone https://github.com/MoleskiCoder/gb.git
  2. cd gb
  3. git submodule update --init --recursive

Building

make

Running

src/gb

Releases

No releases published

Packages

No packages published