diff --git a/docs/graphics/logs.png b/docs/graphics/logs.png
index 937c328be..a82a2fe18 100644
Binary files a/docs/graphics/logs.png and b/docs/graphics/logs.png differ
diff --git a/docs/index.html b/docs/index.html
index 44475a7dc..888328ec0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -229,7 +229,8 @@
Stella is a freely distributed multi-platform Atari 2600 VCS emulator; originally
- developed for Linux by Bradford W. Mott. Stella allows you to enjoy all of
+ developed for Linux by Bradford W. Mott, it is now maintained by Stephen Anthony.
+ Stella allows you to enjoy all of
your favorite 2600 games once again by emulating the 2600's hardware with
software. Stella is written in C++, which allows it to be ported to other
operating systems and architectures. Since its original release Stella has
@@ -246,15 +247,15 @@
High speed emulation using optimized C++ code
Supports high quality sound emulation using code derived from Ron Fries'
TIA Sound Emulation library, including stereo sound support
- Emulates the Atari 2600 Joystick Controllers using your computer's keyboard
- or joysticks
+ Emulates the Atari 2600 Joystick Controllers using your computer's keyboard,
+ joysticks or mouse
Emulates the Atari 2600 Keyboard Controllers using your computer's keyboard
Emulates the Atari 2600 Paddle Controllers using your computer's mouse, keyboard
or joysticks
- Emulates the Atari 2600 Driving Controllers using your computer's keyboard
- or joysticks
- Emulates the CBS BoosterGrip Controller using your computer's keyboard or
- joysticks
+ Emulates the Atari 2600 Driving Controllers using your computer's keyboard,
+ joysticks or mouse
+ Emulates the CBS BoosterGrip Controller using your computer's keyboard,
+ joysticks or mouse
Emulates the Sega Genesis Controller using your computer's keyboard or
joysticks
Emulates CX-22 / CX-80 style trackballs and Amiga Mouse using your
@@ -339,7 +340,7 @@
MacOSX 10.4 (Tiger) or above
PPC G4 or Intel processor, 500MHz or above
OpenGL capable video card; software rendering mode is still available,
- but as of MacOSX 10.4 is substandard compared to OpenGL
+ but as of MacOSX 10.4 is substandard (and untested) compared to OpenGL
Xcode 3.2 is required to compile the Stella source code (SDL 1.2.14 also
required to compile the 64-bit version)
The 64-bit version requires at minimum Snow Leopard (10.6) and Intel CPU/architecture
@@ -1900,7 +1901,7 @@
-mcontrol <auto|XY> |
Enable using the mouse axes for various controllers automatically (paddle, driving, etc),
or specifically use each axis for a particular paddle. In the latter case, XY indicates
- how to use the X/Y axis (ie, 02 is paddle0/paddle2, etc). |
+ how to use the X/Y axis (ie, 02 is paddle0/paddle2).
@@ -2382,7 +2383,7 @@
-
+
Config Paths dialog:
@@ -2642,7 +2643,8 @@
2600-adaptor devices.
Stella can use up to two adaptors; any extra ones are ignored.
- Stelladaptor devices will be automatically detected and configured. Devices
+ Stelladaptor devices will be automatically detected and configured. Stelladaptor
+ devices must be plugged in before starting the application; actual controllers
can be plugged/unplugged while the emulator is running, although you will need
to restart the game currently being emulated.
@@ -2906,7 +2908,7 @@ Ms Pac-Man (Stella extended codes):
The name of the cheat database file is configurable through the
'-cheatfile' commandline argument and within the application itself
- (see Advanced Configuration - Config Files). If the
+ (see Advanced Configuration - Config Paths). If the
path for this file hasn't been set, the default filename will depend on the
version of Stella, as follows:
@@ -3198,7 +3200,7 @@ Ms Pac-Man (Stella extended codes):
-->
The name of the properties file is configurable through the
'-propsfile' commandline argument and within the application itself
- (see Advanced Configuration - Config Files). If the
+ (see Advanced Configuration - Config Paths). If the
path for this file hasn't been set, the default filename will depend on the
version of Stella, as follows:
@@ -3263,7 +3265,7 @@ Ms Pac-Man (Stella extended codes):
The name of the palette file is configurable through the
'-palettefile' commandline argument and within the application itself
- (see Advanced Configuration - Config Files). If the
+ (see Advanced Configuration - Config Paths). If the
path for this file hasn't been set, the default filename will depend on the
version of Stella, as follows:
diff --git a/src/common/Version.hxx b/src/common/Version.hxx
index e4887a152..c8be18e06 100644
--- a/src/common/Version.hxx
+++ b/src/common/Version.hxx
@@ -22,7 +22,7 @@
#include
-#define STELLA_VERSION "3.5_svn_test5"
+#define STELLA_VERSION "3.5_beta1"
#define STELLA_BUILD atoi("$Rev$" + 6)
#endif