keichi / gbr

Yet another Game Boy emulator in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Yet another Game Boy emulator in Rust

License:MIT License


Languages

Language:Rust 100.0%