Skip to content

Commit

Permalink
Expand the README.md a tad.
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
  • Loading branch information
MoleskiCoder committed Jul 25, 2020
1 parent 16379a0 commit 6bff0f1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,32 @@ 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
1. Game ROM (e.g. Tetris): "Tetris (World).gb"
1. Place in the "roms/games" folder

## Obtaining source

`git clone /~https://github.com/MoleskiCoder/gb.git`
`cd gb`
`git submodule update --init --recursive`

## Building

`make`

## Running

`src/gb`

0 comments on commit 6bff0f1

Please sign in to comment.