A high performance Chip8 emulator devoloped in Rust. The emulator can run ROMs specified in src/main.rs
. There are some ROMs examples in assets/roms
for experimenting.
git clone https://github.com/Yato03/Chip8-Emulator
cd Chip8-Emulator
cargo build
chip8_emulator
The keys used on the keyboard are:
1 2 3 4
Q W E R
A S D F
Z X C V