mirror of https://github.com/stella-emu/stella.git
![]() 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 |
||
---|---|---|
.. | ||
cheat | ||
common | ||
debugger | ||
emucore | ||
gp2x | ||
gui | ||
macosx | ||
tools | ||
unix | ||
win32 | ||
wince | ||
yacc |