Skip to content

bfabio/gameperson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Gameboy emulator written in Rust 🦀

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages