mirror of https://github.com/stella-emu/stella.git
Well, it looks like I'll get 2.7 released tomorrow after all.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1633 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
80b43a607e
commit
08b59c240a
Binary file not shown.
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 5.8 KiB |
|
@ -650,8 +650,13 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<p>If you include the '~' character at the beginning of a path, it will be expanded
|
||||
to your home directory. For Linux/UNIX, this corresponds to your $HOME directory,
|
||||
but for Windows it means your 'My Documents' folder.</p>
|
||||
|
||||
<p>Selecting a new path for an item is done by clicking the appropriate button(s)
|
||||
(in this case, 'Rom path' was selected):</p>
|
||||
(in this case, 'Rom path' was selected). Note that although the rom path
|
||||
was '~/src/stella', it expands to '/home/stephena/src/stella' in the browser:</p>
|
||||
<p><img src="graphics/rom_browser.png"></p>
|
||||
|
||||
<p>Once you've changed your settings, you can start emulation by selecting a ROM
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
// See the file "license" for information on usage and redistribution of
|
||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
//
|
||||
// $Id: Version.hxx,v 1.44 2009-01-16 16:38:06 stephena Exp $
|
||||
// $Id: Version.hxx,v 1.45 2009-01-16 19:10:06 stephena Exp $
|
||||
//============================================================================
|
||||
|
||||
#ifndef VERSION_HXX
|
||||
#define VERSION_HXX
|
||||
|
||||
#define STELLA_BASE_VERSION "2.7_pre"
|
||||
#define STELLA_BASE_VERSION "2.7"
|
||||
|
||||
#ifdef NIGHTLY_BUILD
|
||||
#define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD
|
||||
|
|
Loading…
Reference in New Issue