diff --git a/docs/graphics/options_video_tv.png b/docs/graphics/options_video_tv.png index 6f150202c..435cfcfd1 100644 Binary files a/docs/graphics/options_video_tv.png and b/docs/graphics/options_video_tv.png differ diff --git a/docs/index.html b/docs/index.html index 424a6caf6..359af29cb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1991,7 +1991,7 @@
-tv.phosblend <0 - 100>
- Enable default phosphor blending level; 0 implies no mixing, and 100 + 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 @@ -2633,10 +2633,10 @@ - + - + @@ -2651,7 +2651,7 @@
ItemBrief descriptionFor more information,
see CommandLine
TV modeDisable TV effects, or select TV preset-tv.filter
Adjustable slidersSet specific attribute in 'Custom' mode-tv.contrast, tv.hue, etc.
Adjustable slidersSet specific attribute in 'Custom' TV mode-tv.contrast, -tv.hue, etc.
Phosphor for all ROMsEnable phosphor mode for all ROMs-tv.phosphor
Default (phosphor)Default blend level to use in phosphor mode
- (needs to be manually set for your particular hardware)
-tv.phosblend
Blend (phosphor)Blend level to use in phosphor mode for all ROMs + (needs to be manually adjusted for your particular hardware)-tv.phosblend
Scanline intensitySets scanline black-level intensity.
Note: No scanlines in 1x mode snapshots.
-tv.scanlines
Scanline interpolationSmooth/blend scanlines into image-tv.scaninter

-

Audio Settings dialog:

+

TODO! Audio Settings dialog:

diff --git a/src/gui/VideoDialog.cxx b/src/gui/VideoDialog.cxx index 198e611d8..f042ec099 100644 --- a/src/gui/VideoDialog.cxx +++ b/src/gui/VideoDialog.cxx @@ -529,6 +529,7 @@ void VideoDialog::setDefaults() // Make sure that mutually-exclusive items are not enabled at the same time handleTVModeChange(NTSCFilter::PRESET_OFF); + handlePhosphorChange(); loadTVAdjustables(NTSCFilter::PRESET_CUSTOM); break; }