Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.5 KB

File metadata and controls

38 lines (28 loc) · 1.5 KB

GameBoy Emulator

A work-in-progress GameBoy emulator written in Rust.

Useful Links

Getting Started

Prerequisites

Running the Emulator

Launch the emulator with a GameBoy ROM:

cargo run -- path/to/game.gb

Testing

Run the test suite, which includes a set of GameBoy test ROMs:

cargo test

Contributing

Contributions are welcome! Please review our CONTRIBUTING guidelines for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Third-Party Licenses

Acknowledgements

Special thanks to the GameBoy development community for the wealth of documentation and resources that have helped shape this project.