This is my attempt at developint an emulator for the GameBoy Advance ®️ completely in Rust.
In Development
At the moment the emulator is in working condition but no effort has been made to make it usable by the public. This is an experimental code base and therefore is provided as is.
To build and run the project you will need a version of Rust installed locally (rustup is usually the best way to install it https://rust-lang.org/learn/get-started/). Once you have git cloned this repository, you can simply run 'cargo run' in the project's folder to run the emulator. To load a specific ROM you will need to edit main.rs to specify the relative path of the ROM to load.