mirror of https://github.com/stella-emu/stella.git
And so the cycle begins again. Fixed changelog so that lines don't
wrap when opening in the default text editor in OSX. Yes, I *am* that picky (OCD would probably be a better description). Bumped version #. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2519 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
31f0c52529
commit
9b8155b29d
|
@ -36,8 +36,8 @@
|
||||||
high score functionality to the Harmony cart flash RAM.
|
high score functionality to the Harmony cart flash RAM.
|
||||||
|
|
||||||
* Added ability for ROM launcher to 'descend' into ZIP files when it
|
* Added ability for ROM launcher to 'descend' into ZIP files when it
|
||||||
contains more than one ROM file. This means you no longer have to unzip
|
contains more than one ROM file. This means you no longer have to
|
||||||
a multi-file archive before using each ROM. Thanks go to Roland
|
unzip a multi-file archive before using each ROM. Thanks go to Roland
|
||||||
Schabenberger (webOS maintainer) for this idea and sample code.
|
Schabenberger (webOS maintainer) for this idea and sample code.
|
||||||
|
|
||||||
* Several improvements to the debugger/disassembler:
|
* Several improvements to the debugger/disassembler:
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
#define STELLA_VERSION "3.7"
|
#define STELLA_VERSION "3.8_svn"
|
||||||
#define STELLA_BUILD atoi("$Rev$" + 6)
|
#define STELLA_BUILD atoi("$Rev$" + 6)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue