Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 862 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 862 Bytes

rustyboy

A GB emulator as a learning project

Screenshot

Implementation Status

Tetris is playable

  • Color Palettes are not implemented yet
  • OBJ / sprites are just implemented good enough so tetris is playable
  • No sound
  • ROM bank switching and RAM cardrides are not implemented

Screenshot

USAGE

rboy game.rom [boot.rom]

  • Emulator starts in debug mode, press t[ENTER], c[ENTER] to run
  • boot rom is optional, by default RBOY_ROM.bin will be loaded

Keys

  • Left
  • Right
  • Up
  • Down
  • Keyboard A - Button B
  • Keyboard S - Button A
  • Space - Select
  • Enter - Start

RESOURCES