stella/stella
stephena 8a0432af80 And so it begins ... Very rudimentary support for the integrated debugger
has started.  The debugger can only be launched when in emulation mode, and
is toggled by the ` (backquote) key.  Right now, I'm still fine-tuning the
infrastructure.  When you press `, the SDL window resizes itself to 510x382
pixels (large enough at single zoom for 800x600 and under, and at double
zoom for 1024x768 and above).  The emulation is moved to the upper left
corner, and the remaining space will be filled with debugger widgets (making
extensive use of the TabWidget to squeeze as much as possible into the
limited screen real-estate).  It's my intention for at least _minimal_
debugger functionality to be included in the next release.

Removed 10% gap around framebuffer in fullscreen OpenGL mode.  I'm moving
Stella towards a totally unified codebase, so if a feature can't be added
to both types of framebuffers, it won't be added at all.  The one exception
is gl_aspect; I still want to keep that one around.  And I eventually may
add aspect correction to the software mode as well, ala ScummVM.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@444 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2005-05-27 18:00:49 +00:00
..
docs Added a few last minute documentation changes. For the next version, I'm 2005-02-19 14:59:58 +00:00
src And so it begins ... Very rudimentary support for the integrated debugger 2005-05-27 18:00:49 +00:00
Announce.txt Added a few last minute documentation changes. For the next version, I'm 2005-02-19 14:59:58 +00:00
Changes.txt Starting to add GUI code from ScummVM. 2005-02-27 23:41:19 +00:00
Copyright.txt Some file cleanups for the impending 1.4.2 release. 2005-02-13 19:17:02 +00:00
License.txt This commit was generated by cvs2svn to compensate for changes in r6, 2001-12-27 19:54:36 +00:00
README-SDL.txt Starting to add GUI code from ScummVM. 2005-02-27 23:41:19 +00:00
Readme.txt Some file cleanups for the impending 1.4.2 release. 2005-02-13 19:17:02 +00:00
Todo.txt Some file cleanups for the impending 1.4.2 release. 2005-02-13 19:17:02 +00:00

Readme.txt

This is release 1.4.2 of Stella.  Stella is a multi-platform Atari 2600 VCS
emulator which allows you to play all of your favorite 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
February 19, 2005