An emulator for the Chip-8 written in Rust.
This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Celeste 668d938097
The executor is coming along.
Graphics and sound related instructions are gonna remain unimplemented for a while as I focus on getting the generic CPU up, then a ROM buffer and eventually working out how to graphics.
2022-02-18 17:21:01 +00:00
src The executor is coming along. 2022-02-18 17:21:01 +00:00
.gitignore Up to this point, i've written the CPU structure, disassembler, instruction set constant and instruction structure. 2022-02-18 16:15:37 +00:00
Cargo.lock Up to this point, i've written the CPU structure, disassembler, instruction set constant and instruction structure. 2022-02-18 16:15:37 +00:00
Cargo.toml The executor is coming along. 2022-02-18 17:21:01 +00:00