mirror of https://github.com/stella-emu/stella.git
More documentation updates.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@822 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
a30cc80f51
commit
eeb5f66848
|
@ -149,6 +149,7 @@ prompts will be able to use the prompt, but people who hate them will
|
||||||
have a fully functional debugger without typing (or without typing
|
have a fully functional debugger without typing (or without typing
|
||||||
much, anyway).</p>
|
much, anyway).</p>
|
||||||
|
|
||||||
|
<!--
|
||||||
<h4>Status</h4>
|
<h4>Status</h4>
|
||||||
|
|
||||||
<p>Before each prompt, you'll see a dump of the current processor
|
<p>Before each prompt, you'll see a dump of the current processor
|
||||||
|
@ -193,6 +194,7 @@ it hasn't been executed yet.</p>
|
||||||
|
|
||||||
The ">" is where your commands will appear as you type them.
|
The ">" is where your commands will appear as you type them.
|
||||||
</pre>
|
</pre>
|
||||||
|
-->
|
||||||
|
|
||||||
<h4>Tab completion</h4>
|
<h4>Tab completion</h4>
|
||||||
|
|
||||||
|
@ -540,7 +542,7 @@ name is chosen (so "tra" is "trap", not "trapread").</p>
|
||||||
|
|
||||||
<h2>CPU Widget</h2>
|
<h2>CPU Widget</h2>
|
||||||
|
|
||||||
<p>FIXME: document this</p>
|
<p>TODO: add documentation</p>
|
||||||
|
|
||||||
|
|
||||||
<h2>RAM Widget</h2>
|
<h2>RAM Widget</h2>
|
||||||
|
@ -599,11 +601,11 @@ decreased by 1:
|
||||||
|
|
||||||
<h2>TIA Tab</h2>
|
<h2>TIA Tab</h2>
|
||||||
|
|
||||||
<p>FIXME</p>
|
<p>TODO: add documentation</p>
|
||||||
|
|
||||||
<h2>ROM Widget</h2>
|
<h2>ROM Widget</h2>
|
||||||
|
|
||||||
<p>FIXME</p>
|
<p>TODO: add documentation</p>
|
||||||
|
|
||||||
<h2>Global Buttons</h2>
|
<h2>Global Buttons</h2>
|
||||||
|
|
||||||
|
@ -734,7 +736,7 @@ but it helps to know at least a little about 6502 programming.</p>
|
||||||
be saved in the current directory (NOT your ROM directory), so you might
|
be saved in the current directory (NOT your ROM directory), so you might
|
||||||
want to move it to your ROM directory if it isn't the current directory.
|
want to move it to your ROM directory if it isn't the current directory.
|
||||||
This can also be accomplished by right-clicking on the ROM widget and
|
This can also be accomplished by right-clicking on the ROM widget and
|
||||||
selected 'Save ROM'.</li>
|
selecting 'Save ROM'.</li>
|
||||||
|
|
||||||
<li>Test the new ROM: exit Stella, and re-run it. Open your ROM
|
<li>Test the new ROM: exit Stella, and re-run it. Open your ROM
|
||||||
(or give its name on the command line) and play the game. You can play
|
(or give its name on the command line) and play the game. You can play
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 6.3 KiB |
|
@ -1058,7 +1058,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>Pause/resume emulation</td>
|
<td>Pause/resume emulation</td>
|
||||||
<td>Pause</td>
|
<td>Pause</td>
|
||||||
<td>Pause(FIXME)</td>
|
<td>Pause</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@ -1602,6 +1602,12 @@
|
||||||
<td>Control + 3</td>
|
<td>Control + 3</td>
|
||||||
<td>Cmd + 3</td>
|
<td>Cmd + 3</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Emulate 'frying' effect</td>
|
||||||
|
<td>Backspace</td>
|
||||||
|
<td>Backspace</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><br><br>
|
<br><br><br>
|
||||||
|
|
Loading…
Reference in New Issue