No description
Find a file
2020-10-19 20:52:29 +02:00
chip8 u8 operations with wrapping to avoid overflow 2020-10-19 20:52:29 +02:00
roms Add Sdl rendering, Add keyboard input 2020-10-18 10:30:11 +02:00
screenshots u8 operations with wrapping to avoid overflow 2020-10-19 20:52:29 +02:00
src u8 operations with wrapping to avoid overflow 2020-10-19 20:52:29 +02:00
.gitignore Add main structure of Emulator & Chip8 crate 2020-10-17 22:41:23 +02:00
Cargo.toml Add Sdl canvas 2020-10-17 23:08:01 +02:00
LICENSE Initial commit 2020-10-17 22:31:37 +02:00
README.md u8 operations with wrapping to avoid overflow 2020-10-19 20:52:29 +02:00

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