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>
Item | Brief description | For more information, see CommandLine |
---|---|---|
TV mode | Disable TV effects, or select TV preset | -tv.filter |
Adjustable sliders | Set specific attribute in 'Custom' mode | -tv.contrast, tv.hue, etc. |
Adjustable sliders | Set specific attribute in 'Custom' TV mode | -tv.contrast, -tv.hue, etc. |
Phosphor for all ROMs | Enable 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 intensity | Sets scanline black-level intensity. Note: No scanlines in 1x mode snapshots. | -tv.scanlines |
Scanline interpolation | Smooth/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; } |