Skip to content

ardean/jsGBC

Repository files navigation

jsGBC

A cross-platform, free and open-source GameBoy Color Emulator written in JavaScript.

Github Version License Github Downloads

Screenshot

Download Latest Release

Controls

Keyboard keys

  • A (l, v)
  • B (k, x)
  • START (enter)
  • SELECT (shift)
  • ↑ (up, w)
  • ↓ (down, s)
  • ← (left, a)
  • → (right, d)
  • SPEED (p)

Gamepad button index

  • A (1)
  • B (0)
  • START (9)
  • SELECT (8)
  • ↑ (12)
  • ↓ (13)
  • ← (14)
  • → (15)
  • SPEED (7)

Software Buttons from jsGBC-ui

Features

Screen

  • Pixelated
  • Fullscreen Mode

Files

  • ROM Upload (.gb / .gbc)
  • Battery File Download / Upload (.sav)

File Associations

  • .gb / .gbc

Web

Checkout jsGBC-web and the Demo to run jsGBC in a modern Browser.

Core

Please check jsGBC-core for more information about the core emulator.

License

MIT