Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/groobledierne/chip8
- Owner: GroobleDierne
- Created: 2021-07-18T14:18:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T21:52:54.000Z (over 3 years ago)
- Last Synced: 2023-03-04T04:25:50.865Z (almost 2 years ago)
- Topics: chip8, emulator, rust
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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\ROMYou 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