Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 898 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 898 Bytes

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

  • CPU opcodes
  • Interrupts
    • VBlank
    • LCD STAT
    • Timer
    • Serial
    • Joypad
  • Timers
  • APU
  • GPU
    • BG map
    • 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