Merge pull request #1224 from Leyka/patch-1

Add CHIP-8 section in Emulators
This commit is contained in:
Tom Parker-Shemilt 2022-01-21 16:16:12 +00:00 committed by GitHub
commit 1fb684f102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,6 +199,9 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio
See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulator).
* CHIP-8
* [ColinEberhardt/wasm-rust-chip8](https://github.com/ColinEberhardt/wasm-rust-chip8) — A WebAssembly CHIP-8 emulator written with Rust
* [starrhorne/chip8-rust](https://github.com/starrhorne/chip8-rust) — Yet another rust chip8 emulator
* Commodore 64
* [kondrak/rust64](https://github.com/kondrak/rust64) — [![build badge](https://api.travis-ci.org/kondrak/rust64.svg?branch=master)](https://travis-ci.org/kondrak/rust64)
* Flash Player