build passing
< off-on>

#About

Worldwide is GameBoy Emulator that can play almost any ROM.

#Features

Worldwide has the following features:

  • 60fps
  • Written in golang, this emu works on Multi-platform.
  • GameBoyColor ROM can be played.
  • APU is implemented.
  • Low CPU consumption.

#Download

You can download my emulator at this link.

Windows download

Linux download

Source code

#Usage

Windows

./gbc.exe "***.gb"


Linux

./gbc "***.gb"


Source code

go run ./cmd/main.go "***.gb" // go 1.13

#Web version

You can try web version at this link.

Web version is made by Javascript and WebAssembly that is translated from golang.