diff options
author | rgl <devnull@localhost> | 2020-01-29 19:27:07 +0100 |
---|---|---|
committer | rgl <devnull@localhost> | 2020-01-29 19:27:07 +0100 |
commit | efd4eb8933747d7df096d0abdea267f225153764 (patch) | |
tree | 2242411706c43a3abb10193b32fd2766fe080229 /sys/man/1/sega | |
parent | 2c0ccff2864549e77e1fa3e27802eee429ff3886 (diff) |
document common emulator keys
Diffstat (limited to 'sys/man/1/sega')
-rw-r--r-- | sys/man/1/sega | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/man/1/sega b/sys/man/1/sega index 6aa086ac6..9e3dfd21a 100644 --- a/sys/man/1/sega +++ b/sys/man/1/sega @@ -17,6 +17,20 @@ It executes the romfile given as an argument. The \fBz\fR, \fBx\fR, \fBa\fR, return and shift keys correspond to A, B, C, Start and Select, respectively. Other keys: .TP +F1 +Pause the emulator. If already paused it will step one video frame. +.TP +F12 +Toggle the emulator's speedometer. It shows in the upper left, +off-viewport corner, the ratio between the expected and observed time it +took to draw 60 frames. +.TP +t +Toggle tracing of the emulator. +.TP +` +It uncaps the 60fps frame rate and lets emulation go as fast as possible. +.TP Esc Pause the emulator. .TP |