Of course, I forgot a manual update in the last commit.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2060 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2010-07-06 15:12:00 +00:00
parent c3f5aa2810
commit fa6f02579c
2 changed files with 2 additions and 2 deletions

View File

@ -605,7 +605,7 @@
Note that some games require you to 'Reset' the console before you start playing. In this
case, you need to hit the virtual reset switch, which by default is the F2 key.
Also, some games may require that you press the joystick fire button to begin,
which by default is the Left Control/Cmd or Space key(s). If a game uses a
which by default is the Left Control or Space key(s). If a game uses a
more complex controller, see
<b>Getting Started - <a href="#Keyboard">Keyboard Layout</a></b>
for more information. To exit a game and enter the ROM launcher, press the 'Escape'

View File

@ -22,7 +22,7 @@
#include <cstdlib>
#define STELLA_VERSION "3.2_test1"
#define STELLA_VERSION "3.2_test2"
#define STELLA_BUILD atoi("$Rev$"+6)
#endif