stella/src
stephena 28114a8c51 OK, this is the first pass at a huge reorganization of the debugger
classes.  First off, the distella code has been integrated into a
DiStella class.  This code isn't yet tied to the debugger, but it does
at least compile and generate valid output.

The RamDebug class has been replaced by a CartDebug class, which
takes responsibility for the previous RamDebug stuff as well as 
things related to Cart address space (read from write ports,
disassembly, etc).

Fixed E7 bankswitching when reading from the write port in the upper
256byte area.

Fixed 'read from write port functionality' in general for all carts
that supported it previously.  Basically, if _rwport is enabled, the
address is checked to be an actual read (vs. one that's part of a
normal write cycle), *and* it's actually an illegal access (each
cart/bankswitch type now provides a hint to indicate this condition).

Still TODO is clean up the rework, properly integrate DiStella, and
fix labels and defines (which seem to be completely broken).


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1922 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2010-01-17 16:48:45 +00:00
..
cheat Updated Stella headers in all files: 2010-01-10 03:23:32 +00:00
common Updated Stella headers in all files: 2010-01-10 03:23:32 +00:00
debugger OK, this is the first pass at a huge reorganization of the debugger 2010-01-17 16:48:45 +00:00
emucore OK, this is the first pass at a huge reorganization of the debugger 2010-01-17 16:48:45 +00:00
gp2x Updated Stella headers in all files: 2010-01-10 03:23:32 +00:00
gui Updated Stella headers in all files: 2010-01-10 03:23:32 +00:00
macosx Updated Stella headers in all files: 2010-01-10 03:23:32 +00:00
tools Updated Stella headers in all files: 2010-01-10 03:23:32 +00:00
unix Updated Stella headers in all files: 2010-01-10 03:23:32 +00:00
win32 OK, this is the first pass at a huge reorganization of the debugger 2010-01-17 16:48:45 +00:00
wince Updated Stella headers in all files: 2010-01-10 03:23:32 +00:00
yacc OK, this is the first pass at a huge reorganization of the debugger 2010-01-17 16:48:45 +00:00