mirror of https://github.com/stella-emu/stella.git
Updated docs concerning phosphor blend usage.
This commit is contained in:
parent
00afc8ea4f
commit
11ee61e351
|
@ -1895,6 +1895,11 @@
|
||||||
<td>Enable default phosphor blending level; 0 implies no mixing, and 100
|
<td>Enable default phosphor blending level; 0 implies no mixing, and 100
|
||||||
is full mixing (not recommended). Note that this doesn't actually
|
is full mixing (not recommended). Note that this doesn't actually
|
||||||
enable phosphor mode; that is done for each ROM in the ROM properties.
|
enable phosphor mode; that is done for each ROM in the ROM properties.
|
||||||
|
Higher blend values will intensify the phosphor effect. Depending on your
|
||||||
|
display and personal preferences, the optimal default for you may vary.
|
||||||
|
Slow LCDs (especially for office use) may only need a low blend of
|
||||||
|
around 30, while fast switching gamer LCDs may need about 70 to look
|
||||||
|
similar to a CRT.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
@ -2403,7 +2408,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td><pre>-ppblend <number></pre></td>
|
<td><pre>-ppblend <number></pre></td>
|
||||||
<td>Set "Display.PPBlend" property, used for phosphor effect (0-100).
|
<td>Set "Display.PPBlend" property, used for phosphor effect (0-100).
|
||||||
Default is 77.</td>
|
Default is whatever is specified for tv.phosblend.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -3446,7 +3451,7 @@ Ms Pac-Man (Stella extended codes):
|
||||||
<td VALIGN="TOP"><i>Display.PPBlend:</i></td>
|
<td VALIGN="TOP"><i>Display.PPBlend:</i></td>
|
||||||
<td>Indicates the amount of blending which will occur while using the
|
<td>Indicates the amount of blending which will occur while using the
|
||||||
phosphor effect. The value must be <i>n</i> such that 0 <= <i>n</i>
|
phosphor effect. The value must be <i>n</i> such that 0 <= <i>n</i>
|
||||||
<= 100. The default value is 77.</td>
|
<= 100. The default value is whatever is specified for tv.phosblend.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue