A golang gameboy emulator.
Currently boots up the built in bios.
go mod init github.com/kbatten/jibi
make all
go get go build -o jibi-run
./jibi-run --dev-cpuprofile --dev-quick 5000000 go tool pprof -http 0.0.0.0:9999 cpu.prof
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A golang gameboy emulator.
Currently boots up the built in bios.
go mod init github.com/kbatten/jibi
make all
go get go build -o jibi-run
./jibi-run --dev-cpuprofile --dev-quick 5000000 go tool pprof -http 0.0.0.0:9999 cpu.prof