diff --git a/docs/graphics/eventmapping_devsports.png b/docs/graphics/eventmapping_devsports.png index ff3c663b9..a06b12958 100644 Binary files a/docs/graphics/eventmapping_devsports.png and b/docs/graphics/eventmapping_devsports.png differ diff --git a/docs/graphics/logs.png b/docs/graphics/logs.png index 5e47a5c0b..afb4fdf46 100644 Binary files a/docs/graphics/logs.png and b/docs/graphics/logs.png differ diff --git a/docs/graphics/options_misc.png b/docs/graphics/options_misc.png index 33cde3401..6dc4c0820 100644 Binary files a/docs/graphics/options_misc.png and b/docs/graphics/options_misc.png differ diff --git a/docs/graphics/options_video.png b/docs/graphics/options_video.png index ae6348f3d..ef2e92b9b 100644 Binary files a/docs/graphics/options_video.png and b/docs/graphics/options_video.png differ diff --git a/docs/index.html b/docs/index.html index 76bea0197..91555e132 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2371,16 +2371,16 @@ - - + + + - - - + + - - + + @@ -2474,7 +2474,6 @@ +
ItemBrief descriptionFor more information,
see CommandLine
Renderer (*)use specified rendering mode (requires restart)-video
TIA Zoomfilter for emulation mode -tia.zoom
Rendereruse specified rendering mode-video
TIA Zoom(integral) zoom level for emulation mode -tia.zoom
TIA Palettepalette for emulation mode-palette
TIA Interinterpolation for TIA image-tia.inter
Timing (*)how to wait between frames (requires restart)-timing
GL FilterOpenGL filter mode-gl_filter
Aspect (N)Width of TIA image in NTSC mode-tia.aspectn
Aspect (P)Width of TIA image in PAL mode-tia.aspectp
NTSC AspectWidth of TIA image in NTSC mode-tia.aspectn
PAL AspectWidth of TIA image in PAL mode-tia.aspectp
Framerateframes per second in emulation mode-framerate
Fullscreen modeself-explanatory-fullscreen
GL FS Stretchstretch fullscreen OpenGL in emulation mode-gl_fsmax
Fullscreenself-explanatory-fullscreen
Fullscreen Fillcompletely fill TIA image in fullscreen-tia.fsfill
VSyncenable vertical sync'ed updates-vsync
PAL color-lossuse PAL color-loss effect-colorloss
Fast SC/AR BIOSskip progress loading bars for SuperCharger ROMs-fastscbios
-
ItemBrief descriptionFor more information,
see CommandLine
Interface Palettepalette to use for UI elements-uipalette
List quick delaytime to wait between keypresses in listwidget-listdelay
Mouse wheel scrollnumber of lines mouse scroll will move in listwidget-mscroll
@@ -2605,6 +2604,7 @@
Mouse paddle sensitivitySensitivity used when emulating a paddle using a mouse-msense
Allow all 4 ...Allow all 4 joystick directions to be pressed simultaneously-joyallow4
Grab mouse ...Keep mouse in window in emulation mode-grabmouse
Always hide mouse ...completely disable showing the mouse cursor-hidemouse
@@ -2790,8 +2790,7 @@

Stella supports a real AtariVox device for the speech/SpeakJet portion - of the controller. You will need a real AtariVox device, located - here, + of the controller. You will need a real AtariVox device as well as some means of connecting it to your computer (some sort of serial port/USB adaptor). There should be drivers for your serial convertor, which allow your particular operating system to 'see' the device (configuring @@ -2915,8 +2914,8 @@ - -video gl - video = gl + -video opengl + video = opengl @@ -3196,7 +3195,7 @@ Ms Pac-Man (Stella extended codes): 2K 64-2048 byte Atari 3E 32K Tigervision 3F 512K Tigervision - 4A50 64K 4A50 + ram + 4A50 ²64K 4A50 + ram 4K 4K Atari 4KSC CPUWIZ 4K + ram AR Supercharger @@ -3204,7 +3203,7 @@ Ms Pac-Man (Stella extended codes): BFSC CPUWIZ 256K + ram CM ¹Spectravideo CompuMate CV Commavid extra ram - DASH Boulder Dash 2 + DASH ¹²Boulder Dash 2 DF CPUWIZ 128K DFSC CPUWIZ 128K + ram DPC Pitfall II @@ -3273,7 +3272,7 @@ Ms Pac-Man (Stella extended codes): Trackball22 Standard Atari 2600 CX-22 trackball controller. Trackball80 Atari ST CX-80 trackball controller. AmigaMouseCommodore Amiga computer mouse. - + AtariVoxA SpeakJet based unlimited-vocabulary speech / sound synthesizer with 32K EEPROM. SaveKeyA 32K EEPROM for saving high scores, etc (the EEPROM portion of an AtariVox). Genesis Sega Genesis controller, which can be used similar to a BoosterGrip, giving an extra button. diff --git a/src/gui/VideoDialog.cxx b/src/gui/VideoDialog.cxx index 29a2a8f60..4371cf8db 100644 --- a/src/gui/VideoDialog.cxx +++ b/src/gui/VideoDialog.cxx @@ -162,7 +162,7 @@ VideoDialog::VideoDialog(OSystem* osystem, DialogContainer* parent, ypos += lineHeight + 4; // FS stretch - myUseStretch = new CheckboxWidget(myTab, font, xpos, ypos, "FS Stretch"); + myUseStretch = new CheckboxWidget(myTab, font, xpos, ypos, "Fullscreen Fill"); wid.push_back(myUseStretch); ypos += lineHeight + 4;