| Crates.io | crsp |
| lib.rs | crsp |
| version | 0.2.0 |
| created_at | 2021-06-27 03:28:52.232407+00 |
| updated_at | 2021-07-03 20:51:49.178814+00 |
| description | A simple CHIP-8 emulator |
| homepage | |
| repository | https://github.com/hcsch/crsp/ |
| max_upload_size | |
| id | 415349 |
| size | 68,716 |
A CHIP-8 emulator written in Rust.
So far only headless processor emulation code has been written (in crsp-base) and that is also still lacking some timing, sound and screen related code. The main crate crsp will contain code for a GUI binary for this emulator.
(CHIP(-8) → crisp) + Rust (rs) = crsp
This project is licensed under the MIT license.
Matthew Mikolay's CHIP‐8 Technical Reference, CHIP‐8 Instruction Set, and CHIP‐8 Extensions Reference.
The Wikipedia article on CHIP-8.
Jackson Sommerich's Chip 8 Instruction Scheduling and Frequency (archived for posterity), which in turn is based on Laurence Scotford's Chip 8 on the COSMAC VIP, which I have also read some parts of.