mirror of https://github.com/stella-emu/stella.git
Last minute update to docs before the 6.2.1 release.
This commit is contained in:
parent
71f3b2eeca
commit
10067dfe8a
|
@ -4290,7 +4290,17 @@ Ms Pac-Man (Stella extended codes):
|
|||
<td><i>_BASEDIR_/stella.pro</i></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Stella will require a restart for changes to this file to take effect.</p>
|
||||
<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>
|
||||
</blockquote></br>
|
||||
|
||||
<h2><b><a name="Palette">Palette Support</a></b></h2>
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
#define VERSION_HXX
|
||||
|
||||
#define STELLA_VERSION "6.2.1"
|
||||
#define STELLA_BUILD "6039"
|
||||
#define STELLA_BUILD "6041"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue