gameperson icon indicating copy to clipboard operation
gameperson copied to clipboard

A Gameboy emulator written in Rust 🦀

gameboy-icon

gameperson

A Nintendo Gameboy emulator written in Rust.

Usage

You'll need the ROM file of a game to run:

cargo run ROM.gb

If you want to use a specific Gameboy boot rom:

cargo run --boot-rom dmg_boot.bin ROM.gb

Status

  • [x] CPU opcodes
  • [ ] Interrupts
    • [x] VBlank
    • [ ] LCD STAT
    • [ ] Timer
    • [ ] Serial
    • [x] Joypad
  • [ ] Timers
  • [ ] APU
  • [ ] GPU
    • [x] BG map
    • [x] Sprites
    • [ ] Window

Screenshots

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPLv3