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:
stephena 2009-01-20 16:33:06 +00:00
parent 828dfe4661
commit c1557037a5
2 changed files with 3 additions and 15 deletions

View File

@ -1105,11 +1105,6 @@
<td>Set "Display.PPBlend" property, used for phosphor effect (0-100).
Default is 77.</td>
</tr>
<tr>
<td><pre>-hmove &lt;Yes|No&gt;</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 &lt;= <i>n</i>
&lt;= 100. The default value is 77.</td>
</tr>
<tr>
<td VALIGN="TOP"><i>Emulation.HmoveBlanks:&nbsp;(*)</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

View File

@ -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