Skip to content
/ gb Public

Gameboy emulator written in google-go/sdl

Notifications You must be signed in to change notification settings

kpelton/gb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Gameboy

Gameboy emulator written in golang with sound,network and gameboy color support.

Games

Mario DX

mario

Zelda

zelda

Install

Tested on ubuntu 20.04 golang 1.13

export GOPATH=. #build directory
go get -v github.com/tarm/goserial
go get -v github.com/veandco/go-sdl2/sdl
./build.sh

Running

./main cpu_instrs.gb # or any other .gb/.gbc rom

Releases

No releases published

Packages

No packages published

Languages