You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnaucube 0d75e866a9 u8 operations with wrapping to avoid overflow 3 years ago
chip8 u8 operations with wrapping to avoid overflow 3 years ago
roms Add Sdl rendering, Add keyboard input 3 years ago
screenshots u8 operations with wrapping to avoid overflow 3 years ago
src u8 operations with wrapping to avoid overflow 3 years ago
.gitignore Add main structure of Emulator & Chip8 crate 3 years ago
Cargo.toml Add Sdl canvas 3 years ago
LICENSE Initial commit 3 years ago
README.md u8 operations with wrapping to avoid overflow 3 years ago

README.md

chip8-rs

CHIP-8 emulator written in Rust.

(Done with the Go implementation: https://github.com/arnaucube/go-chip8)

https://en.wikipedia.org/wiki/CHIP-8

Usage

./chip8-rs --file roms/invaders.c8