A multi-platform Atari 2600 Emulator
Go to file
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
debian Started documentation updates for the next release. All the changes 2010-11-01 20:58:51 +00:00
docs Reverted grouping characters for multi-character debugger prompt commands 2010-11-04 19:29:12 +00:00
src Added rule for recompiling the M6502.m4 script to the Makefile, because I'm 2010-11-07 22:52:42 +00:00
Announce.txt Started documentation updates for the next release. All the changes 2010-11-01 20:58:51 +00:00
Changes.txt Updated 'type' command to show information from all sources (directive list, 2010-11-07 18:10:58 +00:00
Copyright.txt And yet more things I forgot in the last commit. 2010-04-21 16:10:39 +00:00
License.txt Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
Makefile Added rule for recompiling the M6502.m4 script to the Makefile, because I'm 2010-11-07 22:52:42 +00:00
README-GP2X.txt Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
README-SDL.txt Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
README-WinCE.txt Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
Readme.txt Started documentation updates for the next release. All the changes 2010-11-01 20:58:51 +00:00
Todo.txt Some updates to the documentation, particularly for the OSX stuff; 2010-04-13 12:32:08 +00:00
common.rules Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
config.guess Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
config.sub Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
configure Multiple events can now be assigned to combo events from the UI. Still TODO 2010-08-11 21:53:19 +00:00

Readme.txt

This is release 3.3 of Stella.  Stella is a multi-platform Atari 2600 VCS
emulator which allows you to play all of your favourite Atari 2600 games
on your PC.  You'll find the Stella Users Manual in the docs subdirectory.
If you'd like to verify that you have the latest release of Stella visit
the Stella Website at:

  http://stella.sourceforge.net

Enjoy,

The Stella Team
November xx, 2010