A simple chip8 emulator/interpreter in Rust.
Current version supports only the IBM Logo rom.
bash cargo install rusty-chip8
bash cargo run --release -- resources/roms/IBM\ Logo.ch8
bash rusty-chip8 resources/roms/IBM\ Logo.ch8