Stella SVN changelog:
r3086
Updated Xcode build file for version 6.1.
---------------------
r3085
Now that we're using C++11 and cstdint is standard, we no longer need to worry about inttypes.h and associated defines.
---------------------
r3084
Visual Studio needs std::mem_fn in association with std::function.
---------------------
r3083
Use BSPF-defined datatypes where appropriate.
---------------------
r3082
Debugger reset command now does a full system reset.
---------------------
r3081
It looks like I can use std::function in expressions after all (keeping in mind that YACC stuff deals strictly in pointers, and can't be changed).
---------------------
r3080
Cleaned up function calling from expressions for various debugger subsystems. I'd hoped to use std::function, but I don't want to dive any further into the arcane YACC syntax.
---------------------
r3079
Changed to std::function in DebuggerParser.
---------------------
r3078
Cleaned up cheat classes, replacing pointers with smart_ptr.
---------------------
r3077
Updated OSX project file for class removal.
---------------------
r3076
Updated Visual Studio for recent class removal.
---------------------
r3075
Made M6502 own all breakpoint/trap info instead of sharing pointers to it with the debugger (this eliminates more new's and empties another d'tor.
---------------------
r3074
Converted M6502 class to use unique_ptr Expressions, and removed some dead code.
---------------------
r3073
Some reorganization of debugger Expression classes, and using unique_ptr.
---------------------
r3072
Convert FrameBuffer/FBSurface to use shared_ptr instead of raw pointers.
---------------------
Download: Stella SVN r3086 32bit
Download: Stella SVN r3086 64bit
Source: Here
0 Comments
Post a Comment