A CHIP-8 Emulator Features Built using Rust Statically links SDL2 (no need to install SDL2 for building) Can run all ROMS Has a Sound Timer Building cargo build --release Running target/release/chip8 <path-to-rom> (If no rom is provided, it will use the default rom) Resources Cowgod's technical reference Sample Roms