A chip8 emulator writen in Rust https://blog.nuculabs.dev
Find a file
2024-12-08 23:44:04 +02:00
.idea Implement logical & arithmetic instructions 2024-12-06 17:16:43 +02:00
roms add unit tests 2024-12-07 22:48:19 +02:00
src improve fps emulation 2024-12-08 23:44:04 +02:00
.gitignore fix timers bug 2024-12-07 22:52:42 +02:00
Cargo.lock implement generate random number + jump with offset 2024-12-06 23:51:05 +02:00
Cargo.toml implement generate random number + jump with offset 2024-12-06 23:51:05 +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.