mirror of https://github.com/stella-emu/stella.git
minor doc fix
This commit is contained in:
parent
3f5440bb24
commit
c58a149916
|
@ -1961,37 +1961,10 @@
|
|||
<tr>
|
||||
<td><pre>-tv.filter <0 - 5></pre></td>
|
||||
<td>Blargg TV effects, 0 is disabled, next numbers in
|
||||
sequence represent presets for 'Composite', 'S-Video', 'RGB', 'Bad Adjust',
|
||||
sequence represent presets for 'RGB', 'S-Video', 'Composite', 'Bad Adjust',
|
||||
and 'Custom' modes.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-tv.phosphor <always|byrom></pre></td>
|
||||
<td>Determines how phosphor mode is enabled. If 'always', then the
|
||||
ROM properties entry is ignored, and phosphor mode is always turned
|
||||
on. Otherwise, the ROM properties determine whether phosphor mode
|
||||
is used for each ROM.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-tv.phosblend <0 - 100></pre></td>
|
||||
<td>Enable phosphor blending level; 0 implies no mixing, and 100
|
||||
is full mixing (not recommended). Note that this doesn't actually
|
||||
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>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-tv.scanlines <0 - 100></pre></td>
|
||||
<td>TV effects scanline intensity, where 0 means completely off. Note: No scanlines in 1x mode snapshots.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-tv.contrast <number></pre></td>
|
||||
<td>Blargg TV effects 'contrast' (only available in custom mode,
|
||||
|
@ -2052,6 +2025,33 @@
|
|||
range -1.0 to 1.0).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-tv.phosphor <always|byrom></pre></td>
|
||||
<td>Determines how phosphor mode is enabled. If 'always', then the
|
||||
ROM properties entry is ignored, and phosphor mode is always turned
|
||||
on. Otherwise, the ROM properties determine whether phosphor mode
|
||||
is used for each ROM.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-tv.phosblend <0 - 100></pre></td>
|
||||
<td>Enable phosphor blending level; 0 implies no mixing, and 100
|
||||
is full mixing (not recommended). Note that this doesn't actually
|
||||
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>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-tv.scanlines <0 - 100></pre></td>
|
||||
<td>TV effects scanline intensity, where 0 means completely off. Note: No scanlines in 1x mode snapshots.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><pre>-cheat <code></pre></td>
|
||||
<td>Use the specified cheatcode (see <a href="#Cheats"><b>Cheat</b></a> section for description).</td>
|
||||
|
|
Loading…
Reference in New Issue