Skip to content

A gameboy emulator made in Rust

License

Notifications You must be signed in to change notification settings

chrrs/gameboy-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gameboy-rs

A simple non-accurate gameboy emulator made in Rust. It doesn't have sound (yet).

Building and running

Running

$ cargo run -- path/to/rom.gb

You can also run the debug view using the -d flag:

$ cargo run -- path/to/rom.gb -d

Save games will appear on closing the emulator in the saves folder.

Credits