bigbass1997 / rustari2600

WIP cycle-accurate Atari 2600 emulator in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: BSD 2-Clause

Description

This project's primary focus is to create a cycle-accurate emulator of the Atari 2600, and to include tools to create verifiable TASes (e.g. frame-advance, rewind, input dumping, etc.)

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/rutari2600

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

About

WIP cycle-accurate Atari 2600 emulator in Rust

License:Other


Languages

Language:Rust 100.0%