mirror of https://github.com/stella-emu/stella.git
updated doc
This commit is contained in:
parent
15e6e50293
commit
b61f38d4c2
Binary file not shown.
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -1817,13 +1817,14 @@
|
|||
<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>'Start/Stop' button</td><td>Starts or stops the Time Machine</td></tr>
|
||||
<tr><td>'Continue' button</td><td>Exits the dialog and continues emulation</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>'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>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>Total time</td><td>Shows the total time covered by the save states
|
||||
(aka 'Horizon')</td></tr>
|
||||
</table>
|
||||
|
@ -2936,9 +2937,9 @@
|
|||
<table border="1" cellpadding="4">
|
||||
<tr><th>Item</th><th>For more information,<br>see <a href="#CommandLine">Commandline</a></th></tr>
|
||||
<tr><td>Bankswitch type</td><td>-bs</td></tr>
|
||||
<tr><td>TV Type</td><td>-tv</td></tr>
|
||||
<tr><td>Left Difficulty</td><td>-ld</td></tr>
|
||||
<tr><td>Right Difficulty</td><td>-rd</td></tr>
|
||||
<tr><td>TV Type</td><td>-tv</td></tr>
|
||||
<tr><td>Startup Mode</td><td>-debug</td></tr>
|
||||
<tr><td>Left Joy items</td><td>-holdjoy0</td></tr>
|
||||
<tr><td>Right Joy items</td><td>-holdjoy1</td></tr>
|
||||
|
|
Loading…
Reference in New Issue