Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maulingmonkey/chip8
https://github.com/maulingmonkey/chip8
chip8 emulator interpreter retro rust vm
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maulingmonkey/chip8
- Owner: MaulingMonkey
- License: apache-2.0
- Created: 2023-04-15T09:33:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T17:58:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-22T08:46:56.216Z (2 months ago)
- Topics: chip8, emulator, interpreter, retro, rust, vm
- Language: Rust
- Homepage: http://maulingmonkey.com/chip8/
- Size: 1.82 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# MaulingMonkey/chip8
[CHIP-8](https://en.wikipedia.org/wiki/CHIP-8) hardware has 8-bit registers, 16-bit fixed-width instructions, and - typically - 4K memory.
This repository is meant to be MaulingMonkey's collection of CHIP-8-related experiments (Interpreters, VMs, JITs, Compilers, Debuggers, ...)License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.