Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amydevs/chip-8-emu-rs
https://github.com/amydevs/chip-8-emu-rs
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amydevs/chip-8-emu-rs
- Owner: amydevs
- License: mit
- Created: 2022-04-08T15:07:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T10:20:00.000Z (4 months ago)
- Last Synced: 2024-08-28T03:28:57.604Z (4 months ago)
- Language: Rust
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chip-8-emu-rs
```
chip-8-emu 0.1.0
Amy Y
Interpretting Emulator for Chip-8USAGE:
chip-8-emu.exe [OPTIONS]ARGS:
The path of the ROM that is to be loaded into the emulator. If a '.state' file
is loaded, the emulator will resume from that save state.OPTIONS:
-b, --bg The color in Hex that will be the background color. [default:
000000]
-f, --fg The color in Hex that will be the foreground color. [default:
FFFFFF]
-h, --hz The amount of loops that the emulator runs in one second.
[default: 500]
--help Print help information
-i, --invert-colors Invert colors of the screen of the emulator.
-v, --volume Volume of the beep as a float. [default: 0.2]
-V, --version Print version information
```