Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mpardalos/chip8

Emulator for CHIP8
https://github.com/mpardalos/chip8

Last synced: 1 day ago
JSON representation

Emulator for CHIP8

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.