Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpardalos/chip8
Emulator for CHIP8
https://github.com/mpardalos/chip8
Last synced: 1 day ago
JSON representation
Emulator for CHIP8
- Host: GitHub
- URL: https://github.com/mpardalos/chip8
- Owner: mpardalos
- Created: 2022-03-24T19:44:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T16:29:09.000Z (over 2 years ago)
- Last Synced: 2024-12-19T05:09:05.415Z (8 days ago)
- Language: Rust
- Size: 194 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CHIP8
An emulator for CHIP8. Also includes some elements of a static analyzer.
![Screenshot of the emulator](assets/screenshot.png)
## Quick start
Run `cargo run -- run ` to open the emulator with a rom loaded. There is a number of ROMs included in the `GAMES` directory.
For example: `cargo run -- run GAMES/UFO.ch8`
Run `cargo run -- -h` for the rest of the options.