gbr

Crates.iogbr
lib.rsgbr
version0.1.1
sourcesrc
created_at2019-09-16 03:42:13.981654
updated_at2019-09-16 03:44:41.47254
descriptionYet another Game Boy emulator in Rust.
homepage
repositoryhttps://github.com/keichi/gbr
max_upload_size
id165057
size72,046
Keichi Takahashi (keichi)

documentation

README

gbr CircleCI

Yet another Game Boy emulator in Rust.

Mario

Prerequisites

  • Rust 1.31.1
  • SDL2

Status

  • CPU
    • Instructions
    • Instruction timing
    • Interrupt handling
  • PPU
    • Background
    • Window
    • Sprite
    • V-blank interrupt
    • LCDC STAT interrupt
    • Sprite and background priority
    • OAM bug
  • Joypad
    • Joypad input
    • Joypad interrupt
  • Catridge
    • Catridge loading
    • Data
    • MBC1
    • MBC3
    • MBC5
    • External RAM persistence
  • Timer
    • Timer registers
    • Timer overflow interrupt
  • APU
Commit count: 100

cargo fmt