mirror of https://github.com/stella-emu/stella.git
minor wording fix
This commit is contained in:
parent
10067dfe8a
commit
0bd5d177ee
|
@ -4270,6 +4270,16 @@ Ms Pac-Man (Stella extended codes):
|
|||
|
||||
</table>
|
||||
|
||||
<p>The buttons at the bottom of the dialogs work as follows:
|
||||
<ul>
|
||||
<li><b>Defaults</b>: Reset the properties to those built into Stella.</li>
|
||||
<li><b>Save</b>: Save the properties for the <i>currently selected ROM only</i>
|
||||
to a properties file in the users default save directory.</li>
|
||||
<li><b>OK</b>: Merge/commit any changes into the ROM properties database, which
|
||||
contains info on all ROMs.</li>
|
||||
<li><b>Cancel</b>: Revert any changes in the dialog, and cancel the operation.</li>
|
||||
</ul>
|
||||
|
||||
<p>The name of the properties file will depend on the version of Stella, as follows:</p>
|
||||
|
||||
<p><table cellpadding="4" border="1">
|
||||
|
@ -4290,17 +4300,7 @@ Ms Pac-Man (Stella extended codes):
|
|||
<td><i>_BASEDIR_/stella.pro</i></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>The buttons at the bottom of the dialog work as follows:
|
||||
<ul>
|
||||
<li><b>Defaults</b>: Reset the properties to those built into Stella.</li>
|
||||
<li><b>Save</b>: Save the properties for the <i>currently selected ROM only</i>
|
||||
to a properties file in the users default save directory.</li>
|
||||
<li><b>OK</b>: Merge/commit any changes into the ROM properties database, which
|
||||
contains info on all ROMs.</li>
|
||||
<li><b>Cancel</b>: Revert any changes in the dialog, and cancel the operation.</li>
|
||||
</ul>
|
||||
<p>Note that for any changes made here, Stella will require a restart for the
|
||||
changes to take effect.</p>
|
||||
<p>Note: For manual changes to the property files Stella will require a restart to take effect.</p>
|
||||
</blockquote></br>
|
||||
|
||||
<h2><b><a name="Palette">Palette Support</a></b></h2>
|
||||
|
|
Loading…
Reference in New Issue