Skip to content

kbatten/jibi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jibi

A golang gameboy emulator.

About

Currently boots up the built in bios.

Building

go mod init github.com/kbatten/jibi

Makefile

make all

Manual

go get go build -o jibi-run

Profile

./jibi-run --dev-cpuprofile --dev-quick 5000000 go tool pprof -http 0.0.0.0:9999 cpu.prof

About

golang gameboy emulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published