rusty-chip8

A simple chip8 emulator/interpreter in Rust.

Chip8 in motion

Current version supports only the IBM Logo rom.

Install

bash cargo install rusty-chip8

Build & Run

bash cargo run --release -- resources/roms/IBM\ Logo.ch8

Usage

bash rusty-chip8 resources/roms/IBM\ Logo.ch8