stella/src
stephena 773092142e Added rule for recompiling the M6502.m4 script to the Makefile, because I'm
tired of doing it manually every time it changes.

Tweaked the handling of JSR, RTI and RTS commands, so they don't erroneously
mark associated addresses as CODE when in fact they're never actually
executed.

Several parts of the Distella code were marking areas as DATA, even though
it depending on knowing the values for the X and Y registers (which it
doesn't, as it's a static analysis).  As such, these areas are now marked
as ROW instead, since that's as precise as a static analysis can do.  The
processing blocks are left there, though, in case Distella is improved in
a future release.

All the above changes allow for better disassembly with less
'false positives' (ie, areas marked as CODE or DATA when they really aren't).


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2172 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2010-11-07 22:52:42 +00:00
..
cheat Decided to take a little break from the debugger stuff, and clean up 2010-10-18 18:39:57 +00:00
common Bumped version # for another test release. 2010-10-27 21:46:40 +00:00
debugger Added rule for recompiling the M6502.m4 script to the Makefile, because I'm 2010-11-07 22:52:42 +00:00
emucore Added rule for recompiling the M6502.m4 script to the Makefile, because I'm 2010-11-07 22:52:42 +00:00
gp2x Updated boilerplate on top of each source file to include 2010-04-10 21:37:23 +00:00
gui Tweaked the symbol for showing GFX in the debugger disassembly. 2010-10-24 21:14:15 +00:00
libpng Fixed bug in loading RGBA PNG images; Stella can only handle RGB data. 2010-07-10 17:12:45 +00:00
macosx Decided to take a little break from the debugger stuff, and clean up 2010-10-18 18:39:57 +00:00
tools Fixed bug in loading RGBA PNG images; Stella can only handle RGB data. 2010-07-10 17:12:45 +00:00
unix Cleaned up handling of various file paths throughtout the codebase. 2010-09-06 00:17:51 +00:00
win32 Added build script for Visual Studio 2005, which should allow to build release files for Windows 98 and 2000. This is necessary, since VS 2008 and 2010 remove support for Win98 and Win2K, respectively. 2010-09-28 22:59:55 +00:00
wince Updated boilerplate on top of each source file to include 2010-04-10 21:37:23 +00:00
yacc Decided to take a little break from the debugger stuff, and clean up 2010-10-18 18:39:57 +00:00
zlib Updated Win32 projects files for MessageBox class. 2010-08-01 20:42:45 +00:00