mirror of https://github.com/stella-emu/stella.git
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:
parent
c3f5aa2810
commit
fa6f02579c
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue