A chip8 emulator writen in Rust https://blog.nuculabs.dev
Find a file
2024-11-29 22:43:32 +02:00
.idea Initial commit 2024-11-17 23:07:20 +02:00
roms implement rom loading 2024-11-18 17:39:27 +02:00
src Implement a stack for emulation 2024-11-29 22:43:32 +02:00
.gitignore Initial commit 2024-11-17 23:07:20 +02:00
Cargo.lock add tests 2024-11-22 23:14:52 +02:00
Cargo.toml Add terminal display.rs 2024-11-24 21:00:32 +02:00
LICENSE Create LICENSE 2024-11-17 23:08:18 +02:00
README.md add README.md 2024-11-17 23:09:11 +02:00

Chip8 Emulator

A chip8 emulator written in rust for learning and educational purposes.