mirror of https://github.com/stella-emu/stella.git
Removed help for 'Emulation.HmoveBlanks' property, since it no longer
exists. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1644 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
828dfe4661
commit
c1557037a5
|
@ -1105,11 +1105,6 @@
|
|||
<td>Set "Display.PPBlend" property, used for phosphor effect (0-100).
|
||||
Default is 77.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-hmove <Yes|No></pre></td>
|
||||
<td>Set "Emulation.HmoveBlanks" property.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
|
@ -2723,17 +2718,11 @@ Ms Pac-Man (Stella extended codes):
|
|||
phosphor effect. The value must be <i>n</i> such that 0 <= <i>n</i>
|
||||
<= 100. The default value is 77.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td VALIGN="TOP"><i>Emulation.HmoveBlanks: (*)</i></td>
|
||||
<td>Indicates whether the TIA HMOVE blank bug should be emulated or not.
|
||||
The value must be <b>Yes</b> or <b>No</b>.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--
|
||||
<p><b>Note:</b> Items marked as '*' are deprecated, and will probably be
|
||||
removed in a future release.</p>
|
||||
|
||||
-->
|
||||
<p>The name of the properties file is configurable through the
|
||||
'<i>-propsfile</i>' commandline argument and within the application itself
|
||||
(see <b>Section 5 - <a href="#Starting">Starting a Game</a></b>). If the
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
// See the file "license" for information on usage and redistribution of
|
||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
//
|
||||
// $Id: Settings.cxx,v 1.158 2009-01-16 21:46:30 stephena Exp $
|
||||
// $Id: Settings.cxx,v 1.159 2009-01-20 16:33:06 stephena Exp $
|
||||
//============================================================================
|
||||
|
||||
#include <cassert>
|
||||
|
@ -378,7 +378,6 @@ void Settings::usage()
|
|||
<< " -height <arg> Sets the 'Display.Height' property\n"
|
||||
<< " -pp <arg> Sets the 'Display.Phosphor' property\n"
|
||||
<< " -ppblend <arg> Sets the 'Display.PPBlend' property\n"
|
||||
<< " -hmove <arg> Sets the 'Emulation.HmoveBlanks' property\n"
|
||||
#endif
|
||||
<< endl;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue