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>
<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>
<center><h2><b>User's Guide</b></h2></center>
@ -36,7 +36,7 @@
<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><a href="http://stella.sourceforge.net">Stella Homepage</a></b></center>
@ -215,73 +215,88 @@
Sega Dreamcast, Unix, and Windows.
</p>
<h2><b>New in Release 2.2</b></h2>
<h2><b>New in Release 2.3</b></h2>
<ul>
<li>Added new ROM browser option which works like a normal filesystem
browser, allowing navigation throughout the filesystem.
The old mode of browsing is still present, and can be toggled at
runtime. Related to this, fixed bug whereby sorting in the ROM
launcher sometimes didn't work.</li>
<li>For UI navigation, changed from using 'joymouse' to the more familiar
'tabbing' functionality, where you move from object to object by use of
some tab key. As a result, completely removed the 'joymouse' commandline
argument and all associated functionality.</li>
<li>Integrated stella.pro properties into the application, resulting in
faster startup time. Now Stella can be redistributed as a single
binary; no external files are needed, but they will still be used
if present.</li>
<li>Added event remapping for UI events, separate from events while in emulation
mode.</li>
<li>Reworked ROM properties files once again. The 'user.pro' file has
been removed, and all user-defined properties are stored in
'stella.pro' instead. You should delete all properties files when
upgrading to this version, to take advantage of the speed increases.</li>
<li>Changed naming of snapshots and state files. These files are now
named based on the names given in the properties database, and no longer
use the 'md5sum' name. As a result, state files from previous versions
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
global settings file. Each user now gets a user-specific settings
file only. If that file doesn't exist, the built-in defaults are
used.</li>
<li>Added support for PAL60 ROMs, which use the PAL palette and resolution
but run at NTSC timing (60Hz). Added ROM property for this, and updated
the internal properties database for many PAL60 ROMs.</li>
<li>Added 'conditional saving' of the cheatcode and settings files, so
that these files are only written to disk when absolutely
necessary. This doesn't really affect desktop systems, but is very
useful for systems with flashram-based storage (GP2X, WinCE, etc).</li>
<li>Added support for user-definable palettes. For now, only one extra palette
is supported, but in the future we may have them specified per-ROM.</li>
<li>Reworked Settings class, hopefully fixing a bug whereby settings
weren't being saved in certain cases (most evident in the OSX port).</li>
<li>Fixed bug in PAL colour-loss emulation, which wasn't actually being done
for the original Stella and z26 palettes.</li>
<li>Added 'tiadefaults' commandline option, which can also be toggled
from within the GUI. This option disables all TIA positioning
'tweaks' that typically make a game look better, and present the
image exactly as it would appear on a real 2600.</li>
<li>Fixed bug where 'Snapshot saved' appeared when taking snapshots in
succession.</li>
<li>Added jitter-detection code for the paddle emulation, which should
eliminate an annoying 'jittering' effect when using paddles with
a Stelladaptor.</li>
<li>Fixed several TIA-related emulation bugs as reported on AtariAge. More
fixes will come with the TIA rewrite, due in the next release.</li>
<li>Related to jitter-detection, added '-pthresh' commandline option
and GUI entry, which sets a bound below which the emulation detects
jitter.</li>
<li>Added '-gl_vsync' commandline argument and associated UI elements, which
uses synchronization to vertical blank interrupt in OpenGL on supported
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
always being set to 'romname').</li>
<li>Added all sound related commandline options to the UI, so you no
longer have to use the commandline to set those options.</li>
<li>Re-added low compatibility CPU emulation mode, since it benefits
some slower systems. This is activated with the commandline argument
'-cpu low'.</li>
<li>Added new property to ROM properties specifying which paddle the mouse
should emulate. This eliminates the need to manually set the paddle mode
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
options are only enabled when it makes sense to do so.</li>
<li>Made 'phosphor' and 'phosphor blend' a ROM property, meaning it can be
set per-ROM.</li>
<li>For the GP2X port, fixed joystick deadzone issues and scroll bug in
ROM launcher.</li>
<li>Added support for relocating the base Stella directory, by setting the
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
screen size. A message is now shown indicating that PAL ROMs are not
yet supported.</li>
<li>Added '-fastscbios' commandline argument, which speeds up loading of
vertical bars in Supercharger ROMs, and made it the default.</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>
<p>
@ -317,7 +332,7 @@
<li>Supports Supercharger single-load and multi-load games</li>
<li>Supports property file for setting the properties associated with games</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
some games</li>
<li>TIA emulation supports full collision checking</li>
@ -332,16 +347,17 @@
Stella under various operating systems.
</p>
<p>Note that for this version of Stella, you are <b>required</b> to have a
stella.pro file. It is no longer optional as it was for past versions.</p>
<p>Note that for this version of Stella, you are <b>not required</b> to have a
stella.pro file. ROM properties are built in, and defaults will be used
whenever necessary.</p>
<p>
<h2><b>General (required for all versions of Stella)</b></h2>
<ul>
<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>SDL version 1.2.0 or greater</li>
<li>Latest versions of the libpng and zlib libraries</li>
<li>SDL version 1.2.0 or greater, version 1.2.11 highly recommended</li>
<li>Latest version of the zlib library</li>
<li>Joysticks or gamepads are highly recommended</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>
@ -366,7 +382,7 @@
<p>The Mac version of Stella is designed to work on a Power Macintosh with
the following:</p>
<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
processor, but this is still a work-in-progress)</li>
<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
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2002-2004 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2002-2004 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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>

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -36,7 +36,7 @@ typedef map<string,string> CheatCodeMap;
the list of all cheats currently in use.
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2002-2004 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -40,7 +40,7 @@ class GUI::Font;
This class implements an SDL OpenGL framebuffer.
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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>

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -33,7 +33,7 @@ class RectList;
This class implements an SDL software framebuffer.
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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>

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -31,7 +31,7 @@ class Deserializer;
is completely disabled.
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -34,7 +34,7 @@ class OSystem;
This class implements the sound API for SDL.
@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
{

View File

@ -8,18 +8,18 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
#define VERSION_HXX
#define STELLA_BASE_VERSION "2.2.1_cvs"
#define STELLA_BASE_VERSION "2.3_alpha"
#ifdef 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
// 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
// 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>

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
// Copyright (C) 2001-2006 The ScummVM project

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -25,7 +25,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -25,7 +25,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -27,7 +27,7 @@
that is, one that consists solely of a constant integer value.
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -26,7 +26,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -69,7 +69,7 @@ typedef uInt16 (Debugger::*DEBUGGER_WORD_METHOD)();
for all debugging operations in Stella (parser, 6502 debugger, etc).
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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>

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -27,7 +27,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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>

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -32,7 +32,7 @@
can represent complex expression statements.
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -27,7 +27,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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"

View File

@ -8,12 +8,12 @@
// SS SS tt ee ll ll aa aa
// 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
// 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
@ -24,7 +24,7 @@
/**
@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
{

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