diff --git a/stella/docs/stella.html b/stella/docs/stella.html index e07fa4387..b2d30faeb 100644 --- a/stella/docs/stella.html +++ b/stella/docs/stella.html @@ -617,7 +617,7 @@
Version is either x11 or sdl, depending on which version you compiled.
-Options
+Options (0 indicates false, 1 indicates true, others are self-explanatory)
-owncmap |
+ -owncmap <0|1> |
Install a private colormap |
-fullscreen |
+ -fullscreen <0|1> |
Play the game in fullscreen mode (SDL version only) |
-grabmouse |
+ -grabmouse <0|1> |
Keeps the mouse in the game window |
-hidecursor |
+ -hidecursor <0|1> |
Hides the mouse cursor in the game window |
-center |
+ -center <0|1> |
Centers the game window onscreen |
-showinfo |
+ -showinfo <0|1> |
Shows some game info on exit |
-sssingle |
+ -sssingle <0|1> |
Generate single snapshot instead of many (If SNAPSHOT support is included) | -pro <props file> |
Use the given properties file instead of stella.pro | +
-accurate <0|1> |
+ Use accurate game timing (and more CPU), or less accurate timing (and + less CPU). | +
Emulator Game Shells
@@ -725,7 +730,7 @@ options specified on the command line will override those in the INI file.Stella searches for an INI file in two places. First, it will look for - .stellarc in your home directory. Then, it will look for stellarc + stellarc in your $HOME/.stella directory. Then, it will look for stellarc in the /etc directory.
The syntax for the INI file is very straightforward. Any line starting with @@ -754,7 +759,7 @@