Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.45 KB

README.org

File metadata and controls

51 lines (38 loc) · 1.45 KB

go-gameboy

Description

Very much a work in progress. At the moment some ROMs will not even make it past the title screen (or even get that far). The majority that I have tried do work however.

The current fixed configuration uses these controls:

ButtonKeyDescription
Ax
Bz
Startreturn
Selectright shift
D-Padarrow keys
escapeQuits the emulator
F11Toggles fullscreen mode

Configurable joystick/gamepad controls are also supported. The command:

go-gameboy 2>&1 | grep joy

will display the relevant options.

Requirements

Currently supported features:

  • ROMs with MBC chips type 1, 2, or 3 (or none)
  • SDL graphics and input
  • Sound emulation
  • Battery-backed RAM saving
  • Joystick/gamepad input

Some missing things:

  • Configurable keyboard input
  • MBC RTC support
  • Other MBC types