Skip to content

Commit

Permalink
add -memorystats option to readme (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen authored Jun 10, 2024
1 parent 33f14cd commit 7014d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ When starting `x16emu` without arguments, it will pick up the system ROM (`rom.b
* `R`: RAM (40 KiB)
* `B`: Banked RAM (2 MiB)
* `V`: Video RAM and registers (128 KiB VRAM, 32 B composer registers, 512 B palette, 16 B layer0 registers, 16 B layer1 registers, 16 B sprite registers, 2 KiB sprite attributes)
* `-memorystats <filename.txt>` Saves memory read and write access statistics to the given file when emulator exits.
* `-testbench` Headless mode for unit testing with an external test runner
* `-sound <device>` can be used to specify the output sound device. If 'none', no audio is generated.
* `-abufs` can be used to specify the number of audio buffers (defaults to 8 when using the SD card, 32 when using HostFS). If you're experiencing stuttering in the audio, try increasing this number. This will result in additional audio latency though.
Expand Down

0 comments on commit 7014d7a

Please sign in to comment.