Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.55 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.55 KB

GBOxide Travis Build Status Badge Crates.io

A GameBoy Emulator written in Rust

Download GitHub release (latest SemVer including pre-releases)

Launch Instructions

Run from the command line with a ROM file, like so:

$ ./gboxide roms/game.gb

Controls

  • DPad: Arrow Keys
  • A: x
  • B: z
  • Start: Return
  • Select: Space

References

Most of these are linked from avivace/awesome-gbdev, but these are the resources I've found most useful.

Test Roms