diff --git a/docs/graphics/launcher_options_files.png b/docs/graphics/launcher_options_files.png index dcfd70f3b..eee82230a 100644 Binary files a/docs/graphics/launcher_options_files.png and b/docs/graphics/launcher_options_files.png differ diff --git a/docs/graphics/logs.png b/docs/graphics/logs.png new file mode 100644 index 000000000..937c328be Binary files /dev/null and b/docs/graphics/logs.png differ diff --git a/docs/graphics/options.png b/docs/graphics/options.png index ce33c1914..5c6556819 100644 Binary files a/docs/graphics/options.png and b/docs/graphics/options.png differ diff --git a/docs/graphics/options_misc.png b/docs/graphics/options_misc.png index 18ca768d6..f402c622c 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 d517184c8..c463ba4a1 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 8bf8c8f97..aef5e9b48 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,6 +42,7 @@
The Linux version of Stella is designed to work on a Linux Workstation with the following:
At this point, you may want to set the locations for snapshots and other external paths. This is described in more detail in - Advanced Configuration - Config Files. + Advanced Configuration - Config Paths. These settings are optional, and can be left at the defaults if you won't be using snapshots in the ROM launcher.
@@ -1616,13 +1623,18 @@-gl_vbo <1|0>
-gl_vsync <1|0>
Audio Settings dialog:
Interface Palette | palette to use for UI elements | -uipalette |
List quick delay | time to wait between keypresses in listwidget | -listdelay |
Mouse wheel scroll | number of lines mouse scroll will move in listwidget | -mscroll |
FIXME | fix this snapshot | ... |
Config Files dialog:
+Config Paths dialog:
![]() |
@@ -2286,11 +2300,11 @@
Item | Brief description | For more information, see CommandLine | ||||||
---|---|---|---|---|---|---|---|---|
Rom path | specifies location of ROM files | -romdir | ||||||
State path | specifies location of state files | -statedir | ||||||
Snapshot path | specifies where to load/save snapshots | -snapdir | ||||||
Cheat file | specifies location of cheatfile database | -cheatfile | ||||||
Palette file | specifies location of user palette | -palettefile | ||||||
Properties file | specifies location of external stella.pro database | -propsfile | ||||||
Snapshot path | specifies where to load/save snapshots | -snapdir | ||||||
State path | specifies location of state files | -statedir | ||||||
EEPROM path | specifies location of EEPROM files | -eepromdir | ||||||
Overwrite snapshots | whether to overwrite old snapshots | -sssingle | ||||||
Snapshot in 1x mode | save snapshot in 1x mode, without filtering | -ss1x |
![]() |
+ + |
+
|
+
The log levels are self-explanatory (None, Basic, Verbose). The "Print to console" + option emulates the behaviour of older versions of Stella, whereby the logged output + is also shown on the commandline from which Stella was launched (if it was launched + in that fashion). Finally, the current contents of the system log can be saved to your + home directory by clicking the "Save log to disk" button.
+-Stella uses game properties to specify the "best" emulator settings for a @@ -3088,7 +3133,7 @@ Ms Pac-Man (Stella extended codes):
Stella will require a restart for changes to this file to take effect.
An Atari 2600 palette consists of 128 colours, which are different diff --git a/src/gui/OptionsDialog.cxx b/src/gui/OptionsDialog.cxx index 690f3905e..0159309ee 100644 --- a/src/gui/OptionsDialog.cxx +++ b/src/gui/OptionsDialog.cxx @@ -90,7 +90,7 @@ OptionsDialog::OptionsDialog(OSystem* osystem, DialogContainer* parent, myUIButton = addODButton("UI Settings", kUsrIfaceCmd); wid.push_back(myUIButton); - myFileSnapButton = addODButton("Config Files", kFileSnapCmd); + myFileSnapButton = addODButton("Config Paths", kFileSnapCmd); wid.push_back(myFileSnapButton); myRomAuditButton = addODButton("Audit ROMs", kAuditCmd);