A multi-platform Atari 2600 Emulator
Go to file
stephena e0310e8f35 Checking in WIP for Distella integration. Moved the internal text
handling to C++ stringstreams instead of C-style character arrays,
which fixed some segfaults (sprintf is evil).

First pass at tying the number of banks to the disassembly.  The idea
is that the startup bank (which is now identified by the cart) always
starts at address at 0xfffc, while the other banks are defined by the
PC at the first time we enter the debugger.  This is still a WIP,
since there's no actual checking done yet to see if the current PC
is in the current disassembly.

Added 'ctrlcombo' commandline argument, which completely disables
checking for Control-x key combos.  This is useful when playing
2-player games where the 'f', 'r' and 'Control' keys are supposed
to be treated separately.  Previously, pressing Control and 'r' or
'f' processed some other action (change framerate, reload rom, etc).


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1964 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2010-03-05 22:02:12 +00:00
debian Fixed deb build issue from 3.0.1; some SVN config stuff was being placed 2010-02-13 19:53:05 +00:00
docs Checking in WIP for Distella integration. Moved the internal text 2010-03-05 22:02:12 +00:00
src Checking in WIP for Distella integration. Moved the internal text 2010-03-05 22:02:12 +00:00
Announce.txt Updated announce doc for 64-bit RPM Linux release. 2010-02-13 20:28:44 +00:00
Changes.txt Some fixes for 'small screen' functionality. The lower bound of 320x240 2010-02-13 18:34:24 +00:00
Copyright.txt Updated copyright dates to 2010. 2010-01-10 02:58:28 +00:00
License.txt Repo reorganization: move main Stella files directly into 'trunk'. 2009-05-21 12:53:06 +00:00
Makefile Updated Stella headers in all files: 2010-01-10 03:23:32 +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 Some cleanups for the OSX port. Stella for the Mac is now known 2009-12-20 23:03:35 +00:00
Todo.txt A few documentation fixes. 2009-12-14 00:04:15 +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 First pass at adding built-in zlib support for those systems that 2010-01-29 23:37:33 +00:00

Readme.txt

This is release 3.0 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
September 11, 2009