Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maulingmonkey/chip8


https://github.com/maulingmonkey/chip8

chip8 emulator interpreter retro rust vm

Last synced: 4 days ago
JSON representation

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.