removed "height" from doc text and Settings

This commit is contained in:
thrust26 2019-05-19 11:45:18 +02:00
parent d08cd7cbbd
commit 50088b08a5
2 changed files with 2 additions and 13 deletions

View File

@ -2493,11 +2493,6 @@
<td>Set "Display.YStart" property (0 - 64).</td>
</tr>
<tr>
<td><pre>-height &lt;number&gt;</pre></td>
<td>Set "Display.Height" property (210 - 256).</td>
</tr>
<tr>
<td><pre>-pp &lt;Yes|No&gt;</pre></td>
<td>Set "Display.Phosphor" property.</td>
@ -3819,12 +3814,6 @@ Ms Pac-Man (Stella extended codes):
should work fine for the vast majority of ROMs.</td>
</tr>
<tr>
<td VALIGN="TOP"><i>Display.Height:</i></td>
<td>Indicates the number of scan-lines to display.
The value must be <i>n</i> such that 210 &lt;= <i>n</i> &lt;= 256.</td>
</tr>
<tr>
<td VALIGN="TOP"><i>Display.Phosphor:</i></td>
<td>Indicates whether the phosphor effect should be emulated or not.

View File

@ -366,7 +366,8 @@ void Settings::usage() const
<< endl
<< " -vsync <1|0> Enable 'synchronize to vertical blank interrupt'\n"
<< " -fullscreen <1|0> Enable fullscreen mode\n"
<< " -center <1|0> Centers game window (if possible)\n"
<< " -center <1|0> Centers game window in windowed modes\n"
<< " -windowedpos <XxY> Sets the window position in windowed modes\n"
<< " -palette <standard| Use the specified color palette\n"
<< " z26|\n"
<< " user>\n"
@ -524,7 +525,6 @@ void Settings::usage() const
<< " -cp <arg> Sets the 'Controller.SwapPaddles' property\n"
<< " -format <arg> Sets the 'Display.Format' property\n"
<< " -ystart <arg> Sets the 'Display.YStart' property\n"
<< " -height <arg> Sets the 'Display.Height' property\n"
<< " -pp <arg> Sets the 'Display.Phosphor' property\n"
<< " -ppblend <arg> Sets the 'Display.PPBlend' property\n"
<< endl