Gameboy emulator
Plays Tetris, lots of bugs!
Uses the Blargg Gb_Snd_Emu library. Sound is now the best part of this emulator!
apt-get install build-essential libsdl2-dev libsdl2-mixer-dev libboost-dev
- Original Gameboy boot ROM: "DMG_ROM.bin"
- Place in the "roms" folder
- Game ROM (e.g. Tetris): "Tetris (World).gb"
- Place in the "roms/games" folder
git clone https://github.com/MoleskiCoder/gb.git
cd gb
git submodule update --init --recursive
make
src/gb