Hopefully fixed Dialog key handling bug in OSX.

Updated copyright dates on all headers (the reason for this huge update).

First pass at updating the user manual for all the new changes in the codebase.

Bumped version number to 2.3_alpha.  It's getting close folks.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1188 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2006-12-08 16:49:42 +00:00
parent c9448e9c3a
commit 8c47a3f155
373 changed files with 939 additions and 923 deletions

View File

@ -10,7 +10,7 @@
<br><br> <br><br>
<center><h2><b>A multi-platform Atari 2600 VCS emulator</b></h2></center> <center><h2><b>A multi-platform Atari 2600 VCS emulator</b></h2></center>
<center><h4><b>Release 2.2</b></h4></center> <center><h4><b>Release 2.3</b></h4></center>
<br><br> <br><br>
<center><h2><b>User's Guide</b></h2></center> <center><h2><b>User's Guide</b></h2></center>
@ -36,7 +36,7 @@
<br><br><br> <br><br><br>
<center><b>February 1999 - April 2006</b></center> <center><b>February 1999 - December 2006</b></center>
<center><b>The Stella Team</b></center> <center><b>The Stella Team</b></center>
<center><b><a href="http://stella.sourceforge.net">Stella Homepage</a></b></center> <center><b><a href="http://stella.sourceforge.net">Stella Homepage</a></b></center>
@ -215,73 +215,88 @@
Sega Dreamcast, Unix, and Windows. Sega Dreamcast, Unix, and Windows.
</p> </p>
<h2><b>New in Release 2.2</b></h2> <h2><b>New in Release 2.3</b></h2>
<ul> <ul>
<li>Added new ROM browser option which works like a normal filesystem <li>For UI navigation, changed from using 'joymouse' to the more familiar
browser, allowing navigation throughout the filesystem. 'tabbing' functionality, where you move from object to object by use of
The old mode of browsing is still present, and can be toggled at some tab key. As a result, completely removed the 'joymouse' commandline
runtime. Related to this, fixed bug whereby sorting in the ROM argument and all associated functionality.</li>
launcher sometimes didn't work.</li>
<li>Integrated stella.pro properties into the application, resulting in <li>Added event remapping for UI events, separate from events while in emulation
faster startup time. Now Stella can be redistributed as a single mode.</li>
binary; no external files are needed, but they will still be used
if present.</li>
<li>Reworked ROM properties files once again. The 'user.pro' file has <li>Changed naming of snapshots and state files. These files are now
been removed, and all user-defined properties are stored in named based on the names given in the properties database, and no longer
'stella.pro' instead. You should delete all properties files when use the 'md5sum' name. As a result, state files from previous versions
upgrading to this version, to take advantage of the speed increases.</li> will no longer work unless they're manually renamed. Related to this,
removed the '-ssname' commandline argument.</li>
<li>Reworked settings files once again. Removed all references to a <li>Added support for PAL60 ROMs, which use the PAL palette and resolution
global settings file. Each user now gets a user-specific settings but run at NTSC timing (60Hz). Added ROM property for this, and updated
file only. If that file doesn't exist, the built-in defaults are the internal properties database for many PAL60 ROMs.</li>
used.</li>
<li>Added 'conditional saving' of the cheatcode and settings files, so <li>Added support for user-definable palettes. For now, only one extra palette
that these files are only written to disk when absolutely is supported, but in the future we may have them specified per-ROM.</li>
necessary. This doesn't really affect desktop systems, but is very
useful for systems with flashram-based storage (GP2X, WinCE, etc).</li>
<li>Reworked Settings class, hopefully fixing a bug whereby settings <li>Fixed bug in PAL colour-loss emulation, which wasn't actually being done
weren't being saved in certain cases (most evident in the OSX port).</li> for the original Stella and z26 palettes.</li>
<li>Added 'tiadefaults' commandline option, which can also be toggled <li>Fixed bug where 'Snapshot saved' appeared when taking snapshots in
from within the GUI. This option disables all TIA positioning succession.</li>
'tweaks' that typically make a game look better, and present the
image exactly as it would appear on a real 2600.</li>
<li>Added jitter-detection code for the paddle emulation, which should <li>Fixed several TIA-related emulation bugs as reported on AtariAge. More
eliminate an annoying 'jittering' effect when using paddles with fixes will come with the TIA rewrite, due in the next release.</li>
a Stelladaptor.</li>
<li>Related to jitter-detection, added '-pthresh' commandline option <li>Added '-gl_vsync' commandline argument and associated UI elements, which
and GUI entry, which sets a bound below which the emulation detects uses synchronization to vertical blank interrupt in OpenGL on supported
jitter.</li> systems. This eliminates tearing in OpenGL rendering.</li>
<li>Fixed crash when adding one-shot cheats.</li> <li>Added a 'Previous directory' entry to the top of each listing while
in ROM Browse mode, which is equivalent to the 'Go Up' button. This makes
it easier to navigate the filesystem, since you never have to 'tab out'
of the ROM listing.</li>
<li>Fixed bug in RAM comparitive searches in the debugger.</li> <li>Added new scaler infrastructure, replacing the '-zoom' commandline argument
with '-scale_ui' and '-scale_tia'. This means the UI and emulation can now
be scaled independently. In the future, support will be added for advanced
scalers in TIA mode, such as Scale2x, Scale3x, HQ2x, HQ3x, etc.</li>
<li>Fixed bug with setting snapshot naming type from the GUI (it was <li>Added all sound related commandline options to the UI, so you no
always being set to 'romname').</li> longer have to use the commandline to set those options.</li>
<li>Re-added low compatibility CPU emulation mode, since it benefits <li>Added new property to ROM properties specifying which paddle the mouse
some slower systems. This is activated with the commandline argument should emulate. This eliminates the need to manually set the paddle mode
'-cpu low'.</li> for those ROMs that don't use paddle zero by default. Related to this,
made the '-paddle' option not save to the settings file, and only exist
as long as a ROM is running.</li>
<li>For the OSX port, added Universal binary support.</li> <li>Added a 'Defaults' button to the Game Properties dialog, which resets
the ROM properties to the internal defaults, deleting that ROMs properties
from the external properties file.</li>
<li>For the OSX port, reworked the menu handling, so that certain menu <li>Made 'phosphor' and 'phosphor blend' a ROM property, meaning it can be
options are only enabled when it makes sense to do so.</li> set per-ROM.</li>
<li>For the GP2X port, fixed joystick deadzone issues and scroll bug in <li>Added support for relocating the base Stella directory, by setting the
ROM launcher.</li> environment variable 'STELLA_BASEDIR'. This must be done each time before
Stella starts.</li>
<li>For the GP2X port, fixed issue with PAL ROMs causing a crash because of <li>Added '-fastscbios' commandline argument, which speeds up loading of
screen size. A message is now shown indicating that PAL ROMs are not vertical bars in Supercharger ROMs, and made it the default.</li>
yet supported.</li>
<li>Added '-autoslot' commandline argument, which automatically switches
to the next available slot after saving a state. This defaults to off,
and must be set from the commandline.</li>
<li>Updated configure/build toolchain so patching is no longer required for Debian
packages.</li>
<li>Removed dependency on PNG library (PNG snapshots are still present, but the
actual library is no longer required).</li>
<li>For the GP2X port, added support for PAL ROMs, and updated SDL to use hardware
scaling.</li>
</ul> </ul>
<p> <p>
@ -317,7 +332,7 @@
<li>Supports Supercharger single-load and multi-load games</li> <li>Supports Supercharger single-load and multi-load games</li>
<li>Supports property file for setting the properties associated with games</li> <li>Supports property file for setting the properties associated with games</li>
<li>Supports user specified frame rate</li> <li>Supports user specified frame rate</li>
<li>Supports the NTSC and PAL television palettes</li> <li>Supports the NTSC, PAL and PAL60 television standards</li>
<li>Supports several "undocumented features" of the TIA graphics chip used by <li>Supports several "undocumented features" of the TIA graphics chip used by
some games</li> some games</li>
<li>TIA emulation supports full collision checking</li> <li>TIA emulation supports full collision checking</li>
@ -332,16 +347,17 @@
Stella under various operating systems. Stella under various operating systems.
</p> </p>
<p>Note that for this version of Stella, you are <b>required</b> to have a <p>Note that for this version of Stella, you are <b>not required</b> to have a
stella.pro file. It is no longer optional as it was for past versions.</p> stella.pro file. ROM properties are built in, and defaults will be used
whenever necessary.</p>
<p> <p>
<h2><b>General (required for all versions of Stella)</b></h2> <h2><b>General (required for all versions of Stella)</b></h2>
<ul> <ul>
<li>Enough RAM for the OS + 16MB RAM for the emulation; 32MB highly recommended</li> <li>Enough RAM for the OS + 16MB RAM for the emulation; 32MB highly recommended</li>
<li>15 bit color minimum; 16 bit color graphics card highly recommended</li> <li>15 bit color minimum; 16 bit color graphics card highly recommended</li>
<li>SDL version 1.2.0 or greater</li> <li>SDL version 1.2.0 or greater, version 1.2.11 highly recommended</li>
<li>Latest versions of the libpng and zlib libraries</li> <li>Latest version of the zlib library</li>
<li>Joysticks or gamepads are highly recommended</li> <li>Joysticks or gamepads are highly recommended</li>
<li>Mouse or Stelladaptor with real paddles required for paddle emulation</li> <li>Mouse or Stelladaptor with real paddles required for paddle emulation</li>
<li>Some ROM images (no, we won't tell you where to find them)</li> <li>Some ROM images (no, we won't tell you where to find them)</li>
@ -366,7 +382,7 @@
<p>The Mac version of Stella is designed to work on a Power Macintosh with <p>The Mac version of Stella is designed to work on a Power Macintosh with
the following:</p> the following:</p>
<ul> <ul>
<li>Mac OSX 10.1 or Above</li> <li>Mac OSX 10.2 or Above</li>
<li>500 MHz G4 PPC/Intel processor or above (Stella <b>may</b> work with a G3 <li>500 MHz G4 PPC/Intel processor or above (Stella <b>may</b> work with a G3
processor, but this is still a work-in-progress)</li> processor, but this is still a work-in-progress)</li>
<li>OpenGL capable video card. Software rendering mode is still available, <li>OpenGL capable video card. Software rendering mode is still available,

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: BankRomCheat.cxx,v 1.1 2005-11-11 21:44:18 stephena Exp $ // $Id: BankRomCheat.cxx,v 1.2 2006-12-08 16:48:55 stephena Exp $
//============================================================================ //============================================================================
#include "BankRomCheat.hxx" #include "BankRomCheat.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: BankRomCheat.hxx,v 1.1 2005-11-11 21:44:18 stephena Exp $ // $Id: BankRomCheat.hxx,v 1.2 2006-12-08 16:48:55 stephena Exp $
//============================================================================ //============================================================================
#ifndef BANK_ROM_CHEAT_HXX #ifndef BANK_ROM_CHEAT_HXX

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Cheat.hxx,v 1.4 2006-03-11 21:22:47 stephena Exp $ // $Id: Cheat.hxx,v 1.5 2006-12-08 16:48:55 stephena Exp $
//============================================================================ //============================================================================
#ifndef CHEAT_HXX #ifndef CHEAT_HXX

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: CheatCodeDialog.cxx,v 1.11 2006-11-29 18:22:55 stephena Exp $ // $Id: CheatCodeDialog.cxx,v 1.12 2006-12-08 16:48:55 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2002-2004 The ScummVM project // Copyright (C) 2002-2004 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: CheatCodeDialog.hxx,v 1.6 2006-05-04 17:45:21 stephena Exp $ // $Id: CheatCodeDialog.hxx,v 1.7 2006-12-08 16:48:55 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2002-2004 The ScummVM project // Copyright (C) 2002-2004 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: CheatManager.cxx,v 1.10 2006-03-22 15:12:02 stephena Exp $ // $Id: CheatManager.cxx,v 1.11 2006-12-08 16:48:55 stephena Exp $
//============================================================================ //============================================================================
#include <sstream> #include <sstream>

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: CheatManager.hxx,v 1.7 2006-03-22 15:12:02 stephena Exp $ // $Id: CheatManager.hxx,v 1.8 2006-12-08 16:48:55 stephena Exp $
//============================================================================ //============================================================================
#ifndef CHEAT_MANAGER_HXX #ifndef CHEAT_MANAGER_HXX
@ -36,7 +36,7 @@ typedef map<string,string> CheatCodeMap;
the list of all cheats currently in use. the list of all cheats currently in use.
@author Stephen Anthony @author Stephen Anthony
@version $Id: CheatManager.hxx,v 1.7 2006-03-22 15:12:02 stephena Exp $ @version $Id: CheatManager.hxx,v 1.8 2006-12-08 16:48:55 stephena Exp $
*/ */
class CheatManager class CheatManager
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: CheetahCheat.cxx,v 1.1 2005-11-11 21:44:18 stephena Exp $ // $Id: CheetahCheat.cxx,v 1.2 2006-12-08 16:48:55 stephena Exp $
//============================================================================ //============================================================================
#include "CheetahCheat.hxx" #include "CheetahCheat.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: CheetahCheat.hxx,v 1.1 2005-11-11 21:44:18 stephena Exp $ // $Id: CheetahCheat.hxx,v 1.2 2006-12-08 16:48:55 stephena Exp $
//============================================================================ //============================================================================
#ifndef CHEETAH_CHEAT_HXX #ifndef CHEETAH_CHEAT_HXX

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: RamCheat.cxx,v 1.2 2005-11-27 15:48:05 stephena Exp $ // $Id: RamCheat.cxx,v 1.3 2006-12-08 16:48:55 stephena Exp $
//============================================================================ //============================================================================
#include "System.hxx" #include "System.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: RamCheat.hxx,v 1.2 2006-03-11 21:22:47 stephena Exp $ // $Id: RamCheat.hxx,v 1.3 2006-12-08 16:48:55 stephena Exp $
//============================================================================ //============================================================================
#ifndef RAM_CHEAT_HXX #ifndef RAM_CHEAT_HXX

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Array.hxx,v 1.2 2005-12-09 19:09:49 stephena Exp $ // $Id: Array.hxx,v 1.3 2006-12-08 16:48:55 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2002-2004 The ScummVM project // Copyright (C) 2002-2004 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: FrameBufferGL.cxx,v 1.71 2006-12-04 20:14:06 stephena Exp $ // $Id: FrameBufferGL.cxx,v 1.72 2006-12-08 16:48:55 stephena Exp $
//============================================================================ //============================================================================
#ifdef DISPLAY_OPENGL #ifdef DISPLAY_OPENGL

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: FrameBufferGL.hxx,v 1.36 2006-11-04 19:38:24 stephena Exp $ // $Id: FrameBufferGL.hxx,v 1.37 2006-12-08 16:48:55 stephena Exp $
//============================================================================ //============================================================================
#ifndef FRAMEBUFFER_GL_HXX #ifndef FRAMEBUFFER_GL_HXX
@ -40,7 +40,7 @@ class GUI::Font;
This class implements an SDL OpenGL framebuffer. This class implements an SDL OpenGL framebuffer.
@author Stephen Anthony @author Stephen Anthony
@version $Id: FrameBufferGL.hxx,v 1.36 2006-11-04 19:38:24 stephena Exp $ @version $Id: FrameBufferGL.hxx,v 1.37 2006-12-08 16:48:55 stephena Exp $
*/ */
class FrameBufferGL : public FrameBuffer class FrameBufferGL : public FrameBuffer
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: FrameBufferSoft.cxx,v 1.60 2006-12-03 17:57:54 stephena Exp $ // $Id: FrameBufferSoft.cxx,v 1.61 2006-12-08 16:48:56 stephena Exp $
//============================================================================ //============================================================================
#include <SDL.h> #include <SDL.h>

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: FrameBufferSoft.hxx,v 1.38 2006-12-03 17:57:54 stephena Exp $ // $Id: FrameBufferSoft.hxx,v 1.39 2006-12-08 16:48:56 stephena Exp $
//============================================================================ //============================================================================
#ifndef FRAMEBUFFER_SOFT_HXX #ifndef FRAMEBUFFER_SOFT_HXX
@ -33,7 +33,7 @@ class RectList;
This class implements an SDL software framebuffer. This class implements an SDL software framebuffer.
@author Stephen Anthony @author Stephen Anthony
@version $Id: FrameBufferSoft.hxx,v 1.38 2006-12-03 17:57:54 stephena Exp $ @version $Id: FrameBufferSoft.hxx,v 1.39 2006-12-08 16:48:56 stephena Exp $
*/ */
class FrameBufferSoft : public FrameBuffer class FrameBufferSoft : public FrameBuffer
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: RectList.cxx,v 1.1 2006-12-03 17:57:54 stephena Exp $ // $Id: RectList.cxx,v 1.2 2006-12-08 16:48:56 stephena Exp $
//============================================================================ //============================================================================
#include <SDL.h> #include <SDL.h>

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: RectList.hxx,v 1.1 2006-12-03 17:57:54 stephena Exp $ // $Id: RectList.hxx,v 1.2 2006-12-08 16:48:56 stephena Exp $
//============================================================================ //============================================================================
#ifndef RECTLIST_HXX #ifndef RECTLIST_HXX

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Snapshot.cxx,v 1.13 2006-11-26 16:58:21 stephena Exp $ // $Id: Snapshot.cxx,v 1.14 2006-12-08 16:48:56 stephena Exp $
//============================================================================ //============================================================================
#ifdef SNAPSHOT_SUPPORT #ifdef SNAPSHOT_SUPPORT

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Snapshot.hxx,v 1.8 2006-11-26 16:58:21 stephena Exp $ // $Id: Snapshot.hxx,v 1.9 2006-12-08 16:48:56 stephena Exp $
//============================================================================ //============================================================================
#ifndef SNAPSHOT_HXX #ifndef SNAPSHOT_HXX

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: SoundNull.cxx,v 1.4 2005-12-17 01:23:07 stephena Exp $ // $Id: SoundNull.cxx,v 1.5 2006-12-08 16:48:56 stephena Exp $
//============================================================================ //============================================================================
#include "Serializer.hxx" #include "Serializer.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: SoundNull.hxx,v 1.4 2005-09-10 16:19:20 bwmott Exp $ // $Id: SoundNull.hxx,v 1.5 2006-12-08 16:48:56 stephena Exp $
//============================================================================ //============================================================================
#ifndef SOUND_NULL_HXX #ifndef SOUND_NULL_HXX
@ -31,7 +31,7 @@ class Deserializer;
is completely disabled. is completely disabled.
@author Stephen Anthony @author Stephen Anthony
@version $Id: SoundNull.hxx,v 1.4 2005-09-10 16:19:20 bwmott Exp $ @version $Id: SoundNull.hxx,v 1.5 2006-12-08 16:48:56 stephena Exp $
*/ */
class SoundNull : public Sound class SoundNull : public Sound
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: SoundSDL.cxx,v 1.32 2006-08-09 02:38:03 bwmott Exp $ // $Id: SoundSDL.cxx,v 1.33 2006-12-08 16:48:56 stephena Exp $
//============================================================================ //============================================================================
#ifdef SOUND_SUPPORT #ifdef SOUND_SUPPORT

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: SoundSDL.hxx,v 1.16 2005-09-10 16:19:20 bwmott Exp $ // $Id: SoundSDL.hxx,v 1.17 2006-12-08 16:48:56 stephena Exp $
//============================================================================ //============================================================================
#ifndef SOUND_SDL_HXX #ifndef SOUND_SDL_HXX
@ -34,7 +34,7 @@ class OSystem;
This class implements the sound API for SDL. This class implements the sound API for SDL.
@author Stephen Anthony and Bradford W. Mott @author Stephen Anthony and Bradford W. Mott
@version $Id: SoundSDL.hxx,v 1.16 2005-09-10 16:19:20 bwmott Exp $ @version $Id: SoundSDL.hxx,v 1.17 2006-12-08 16:48:56 stephena Exp $
*/ */
class SoundSDL : public Sound class SoundSDL : public Sound
{ {

View File

@ -8,18 +8,18 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Version.hxx,v 1.16 2006-04-12 13:32:06 stephena Exp $ // $Id: Version.hxx,v 1.17 2006-12-08 16:48:56 stephena Exp $
//============================================================================ //============================================================================
#ifndef VERSION_HXX #ifndef VERSION_HXX
#define VERSION_HXX #define VERSION_HXX
#define STELLA_BASE_VERSION "2.2.1_cvs" #define STELLA_BASE_VERSION "2.3_alpha"
#ifdef NIGHTLY_BUILD #ifdef NIGHTLY_BUILD
#define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD #define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: mainSDL.cxx,v 1.68 2006-11-27 02:18:46 stephena Exp $ // $Id: mainSDL.cxx,v 1.69 2006-12-08 16:48:56 stephena Exp $
//============================================================================ //============================================================================
#include <SDL.h> #include <SDL.h>

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: colormasks.hxx,v 1.1 2006-10-22 18:58:45 stephena Exp $ // $Id: colormasks.hxx,v 1.2 2006-12-08 16:48:57 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: compat.hxx,v 1.1 2006-10-22 18:58:45 stephena Exp $ // $Id: compat.hxx,v 1.2 2006-12-08 16:48:57 stephena Exp $
// //
//============================================================================ //============================================================================

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: hq2x.cxx,v 1.1 2006-10-22 18:58:45 stephena Exp $ // $Id: hq2x.cxx,v 1.2 2006-12-08 16:48:57 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: hq2x.hxx,v 1.1 2006-10-22 18:58:45 stephena Exp $ // $Id: hq2x.hxx,v 1.2 2006-12-08 16:48:57 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: hq3x.cxx,v 1.1 2006-10-22 18:58:45 stephena Exp $ // $Id: hq3x.cxx,v 1.2 2006-12-08 16:48:57 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: hq3x.hxx,v 1.1 2006-10-22 18:58:45 stephena Exp $ // $Id: hq3x.hxx,v 1.2 2006-12-08 16:48:57 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: intern.hxx,v 1.1 2006-10-22 18:58:45 stephena Exp $ // $Id: intern.hxx,v 1.2 2006-12-08 16:48:57 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: scale2x.cxx,v 1.1 2006-10-22 18:58:45 stephena Exp $ // $Id: scale2x.cxx,v 1.2 2006-12-08 16:48:57 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: scale2x.hxx,v 1.1 2006-10-22 18:58:45 stephena Exp $ // $Id: scale2x.hxx,v 1.2 2006-12-08 16:48:57 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: scale3x.cxx,v 1.1 2006-10-22 18:58:45 stephena Exp $ // $Id: scale3x.cxx,v 1.2 2006-12-08 16:48:58 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: scale3x.hxx,v 1.1 2006-10-22 18:58:45 stephena Exp $ // $Id: scale3x.hxx,v 1.2 2006-12-08 16:48:58 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: scalebit.cxx,v 1.1 2006-10-22 18:58:46 stephena Exp $ // $Id: scalebit.cxx,v 1.2 2006-12-08 16:48:58 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: scalebit.hxx,v 1.1 2006-10-22 18:58:46 stephena Exp $ // $Id: scalebit.hxx,v 1.2 2006-12-08 16:48:58 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: scaler.cxx,v 1.2 2006-11-03 16:50:16 stephena Exp $ // $Id: scaler.cxx,v 1.3 2006-12-08 16:48:58 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: scaler.hxx,v 1.1 2006-10-22 18:58:46 stephena Exp $ // $Id: scaler.hxx,v 1.2 2006-12-08 16:48:58 stephena Exp $
// //
// Based on code from ScummVM - Scumm Interpreter // Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2001-2006 The ScummVM project // Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: BinAndExpression.cxx,v 1.1 2005-07-13 04:26:19 urchlay Exp $ // $Id: BinAndExpression.cxx,v 1.2 2006-12-08 16:48:58 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: BinAndExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: BinAndExpression.hxx,v 1.3 2006-12-08 16:48:58 stephena Exp $
//============================================================================ //============================================================================
#ifndef BINAND_EXPRESSION_HXX #ifndef BINAND_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: BinAndExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: BinAndExpression.hxx,v 1.3 2006-12-08 16:48:58 stephena Exp $
*/ */
class BinAndExpression : public Expression class BinAndExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: BinNotExpression.cxx,v 1.1 2005-07-13 04:49:18 urchlay Exp $ // $Id: BinNotExpression.cxx,v 1.2 2006-12-08 16:48:58 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: BinNotExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: BinNotExpression.hxx,v 1.3 2006-12-08 16:48:58 stephena Exp $
//============================================================================ //============================================================================
#ifndef BINNOT_EXPRESSION_HXX #ifndef BINNOT_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: BinNotExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: BinNotExpression.hxx,v 1.3 2006-12-08 16:48:58 stephena Exp $
*/ */
class BinNotExpression : public Expression class BinNotExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: BinOrExpression.cxx,v 1.1 2005-07-13 04:26:19 urchlay Exp $ // $Id: BinOrExpression.cxx,v 1.2 2006-12-08 16:48:58 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: BinOrExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: BinOrExpression.hxx,v 1.3 2006-12-08 16:48:58 stephena Exp $
//============================================================================ //============================================================================
#ifndef BINOR_EXPRESSION_HXX #ifndef BINOR_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: BinOrExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: BinOrExpression.hxx,v 1.3 2006-12-08 16:48:58 stephena Exp $
*/ */
class BinOrExpression : public Expression class BinOrExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: BinXorExpression.cxx,v 1.1 2005-07-13 04:26:19 urchlay Exp $ // $Id: BinXorExpression.cxx,v 1.2 2006-12-08 16:48:58 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: BinXorExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: BinXorExpression.hxx,v 1.3 2006-12-08 16:48:58 stephena Exp $
//============================================================================ //============================================================================
#ifndef BINXOR_EXPRESSION_HXX #ifndef BINXOR_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: BinXorExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: BinXorExpression.hxx,v 1.3 2006-12-08 16:48:58 stephena Exp $
*/ */
class BinXorExpression : public Expression class BinXorExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: ByteDerefExpression.cxx,v 1.2 2006-11-18 13:29:11 stephena Exp $ // $Id: ByteDerefExpression.cxx,v 1.3 2006-12-08 16:48:58 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: ByteDerefExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: ByteDerefExpression.hxx,v 1.3 2006-12-08 16:48:58 stephena Exp $
//============================================================================ //============================================================================
#ifndef BYTEDEREF_EXPRESSION_HXX #ifndef BYTEDEREF_EXPRESSION_HXX
@ -25,7 +25,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: ByteDerefExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: ByteDerefExpression.hxx,v 1.3 2006-12-08 16:48:58 stephena Exp $
*/ */
class ByteDerefExpression : public Expression class ByteDerefExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: ByteDerefOffsetExpression.cxx,v 1.1 2005-07-19 01:31:36 urchlay Exp $ // $Id: ByteDerefOffsetExpression.cxx,v 1.2 2006-12-08 16:48:58 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: ByteDerefOffsetExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: ByteDerefOffsetExpression.hxx,v 1.3 2006-12-08 16:48:59 stephena Exp $
//============================================================================ //============================================================================
#ifndef BYTEDEREFOFFSET_EXPRESSION_HXX #ifndef BYTEDEREFOFFSET_EXPRESSION_HXX
@ -25,7 +25,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: ByteDerefOffsetExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: ByteDerefOffsetExpression.hxx,v 1.3 2006-12-08 16:48:59 stephena Exp $
*/ */
class ByteDerefOffsetExpression : public Expression class ByteDerefOffsetExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: ConstExpression.cxx,v 1.1 2005-07-12 17:02:35 stephena Exp $ // $Id: ConstExpression.cxx,v 1.2 2006-12-08 16:48:59 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: ConstExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: ConstExpression.hxx,v 1.3 2006-12-08 16:48:59 stephena Exp $
//============================================================================ //============================================================================
#ifndef CONST_EXPRESSION_HXX #ifndef CONST_EXPRESSION_HXX
@ -27,7 +27,7 @@
that is, one that consists solely of a constant integer value. that is, one that consists solely of a constant integer value.
@author Stephen Anthony @author Stephen Anthony
@version $Id: ConstExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: ConstExpression.hxx,v 1.3 2006-12-08 16:48:59 stephena Exp $
*/ */
class ConstExpression : public Expression class ConstExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: CpuDebug.cxx,v 1.6 2005-08-11 19:12:38 stephena Exp $ // $Id: CpuDebug.cxx,v 1.7 2006-12-08 16:48:59 stephena Exp $
//============================================================================ //============================================================================
#include "Array.hxx" #include "Array.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: CpuDebug.hxx,v 1.8 2005-07-21 19:29:59 stephena Exp $ // $Id: CpuDebug.hxx,v 1.9 2006-12-08 16:48:59 stephena Exp $
//============================================================================ //============================================================================
#ifndef CPU_DEBUG_HXX #ifndef CPU_DEBUG_HXX

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: CpuMethodExpression.cxx,v 1.1 2005-07-18 23:50:26 urchlay Exp $ // $Id: CpuMethodExpression.cxx,v 1.2 2006-12-08 16:48:59 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: CpuMethodExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: CpuMethodExpression.hxx,v 1.3 2006-12-08 16:48:59 stephena Exp $
//============================================================================ //============================================================================
#ifndef CPUMETHOD_EXPRESSION_HXX #ifndef CPUMETHOD_EXPRESSION_HXX
@ -26,7 +26,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: CpuMethodExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: CpuMethodExpression.hxx,v 1.3 2006-12-08 16:48:59 stephena Exp $
*/ */
class CpuMethodExpression : public Expression class CpuMethodExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Debugger.cxx,v 1.106 2006-12-05 22:05:33 stephena Exp $ // $Id: Debugger.cxx,v 1.107 2006-12-08 16:48:59 stephena Exp $
//============================================================================ //============================================================================
#include "bspf.hxx" #include "bspf.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Debugger.hxx,v 1.84 2006-12-05 22:05:33 stephena Exp $ // $Id: Debugger.hxx,v 1.85 2006-12-08 16:48:59 stephena Exp $
//============================================================================ //============================================================================
#ifndef DEBUGGER_HXX #ifndef DEBUGGER_HXX
@ -69,7 +69,7 @@ typedef uInt16 (Debugger::*DEBUGGER_WORD_METHOD)();
for all debugging operations in Stella (parser, 6502 debugger, etc). for all debugging operations in Stella (parser, 6502 debugger, etc).
@author Stephen Anthony @author Stephen Anthony
@version $Id: Debugger.hxx,v 1.84 2006-12-05 22:05:33 stephena Exp $ @version $Id: Debugger.hxx,v 1.85 2006-12-08 16:48:59 stephena Exp $
*/ */
class Debugger : public DialogContainer class Debugger : public DialogContainer
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: DebuggerParser.cxx,v 1.91 2006-12-05 22:05:33 stephena Exp $ // $Id: DebuggerParser.cxx,v 1.92 2006-12-08 16:48:59 stephena Exp $
//============================================================================ //============================================================================
#include <fstream> #include <fstream>

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: DebuggerParser.hxx,v 1.45 2006-12-05 22:05:34 stephena Exp $ // $Id: DebuggerParser.hxx,v 1.46 2006-12-08 16:49:00 stephena Exp $
//============================================================================ //============================================================================
#ifndef DEBUGGER_PARSER_HXX #ifndef DEBUGGER_PARSER_HXX

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: DebuggerSystem.hxx,v 1.3 2005-07-08 14:36:17 stephena Exp $ // $Id: DebuggerSystem.hxx,v 1.4 2006-12-08 16:49:00 stephena Exp $
//============================================================================ //============================================================================
#ifndef DEBUGGER_SYSTEM_HXX #ifndef DEBUGGER_SYSTEM_HXX

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: DivExpression.cxx,v 1.1 2005-07-13 04:26:19 urchlay Exp $ // $Id: DivExpression.cxx,v 1.2 2006-12-08 16:49:00 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: DivExpression.hxx,v 1.4 2005-09-15 19:43:36 stephena Exp $ // $Id: DivExpression.hxx,v 1.5 2006-12-08 16:49:00 stephena Exp $
//============================================================================ //============================================================================
#ifndef DIV_EXPRESSION_HXX #ifndef DIV_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: DivExpression.hxx,v 1.4 2005-09-15 19:43:36 stephena Exp $ @version $Id: DivExpression.hxx,v 1.5 2006-12-08 16:49:00 stephena Exp $
*/ */
class DivExpression : public Expression class DivExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: EqualsExpression.cxx,v 1.1 2005-07-13 02:54:13 urchlay Exp $ // $Id: EqualsExpression.cxx,v 1.2 2006-12-08 16:49:00 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: EqualsExpression.hxx,v 1.3 2005-07-27 01:36:50 urchlay Exp $ // $Id: EqualsExpression.hxx,v 1.4 2006-12-08 16:49:00 stephena Exp $
//============================================================================ //============================================================================
#ifndef EQUALS_EXPRESSION_HXX #ifndef EQUALS_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: EqualsExpression.hxx,v 1.3 2005-07-27 01:36:50 urchlay Exp $ @version $Id: EqualsExpression.hxx,v 1.4 2006-12-08 16:49:00 stephena Exp $
*/ */
class EqualsExpression : public Expression class EqualsExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Equate.hxx,v 1.4 2006-06-09 02:45:11 urchlay Exp $ // $Id: Equate.hxx,v 1.5 2006-12-08 16:49:00 stephena Exp $
//============================================================================ //============================================================================
#ifndef EQUATE_HXX #ifndef EQUATE_HXX

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: EquateExpression.cxx,v 1.1 2005-07-14 11:28:37 stephena Exp $ // $Id: EquateExpression.cxx,v 1.2 2006-12-08 16:49:00 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: EquateExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: EquateExpression.hxx,v 1.3 2006-12-08 16:49:00 stephena Exp $
//============================================================================ //============================================================================
#ifndef EQUATE_EXPRESSION_HXX #ifndef EQUATE_EXPRESSION_HXX
@ -27,7 +27,7 @@
/** /**
@author Stephen Anthony @author Stephen Anthony
@version $Id: EquateExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: EquateExpression.hxx,v 1.3 2006-12-08 16:49:00 stephena Exp $
*/ */
class EquateExpression : public Expression class EquateExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: EquateList.cxx,v 1.22 2006-06-09 02:45:11 urchlay Exp $ // $Id: EquateList.cxx,v 1.23 2006-12-08 16:49:00 stephena Exp $
//============================================================================ //============================================================================
#include <fstream> #include <fstream>

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: EquateList.hxx,v 1.13 2006-06-09 02:45:11 urchlay Exp $ // $Id: EquateList.hxx,v 1.14 2006-12-08 16:49:00 stephena Exp $
//============================================================================ //============================================================================
#ifndef EQUATELIST_HXX #ifndef EQUATELIST_HXX

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Expression.cxx,v 1.2 2005-07-18 02:03:41 urchlay Exp $ // $Id: Expression.cxx,v 1.3 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: Expression.hxx,v 1.3 2005-07-27 01:36:50 urchlay Exp $ // $Id: Expression.hxx,v 1.4 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#ifndef EXPRESSION_HXX #ifndef EXPRESSION_HXX
@ -32,7 +32,7 @@
can represent complex expression statements. can represent complex expression statements.
@author Stephen Anthony @author Stephen Anthony
@version $Id: Expression.hxx,v 1.3 2005-07-27 01:36:50 urchlay Exp $ @version $Id: Expression.hxx,v 1.4 2006-12-08 16:49:01 stephena Exp $
*/ */
class Expression class Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: FunctionExpression.cxx,v 1.1 2005-07-21 03:26:58 urchlay Exp $ // $Id: FunctionExpression.cxx,v 1.2 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: FunctionExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: FunctionExpression.hxx,v 1.3 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#ifndef FUNCTION_EXPRESSION_HXX #ifndef FUNCTION_EXPRESSION_HXX
@ -27,7 +27,7 @@
/** /**
@author Stephen Anthony @author Stephen Anthony
@version $Id: FunctionExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: FunctionExpression.hxx,v 1.3 2006-12-08 16:49:01 stephena Exp $
*/ */
class FunctionExpression : public Expression class FunctionExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: GreaterEqualsExpression.cxx,v 1.1 2005-07-13 04:49:18 urchlay Exp $ // $Id: GreaterEqualsExpression.cxx,v 1.2 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: GreaterEqualsExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: GreaterEqualsExpression.hxx,v 1.3 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#ifndef GREATEREQUALS_EXPRESSION_HXX #ifndef GREATEREQUALS_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: GreaterEqualsExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: GreaterEqualsExpression.hxx,v 1.3 2006-12-08 16:49:01 stephena Exp $
*/ */
class GreaterEqualsExpression : public Expression class GreaterEqualsExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: GreaterExpression.cxx,v 1.1 2005-07-13 04:49:18 urchlay Exp $ // $Id: GreaterExpression.cxx,v 1.2 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: GreaterExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: GreaterExpression.hxx,v 1.3 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#ifndef GREATER_EXPRESSION_HXX #ifndef GREATER_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: GreaterExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: GreaterExpression.hxx,v 1.3 2006-12-08 16:49:01 stephena Exp $
*/ */
class GreaterExpression : public Expression class GreaterExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: HiByteExpression.cxx,v 1.1 2005-07-15 01:40:34 urchlay Exp $ // $Id: HiByteExpression.cxx,v 1.2 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: HiByteExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ // $Id: HiByteExpression.hxx,v 1.3 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#ifndef HIBYTE_EXPRESSION_HXX #ifndef HIBYTE_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: HiByteExpression.hxx,v 1.2 2005-07-27 01:36:50 urchlay Exp $ @version $Id: HiByteExpression.hxx,v 1.3 2006-12-08 16:49:01 stephena Exp $
*/ */
class HiByteExpression : public Expression class HiByteExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: LessEqualsExpression.cxx,v 1.1 2005-07-13 04:49:18 urchlay Exp $ // $Id: LessEqualsExpression.cxx,v 1.2 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: LessEqualsExpression.hxx,v 1.2 2005-07-27 01:36:51 urchlay Exp $ // $Id: LessEqualsExpression.hxx,v 1.3 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#ifndef LESSEQUALS_EXPRESSION_HXX #ifndef LESSEQUALS_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: LessEqualsExpression.hxx,v 1.2 2005-07-27 01:36:51 urchlay Exp $ @version $Id: LessEqualsExpression.hxx,v 1.3 2006-12-08 16:49:01 stephena Exp $
*/ */
class LessEqualsExpression : public Expression class LessEqualsExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: LessExpression.cxx,v 1.1 2005-07-13 04:49:18 urchlay Exp $ // $Id: LessExpression.cxx,v 1.2 2006-12-08 16:49:01 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: LessExpression.hxx,v 1.2 2005-07-27 01:36:51 urchlay Exp $ // $Id: LessExpression.hxx,v 1.3 2006-12-08 16:49:02 stephena Exp $
//============================================================================ //============================================================================
#ifndef LESS_EXPRESSION_HXX #ifndef LESS_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: LessExpression.hxx,v 1.2 2005-07-27 01:36:51 urchlay Exp $ @version $Id: LessExpression.hxx,v 1.3 2006-12-08 16:49:02 stephena Exp $
*/ */
class LessExpression : public Expression class LessExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: LoByteExpression.cxx,v 1.1 2005-07-15 01:40:34 urchlay Exp $ // $Id: LoByteExpression.cxx,v 1.2 2006-12-08 16:49:02 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: LoByteExpression.hxx,v 1.2 2005-07-27 01:36:51 urchlay Exp $ // $Id: LoByteExpression.hxx,v 1.3 2006-12-08 16:49:02 stephena Exp $
//============================================================================ //============================================================================
#ifndef LOBYTE_EXPRESSION_HXX #ifndef LOBYTE_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: LoByteExpression.hxx,v 1.2 2005-07-27 01:36:51 urchlay Exp $ @version $Id: LoByteExpression.hxx,v 1.3 2006-12-08 16:49:02 stephena Exp $
*/ */
class LoByteExpression : public Expression class LoByteExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: LogAndExpression.cxx,v 1.1 2005-07-13 04:26:19 urchlay Exp $ // $Id: LogAndExpression.cxx,v 1.2 2006-12-08 16:49:02 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: LogAndExpression.hxx,v 1.2 2005-07-27 01:36:51 urchlay Exp $ // $Id: LogAndExpression.hxx,v 1.3 2006-12-08 16:49:02 stephena Exp $
//============================================================================ //============================================================================
#ifndef LOGAND_EXPRESSION_HXX #ifndef LOGAND_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: LogAndExpression.hxx,v 1.2 2005-07-27 01:36:51 urchlay Exp $ @version $Id: LogAndExpression.hxx,v 1.3 2006-12-08 16:49:02 stephena Exp $
*/ */
class LogAndExpression : public Expression class LogAndExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: LogNotExpression.cxx,v 1.1 2005-07-13 04:49:18 urchlay Exp $ // $Id: LogNotExpression.cxx,v 1.2 2006-12-08 16:49:02 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: LogNotExpression.hxx,v 1.2 2005-07-27 01:36:51 urchlay Exp $ // $Id: LogNotExpression.hxx,v 1.3 2006-12-08 16:49:02 stephena Exp $
//============================================================================ //============================================================================
#ifndef LOGNOT_EXPRESSION_HXX #ifndef LOGNOT_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: LogNotExpression.hxx,v 1.2 2005-07-27 01:36:51 urchlay Exp $ @version $Id: LogNotExpression.hxx,v 1.3 2006-12-08 16:49:02 stephena Exp $
*/ */
class LogNotExpression : public Expression class LogNotExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: LogOrExpression.cxx,v 1.1 2005-07-13 04:26:19 urchlay Exp $ // $Id: LogOrExpression.cxx,v 1.2 2006-12-08 16:49:02 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: LogOrExpression.hxx,v 1.2 2005-07-27 01:36:51 urchlay Exp $ // $Id: LogOrExpression.hxx,v 1.3 2006-12-08 16:49:02 stephena Exp $
//============================================================================ //============================================================================
#ifndef LOGOR_EXPRESSION_HXX #ifndef LOGOR_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: LogOrExpression.hxx,v 1.2 2005-07-27 01:36:51 urchlay Exp $ @version $Id: LogOrExpression.hxx,v 1.3 2006-12-08 16:49:02 stephena Exp $
*/ */
class LogOrExpression : public Expression class LogOrExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: MinusExpression.cxx,v 1.1 2005-07-13 02:54:13 urchlay Exp $ // $Id: MinusExpression.cxx,v 1.2 2006-12-08 16:49:03 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: MinusExpression.hxx,v 1.3 2005-07-27 01:36:51 urchlay Exp $ // $Id: MinusExpression.hxx,v 1.4 2006-12-08 16:49:03 stephena Exp $
//============================================================================ //============================================================================
#ifndef MINUS_EXPRESSION_HXX #ifndef MINUS_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: MinusExpression.hxx,v 1.3 2005-07-27 01:36:51 urchlay Exp $ @version $Id: MinusExpression.hxx,v 1.4 2006-12-08 16:49:03 stephena Exp $
*/ */
class MinusExpression : public Expression class MinusExpression : public Expression
{ {

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: ModExpression.cxx,v 1.1 2005-07-13 04:26:19 urchlay Exp $ // $Id: ModExpression.cxx,v 1.2 2006-12-08 16:49:03 stephena Exp $
//============================================================================ //============================================================================
#include "Expression.hxx" #include "Expression.hxx"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa // SS SS tt ee ll ll aa aa
// SSSS ttt eeeee llll llll aaaaa // SSSS ttt eeeee llll llll aaaaa
// //
// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team
// //
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: ModExpression.hxx,v 1.3 2005-09-15 19:43:36 stephena Exp $ // $Id: ModExpression.hxx,v 1.4 2006-12-08 16:49:03 stephena Exp $
//============================================================================ //============================================================================
#ifndef MOD_EXPRESSION_HXX #ifndef MOD_EXPRESSION_HXX
@ -24,7 +24,7 @@
/** /**
@author B. Watson @author B. Watson
@version $Id: ModExpression.hxx,v 1.3 2005-09-15 19:43:36 stephena Exp $ @version $Id: ModExpression.hxx,v 1.4 2006-12-08 16:49:03 stephena Exp $
*/ */
class ModExpression : public Expression class ModExpression : public Expression
{ {

Some files were not shown because too many files have changed in this diff Show More