stella/src
stephena 3c5cc40e08 OK, this looks like a huge update, but it's only because of some Serializer
class reworking.  Serializer class now handles read/write of state from
files as well as in-memory streams.  As a result, Deserializer class has
been removed.

Added state rewinding to the debugger.  For now, this is limited to 100
levels of undo, with a new state generated each time a step/trace/frame/
scanline advance is performed.  The undo level is 'rolling', in that it
remembers the last 100 levels (so you lose the oldest states when you
start adding more than 100).  For now, this is tied to the 'Alt-r' key
in the debugger.  Still TODO is add a button for it, and clean up some
TIA output issues when rewinding.

Added support for 6K version of Supercharger ROMs (this fixes issues
with the 6K version of Cubis).

Cleaned up the Serializable infrastructure, making sure that all
classes that need to implement it actually do so now.

Fixed issue with editable widgets in the UI, where pressing Enter
on the keypad wasn't actually being registered.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1849 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2009-08-05 16:05:34 +00:00
..
cheat Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
common OK, this looks like a huge update, but it's only because of some Serializer 2009-08-05 16:05:34 +00:00
debugger OK, this looks like a huge update, but it's only because of some Serializer 2009-08-05 16:05:34 +00:00
emucore OK, this looks like a huge update, but it's only because of some Serializer 2009-08-05 16:05:34 +00:00
gp2x Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
gui OK, this looks like a huge update, but it's only because of some Serializer 2009-08-05 16:05:34 +00:00
macosx Final updates for 2.8.4 release. 2009-07-04 14:21:02 +00:00
tools Added missing properties entries provided by Buzbard. 2009-07-31 23:12:24 +00:00
unix Final updates for 2.8.4 release. 2009-07-03 16:38:11 +00:00
win32 Final updates for 2.8.4 release. 2009-07-03 16:38:11 +00:00
wince OK, this looks like a huge update, but it's only because of some Serializer 2009-08-05 16:05:34 +00:00
yacc Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00