Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/groobledierne/chip8

Yet another chip-8 emulator written in Rust
https://github.com/groobledierne/chip8

chip8 emulator rust

Last synced: about 23 hours ago
JSON representation

Yet another chip-8 emulator written in Rust

Awesome Lists containing this project

README

        

# Chip-8 emulator

A chip-8 emulator written in Rust for Windows, may not work on other platforms.

## Building

Simply run
> cargo build

## Running

On your terminal simply run the previously obtained file, you can add the path to a ROM as an argument if you want, if no path is provided a pong ROM will be loaded.
> chip8.exe C:\path\to\a\ROM

You can also add the `--decompile` flag which will take the input file, decompile it and save it to `file.source`.
> chip8.exe C:\path\to\a\ROM --decompile