bmo

command module
v0.0.0-...-dc33bde Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2018 License: MIT Imports: 6 Imported by: 0

README

bmo

A Game Boy emulator written in Go.

Progress

  • Cartridges (ROM only, MBC1, MBC3 with no timer)
  • CPU (passes Blargg's CPU instruction test)

Blargg's CPU instruction test passed

  • Interrupt Controller
  • Joypad
  • PPU (background, window and sprites rendering, scrolling)

Pokémon Blue Version

Requirements

  • Go 1.9 or newer
  • dep
  • SDL2 (libsdl2-dev on Debian-based distributions)

Usage

  • Copy the DMG bootrom to roms/bootrom.gb (or specify its path with the -bootrom flag)
  • Compile and run the emulator:
$ dep ensure
$ go build
$ ./bmo -rom <path to the ROM file>

References

License

This project is licensed under the terms of the MIT license.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL