Skip to content
Snippets Groups Projects
Verified Commit 10275e86 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

docs: improved documentation

parent a3f6f692
No related branches found
No related tags found
No related merge requests found
Pipeline #2771 passed
......@@ -48,11 +48,21 @@ cargo watch -x run
There are some feature flags that control the verbosity of the emulator to run in debug mode use:
```bash
cargo run --features debug
cargo build --features debug
```
To obtain more information about the issues.
## Execution
### Headless
It's possible to run the emulator in headless mode using the `--headless` parameter:
```bash
cargo run -- --rom-path ../../res/roms/test/blargg/cpu/cpu_instrs.gb --cycles 100000000 --headless --device stdout --unlimited
```
## Features
| Provider | Description |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment