Skip to content

joaodelgado/rustyboy

Repository files navigation

rustyboy

status

Gameboy emulator written in rust.

This project it's still in the very early stages and does basically nothing.

How to run

To run a rom:

$ cargo run <path_to_rom>

To run the test suite:

$ cargo test

To run clippy lints:

$ cargo +nightly clippy

Make sure clippy is installed with:

$ cargo +nightly install clippy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages