bigbass1997 / gbcrs

Cycle-accurate Gameboy Color emulator in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: BSD 2-Clause

Description

Currently intended only for personal research, this is a WIP cycle-accurate GB/C emulator written in Rust.

Building

If you wish to build from source, for your own system, Rust is integrated with the cargo build system. To install Rust and cargo, just follow these instructions. Once installed, while in the project directory, run cargo build --release to build, or use cargo run --release to run directly. The built binary will be available at ./target/release/gbcrs

To cross-compile builds for other operating systems, you can use rust-embedded/cross.

About

Cycle-accurate Gameboy Color emulator in Rust

License:Other


Languages

Language:Rust 100.0%