mirror of https://github.com/stella-emu/stella.git
updated doc for tickmarks
This commit is contained in:
parent
cbeeda6f55
commit
2cb83a7d80
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -1816,21 +1816,28 @@
|
|||
<p><b>Top row (left to right)</b></p>
|
||||
<table border="1" cellpadding="4">
|
||||
<tr><th>Item</th><th>Description</th></tr>
|
||||
<tr><td>Current state</td><td>Shows the currently loaded state</td></tr>
|
||||
<tr><td>'Time Line' slider</td><td>Shows the position of the current state in the recorded timeline. You can drag the slider with the mouse to select a state.</td></tr>
|
||||
<tr><td>Total states</td><td>Shows the total number of save states in the Time Machine</td></tr>
|
||||
<tr><td>Current state</td><td>Shows the currently loaded state's number</td></tr>
|
||||
<tr><td>'Timeline' slider</td><td>Shows the position of the current state in the
|
||||
recorded timeline. A state can be selected by dragging the slider with the mouse.
|
||||
To visualize state compression, tickmarks split the timeline into five, equally
|
||||
sized state number intervals.</td></tr>
|
||||
<tr><td>Total states</td><td>Shows the total number of save states in the
|
||||
Time Machine</td></tr>
|
||||
</table>
|
||||
<p><b>Bottom row (left to right)</b></p>
|
||||
<table border="1" cellpadding="4">
|
||||
<tr><th>Item</th><th>Description</th></tr>
|
||||
<tr><td>Current time</td><td>Shows the time of the currently selected status, relative to the first one</td></tr>
|
||||
<tr><td>Current time</td><td>Shows the time of the currently selected status,
|
||||
relative to the first one</td></tr>
|
||||
<tr><td>'Rewind All' button</td><td>Navigates back to the begin of the timeline</td></tr>
|
||||
<tr><td>'Rewind One' button</td><td>Navigates back by one state</td></tr>
|
||||
<tr><td>'Continue' button</td><td>Exits the dialog and continues emulation.</td></tr>
|
||||
<tr><td>Navigation info</td><td>Informs about the interval of the user's last Time Machine navigation. The interval can vary if the timeline is compressed.</td></tr>
|
||||
<tr><td>Navigation info</td><td>Informs about the interval of the user's last
|
||||
Time Machine navigation. The interval can vary if the timeline is compressed.</td></tr>
|
||||
<tr><td>'Unwind One' button</td><td>Navigates forward by one state</td></tr>
|
||||
<tr><td>'Unwind All' button</td><td>Navigates forward to the end of the timeline</td></tr>
|
||||
<tr><td>Total time</td><td>Shows the total time covered by the save states (aka 'Horizon')</td></tr>
|
||||
<tr><td>Total time</td><td>Shows the total time covered by the save states
|
||||
(aka 'Horizon')</td></tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Reference in New Issue