Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Stella
Commits
e4a1ba50
Commit
e4a1ba50
authored
Dec 22, 2018
by
Stephen Anthony
Browse files
Final updates for 6.0 release (we hope).
parent
1e7163e9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Changes.txt
View file @
e4a1ba50
...
...
@@ -48,7 +48,7 @@
* FPS setting replaced with speed setting for adjusting emulation speed.
* Extra functionality for Time Machine dialog (start/stop recording;
minor fixes
; TODO button and initial key repeats...
)
minor fixes)
.
* When logging messages to the System Logger, condense similar messages
that arrive in batches into fewer messages (including timestamps).
...
...
src/common/StateManager.cxx
View file @
e4a1ba50
...
...
@@ -27,7 +27,7 @@
#include "StateManager.hxx"
#define STATE_HEADER "0
5090902
state"
#define STATE_HEADER "0
6000000
state"
// #define MOVIE_HEADER "03030000movie"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
...
...
src/common/Version.hxx
View file @
e4a1ba50
...
...
@@ -18,7 +18,7 @@
#ifndef VERSION_HXX
#define VERSION_HXX
#define STELLA_VERSION "6.0
_rc1
"
#define STELLA_BUILD "46
52
"
#define STELLA_VERSION "6.0"
#define STELLA_BUILD "46
67
"
#endif
src/emucore/M6502.cxx
View file @
e4a1ba50
...
...
@@ -24,19 +24,19 @@
// Flags for disassembly types
#define DISASM_CODE CartDebug::CODE
// #define DISASM_GFX CartDebug::GFX
// TODO - uncomment when needed
// #define DISASM_PGFX CartDebug::PGFX
// TODO - uncomment when needed
// #define DISASM_GFX CartDebug::GFX
// #define DISASM_PGFX CartDebug::PGFX
#define DISASM_DATA CartDebug::DATA
// #define DISASM_ROW CartDebug::ROW
// TODO - uncomment when needed
// #define DISASM_ROW CartDebug::ROW
#define DISASM_WRITE CartDebug::WRITE
#define DISASM_NONE 0
#else
// Flags for disassembly types
#define DISASM_CODE 0
// #define DISASM_GFX 0
// TODO - uncomment when needed
// #define DISASM_PGFX 0
// TODO - uncomment when needed
// #define DISASM_GFX 0
// #define DISASM_PGFX 0
#define DISASM_DATA 0
// #define DISASM_ROW 0
// TODO - uncomment when needed
// #define DISASM_ROW 0
#define DISASM_NONE 0
#define DISASM_WRITE 0
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment