diff --git a/stella/Announce.txt b/stella/Announce.txt index 99b302727..cb69dc064 100644 --- a/stella/Announce.txt +++ b/stella/Announce.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =============================================================================== - Release 2.3 for Linux, Mac OSX and Windows + Release 2.3.1 for Linux, Mac OSX and Windows =============================================================================== The Atari 2600 Video Computer System (VCS), introduced in 1977, was the most @@ -21,21 +21,21 @@ of your favorite Atari 2600 games again! Stella was originally developed for Linux by Bradford W. Mott, however, it has been ported to a number of other platforms. -This is the 2.3 release of Stella for Linux, Mac OSX, Windows and GP2X. +This is the 2.3.1 release of Stella for Linux, Mac OSX, Windows and GP2X. Distributions for other operating systems will appear as they become available. The distributions currently available are: - * Binary distribution in RPM format for Linux (stella-2.3-1.i586.rpm) + * Binary distribution in RPM format for Linux (stella-2.3.1-1.i586.rpm) - * Binary distribution for Mac OSX (StellaOSX2.3.dmg.gz) + * Binary distribution for Mac OSX (StellaOSX2.3.1.dmg.gz) - * Binary installer (exe) for Windows (stella-2.3-win32.exe) + * Binary installer (exe) for Windows (stella-2.3.1-win32.exe) - * Binary zip for GP2X (stella-2.3-gp2x.zip) + * Binary zip for GP2X (stella-2.3.1-gp2x.zip) - * Source code in SRPM format for Linux RPM-based systems (stella-2.3-1.src.rpm) + * Source code in SRPM format for Linux RPM-based systems (stella-2.3.1-1.src.rpm) - * Source code distribution for all platforms (stella-2.3-src.tar.gz) + * Source code distribution for all platforms (stella-2.3.1-src.tar.gz) PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH REQUESTS WILL BE IGNORED! diff --git a/stella/Changes.txt b/stella/Changes.txt index ed914c5d1..c3685e0c5 100644 --- a/stella/Changes.txt +++ b/stella/Changes.txt @@ -12,6 +12,13 @@ Release History =============================================================================== +2.3 to 2.3.1: (January xx, 2007) + + * + +Have fun! + + 2.2 to 2.3: (December 22, 2006) * NOTE: Because of the many changes in this release, all settings @@ -108,8 +115,6 @@ * For the GP2X port, added support for PAL ROMs, and updated SDL to use hardware scaling. -Have fun! - 2.1 to 2.2: (April 7, 2006) diff --git a/stella/Copyright.txt b/stella/Copyright.txt index 5a586df59..09b7501a8 100644 --- a/stella/Copyright.txt +++ b/stella/Copyright.txt @@ -12,7 +12,7 @@ License Information and Copyright Notice =============================================================================== -Copyright (C) 1995-2006 Bradford W. Mott and the Stella Team +Copyright (C) 1995-2007 Bradford W. Mott and the Stella Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/stella/Readme.txt b/stella/Readme.txt index b6c1504db..9f86cae31 100644 --- a/stella/Readme.txt +++ b/stella/Readme.txt @@ -1,5 +1,5 @@ -This is release 2.3 of Stella. Stella is a multi-platform Atari 2600 VCS +This is release 2.3.1 of Stella. Stella is a multi-platform Atari 2600 VCS emulator which allows you to play all of your favorite Atari 2600 games on your PC. You'll find the Stella Users Manual in the docs subdirectory. If you'd like to verify that you have the latest release of Stella visit @@ -10,4 +10,4 @@ the Stella Website at: Enjoy, The Stella Team -December 22, 2006 +January xx, 2007 diff --git a/stella/src/cheat/BankRomCheat.cxx b/stella/src/cheat/BankRomCheat.cxx index 3efc106bd..46322200d 100644 --- a/stella/src/cheat/BankRomCheat.cxx +++ b/stella/src/cheat/BankRomCheat.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:55 stephena Exp $ +// $Id: BankRomCheat.cxx,v 1.3 2007-01-01 18:04:39 stephena Exp $ //============================================================================ #include "BankRomCheat.hxx" diff --git a/stella/src/cheat/BankRomCheat.hxx b/stella/src/cheat/BankRomCheat.hxx index 95475c993..14995334d 100644 --- a/stella/src/cheat/BankRomCheat.hxx +++ b/stella/src/cheat/BankRomCheat.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:55 stephena Exp $ +// $Id: BankRomCheat.hxx,v 1.3 2007-01-01 18:04:39 stephena Exp $ //============================================================================ #ifndef BANK_ROM_CHEAT_HXX diff --git a/stella/src/cheat/Cheat.hxx b/stella/src/cheat/Cheat.hxx index b1cb508e4..a77e80a16 100644 --- a/stella/src/cheat/Cheat.hxx +++ b/stella/src/cheat/Cheat.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.5 2006-12-08 16:48:55 stephena Exp $ +// $Id: Cheat.hxx,v 1.6 2007-01-01 18:04:39 stephena Exp $ //============================================================================ #ifndef CHEAT_HXX diff --git a/stella/src/cheat/CheatCodeDialog.cxx b/stella/src/cheat/CheatCodeDialog.cxx index 07dcaf1ba..2aeae11cd 100644 --- a/stella/src/cheat/CheatCodeDialog.cxx +++ b/stella/src/cheat/CheatCodeDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.13 2006-12-30 22:26:27 stephena Exp $ +// $Id: CheatCodeDialog.cxx,v 1.14 2007-01-01 18:04:39 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/cheat/CheatCodeDialog.hxx b/stella/src/cheat/CheatCodeDialog.hxx index 163757088..e20ed84ca 100644 --- a/stella/src/cheat/CheatCodeDialog.hxx +++ b/stella/src/cheat/CheatCodeDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.7 2006-12-08 16:48:55 stephena Exp $ +// $Id: CheatCodeDialog.hxx,v 1.8 2007-01-01 18:04:39 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/cheat/CheatManager.cxx b/stella/src/cheat/CheatManager.cxx index 6f1a1cee8..52ee762c5 100644 --- a/stella/src/cheat/CheatManager.cxx +++ b/stella/src/cheat/CheatManager.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.12 2006-12-31 17:21:17 stephena Exp $ +// $Id: CheatManager.cxx,v 1.13 2007-01-01 18:04:39 stephena Exp $ //============================================================================ #include diff --git a/stella/src/cheat/CheatManager.hxx b/stella/src/cheat/CheatManager.hxx index 929f582a4..b71405890 100644 --- a/stella/src/cheat/CheatManager.hxx +++ b/stella/src/cheat/CheatManager.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.8 2006-12-08 16:48:55 stephena Exp $ +// $Id: CheatManager.hxx,v 1.9 2007-01-01 18:04:39 stephena Exp $ //============================================================================ #ifndef CHEAT_MANAGER_HXX @@ -36,7 +36,7 @@ typedef map CheatCodeMap; the list of all cheats currently in use. @author Stephen Anthony - @version $Id: CheatManager.hxx,v 1.8 2006-12-08 16:48:55 stephena Exp $ + @version $Id: CheatManager.hxx,v 1.9 2007-01-01 18:04:39 stephena Exp $ */ class CheatManager { diff --git a/stella/src/cheat/CheetahCheat.cxx b/stella/src/cheat/CheetahCheat.cxx index e7e36833d..f22bdfedc 100644 --- a/stella/src/cheat/CheetahCheat.cxx +++ b/stella/src/cheat/CheetahCheat.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:55 stephena Exp $ +// $Id: CheetahCheat.cxx,v 1.3 2007-01-01 18:04:39 stephena Exp $ //============================================================================ #include "CheetahCheat.hxx" diff --git a/stella/src/cheat/CheetahCheat.hxx b/stella/src/cheat/CheetahCheat.hxx index b9de9515f..d589f6d5a 100644 --- a/stella/src/cheat/CheetahCheat.hxx +++ b/stella/src/cheat/CheetahCheat.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:55 stephena Exp $ +// $Id: CheetahCheat.hxx,v 1.3 2007-01-01 18:04:39 stephena Exp $ //============================================================================ #ifndef CHEETAH_CHEAT_HXX diff --git a/stella/src/cheat/RamCheat.cxx b/stella/src/cheat/RamCheat.cxx index 7af44d833..b1d888224 100644 --- a/stella/src/cheat/RamCheat.cxx +++ b/stella/src/cheat/RamCheat.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.3 2006-12-08 16:48:55 stephena Exp $ +// $Id: RamCheat.cxx,v 1.4 2007-01-01 18:04:39 stephena Exp $ //============================================================================ #include "System.hxx" diff --git a/stella/src/cheat/RamCheat.hxx b/stella/src/cheat/RamCheat.hxx index b63e34344..0e21be244 100644 --- a/stella/src/cheat/RamCheat.hxx +++ b/stella/src/cheat/RamCheat.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.3 2006-12-08 16:48:55 stephena Exp $ +// $Id: RamCheat.hxx,v 1.4 2007-01-01 18:04:39 stephena Exp $ //============================================================================ #ifndef RAM_CHEAT_HXX diff --git a/stella/src/common/Array.hxx b/stella/src/common/Array.hxx index 2620f2f2d..9a749fd25 100644 --- a/stella/src/common/Array.hxx +++ b/stella/src/common/Array.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.3 2006-12-08 16:48:55 stephena Exp $ +// $Id: Array.hxx,v 1.4 2007-01-01 18:04:39 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/common/FrameBufferGL.cxx b/stella/src/common/FrameBufferGL.cxx index 65e3a0da9..2b984f422 100644 --- a/stella/src/common/FrameBufferGL.cxx +++ b/stella/src/common/FrameBufferGL.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.81 2006-12-30 22:26:28 stephena Exp $ +// $Id: FrameBufferGL.cxx,v 1.82 2007-01-01 18:04:40 stephena Exp $ //============================================================================ #ifdef DISPLAY_OPENGL diff --git a/stella/src/common/FrameBufferGL.hxx b/stella/src/common/FrameBufferGL.hxx index b9710bb75..f84044c57 100644 --- a/stella/src/common/FrameBufferGL.hxx +++ b/stella/src/common/FrameBufferGL.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.41 2006-12-19 12:40:29 stephena Exp $ +// $Id: FrameBufferGL.hxx,v 1.42 2007-01-01 18:04:40 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_GL_HXX @@ -36,7 +36,7 @@ class GUI::Font; This class implements an SDL OpenGL framebuffer. @author Stephen Anthony - @version $Id: FrameBufferGL.hxx,v 1.41 2006-12-19 12:40:29 stephena Exp $ + @version $Id: FrameBufferGL.hxx,v 1.42 2007-01-01 18:04:40 stephena Exp $ */ class FrameBufferGL : public FrameBuffer { diff --git a/stella/src/common/FrameBufferSoft.cxx b/stella/src/common/FrameBufferSoft.cxx index 0e161dd2b..e19bf05e7 100644 --- a/stella/src/common/FrameBufferSoft.cxx +++ b/stella/src/common/FrameBufferSoft.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.67 2006-12-22 21:47:27 stephena Exp $ +// $Id: FrameBufferSoft.cxx,v 1.68 2007-01-01 18:04:40 stephena Exp $ //============================================================================ #include diff --git a/stella/src/common/FrameBufferSoft.hxx b/stella/src/common/FrameBufferSoft.hxx index 3dee3c5bc..8bcec6713 100644 --- a/stella/src/common/FrameBufferSoft.hxx +++ b/stella/src/common/FrameBufferSoft.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.43 2006-12-19 12:40:29 stephena Exp $ +// $Id: FrameBufferSoft.hxx,v 1.44 2007-01-01 18:04:40 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.43 2006-12-19 12:40:29 stephena Exp $ + @version $Id: FrameBufferSoft.hxx,v 1.44 2007-01-01 18:04:40 stephena Exp $ */ class FrameBufferSoft : public FrameBuffer { diff --git a/stella/src/common/RectList.cxx b/stella/src/common/RectList.cxx index 5b58e96d3..579a1f228 100644 --- a/stella/src/common/RectList.cxx +++ b/stella/src/common/RectList.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:56 stephena Exp $ +// $Id: RectList.cxx,v 1.3 2007-01-01 18:04:40 stephena Exp $ //============================================================================ #include diff --git a/stella/src/common/RectList.hxx b/stella/src/common/RectList.hxx index afc291bf6..85b49cf3a 100644 --- a/stella/src/common/RectList.hxx +++ b/stella/src/common/RectList.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:56 stephena Exp $ +// $Id: RectList.hxx,v 1.3 2007-01-01 18:04:40 stephena Exp $ //============================================================================ #ifndef RECTLIST_HXX diff --git a/stella/src/common/Snapshot.cxx b/stella/src/common/Snapshot.cxx index 6a2464ca7..164851a1d 100644 --- a/stella/src/common/Snapshot.cxx +++ b/stella/src/common/Snapshot.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.15 2006-12-18 16:44:39 stephena Exp $ +// $Id: Snapshot.cxx,v 1.16 2007-01-01 18:04:40 stephena Exp $ //============================================================================ #include diff --git a/stella/src/common/Snapshot.hxx b/stella/src/common/Snapshot.hxx index bd8df8689..cf690587a 100644 --- a/stella/src/common/Snapshot.hxx +++ b/stella/src/common/Snapshot.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.10 2006-12-18 16:44:39 stephena Exp $ +// $Id: Snapshot.hxx,v 1.11 2007-01-01 18:04:40 stephena Exp $ //============================================================================ #ifndef SNAPSHOT_HXX diff --git a/stella/src/common/SoundNull.cxx b/stella/src/common/SoundNull.cxx index 177372aac..e7169dc6e 100644 --- a/stella/src/common/SoundNull.cxx +++ b/stella/src/common/SoundNull.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.5 2006-12-08 16:48:56 stephena Exp $ +// $Id: SoundNull.cxx,v 1.6 2007-01-01 18:04:40 stephena Exp $ //============================================================================ #include "Serializer.hxx" diff --git a/stella/src/common/SoundNull.hxx b/stella/src/common/SoundNull.hxx index b1225354e..bd124f7f1 100644 --- a/stella/src/common/SoundNull.hxx +++ b/stella/src/common/SoundNull.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.5 2006-12-08 16:48:56 stephena Exp $ +// $Id: SoundNull.hxx,v 1.6 2007-01-01 18:04:40 stephena Exp $ //============================================================================ #ifndef SOUND_NULL_HXX @@ -31,7 +31,7 @@ class Deserializer; is completely disabled. @author Stephen Anthony - @version $Id: SoundNull.hxx,v 1.5 2006-12-08 16:48:56 stephena Exp $ + @version $Id: SoundNull.hxx,v 1.6 2007-01-01 18:04:40 stephena Exp $ */ class SoundNull : public Sound { diff --git a/stella/src/common/SoundSDL.cxx b/stella/src/common/SoundSDL.cxx index 28f8a3cd9..10c753b34 100644 --- a/stella/src/common/SoundSDL.cxx +++ b/stella/src/common/SoundSDL.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.35 2006-12-28 18:31:22 stephena Exp $ +// $Id: SoundSDL.cxx,v 1.36 2007-01-01 18:04:40 stephena Exp $ //============================================================================ #ifdef SOUND_SUPPORT diff --git a/stella/src/common/SoundSDL.hxx b/stella/src/common/SoundSDL.hxx index 034a2d517..5575dd9b8 100644 --- a/stella/src/common/SoundSDL.hxx +++ b/stella/src/common/SoundSDL.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.17 2006-12-08 16:48:56 stephena Exp $ +// $Id: SoundSDL.hxx,v 1.18 2007-01-01 18:04:40 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.17 2006-12-08 16:48:56 stephena Exp $ + @version $Id: SoundSDL.hxx,v 1.18 2007-01-01 18:04:40 stephena Exp $ */ class SoundSDL : public Sound { diff --git a/stella/src/common/Version.hxx b/stella/src/common/Version.hxx index d779aca92..a219c8a8d 100644 --- a/stella/src/common/Version.hxx +++ b/stella/src/common/Version.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.21 2006-12-24 17:13:09 stephena Exp $ +// $Id: Version.hxx,v 1.22 2007-01-01 18:04:40 stephena Exp $ //============================================================================ #ifndef VERSION_HXX diff --git a/stella/src/common/mainSDL.cxx b/stella/src/common/mainSDL.cxx index 45b9424e9..0fd0bdd31 100644 --- a/stella/src/common/mainSDL.cxx +++ b/stella/src/common/mainSDL.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.71 2006-12-26 00:39:43 stephena Exp $ +// $Id: mainSDL.cxx,v 1.72 2007-01-01 18:04:40 stephena Exp $ //============================================================================ #include diff --git a/stella/src/common/scaler/colormasks.hxx b/stella/src/common/scaler/colormasks.hxx index 1c69b795f..fdfba9450 100644 --- a/stella/src/common/scaler/colormasks.hxx +++ b/stella/src/common/scaler/colormasks.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:57 stephena Exp $ +// $Id: colormasks.hxx,v 1.3 2007-01-01 18:04:40 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/compat.hxx b/stella/src/common/scaler/compat.hxx index 9bf4311e0..ae309e6a4 100644 --- a/stella/src/common/scaler/compat.hxx +++ b/stella/src/common/scaler/compat.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:57 stephena Exp $ +// $Id: compat.hxx,v 1.3 2007-01-01 18:04:40 stephena Exp $ // //============================================================================ diff --git a/stella/src/common/scaler/hq2x.cxx b/stella/src/common/scaler/hq2x.cxx index db906fd31..6b857098d 100644 --- a/stella/src/common/scaler/hq2x.cxx +++ b/stella/src/common/scaler/hq2x.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:57 stephena Exp $ +// $Id: hq2x.cxx,v 1.3 2007-01-01 18:04:40 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/hq2x.hxx b/stella/src/common/scaler/hq2x.hxx index b832e265b..1083ec4cd 100644 --- a/stella/src/common/scaler/hq2x.hxx +++ b/stella/src/common/scaler/hq2x.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:57 stephena Exp $ +// $Id: hq2x.hxx,v 1.3 2007-01-01 18:04:40 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/hq3x.cxx b/stella/src/common/scaler/hq3x.cxx index f2f842ef2..1f4f7b771 100644 --- a/stella/src/common/scaler/hq3x.cxx +++ b/stella/src/common/scaler/hq3x.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:57 stephena Exp $ +// $Id: hq3x.cxx,v 1.3 2007-01-01 18:04:41 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/hq3x.hxx b/stella/src/common/scaler/hq3x.hxx index 94201bad3..002c9f4ed 100644 --- a/stella/src/common/scaler/hq3x.hxx +++ b/stella/src/common/scaler/hq3x.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:57 stephena Exp $ +// $Id: hq3x.hxx,v 1.3 2007-01-01 18:04:41 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/intern.hxx b/stella/src/common/scaler/intern.hxx index 58d4e0a34..19bff02fa 100644 --- a/stella/src/common/scaler/intern.hxx +++ b/stella/src/common/scaler/intern.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:57 stephena Exp $ +// $Id: intern.hxx,v 1.3 2007-01-01 18:04:41 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/scale2x.cxx b/stella/src/common/scaler/scale2x.cxx index 29ce8a7f6..882a8236a 100644 --- a/stella/src/common/scaler/scale2x.cxx +++ b/stella/src/common/scaler/scale2x.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:57 stephena Exp $ +// $Id: scale2x.cxx,v 1.3 2007-01-01 18:04:41 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/scale2x.hxx b/stella/src/common/scaler/scale2x.hxx index edc9d6f75..5cf1d81bd 100644 --- a/stella/src/common/scaler/scale2x.hxx +++ b/stella/src/common/scaler/scale2x.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:57 stephena Exp $ +// $Id: scale2x.hxx,v 1.3 2007-01-01 18:04:41 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/scale3x.cxx b/stella/src/common/scaler/scale3x.cxx index 00e999631..839b7fcfd 100644 --- a/stella/src/common/scaler/scale3x.cxx +++ b/stella/src/common/scaler/scale3x.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:58 stephena Exp $ +// $Id: scale3x.cxx,v 1.3 2007-01-01 18:04:41 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/scale3x.hxx b/stella/src/common/scaler/scale3x.hxx index f54f0adec..4c0d957ff 100644 --- a/stella/src/common/scaler/scale3x.hxx +++ b/stella/src/common/scaler/scale3x.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:58 stephena Exp $ +// $Id: scale3x.hxx,v 1.3 2007-01-01 18:04:41 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/scalebit.cxx b/stella/src/common/scaler/scalebit.cxx index 5fdc7a9b7..a6b7bce97 100644 --- a/stella/src/common/scaler/scalebit.cxx +++ b/stella/src/common/scaler/scalebit.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:58 stephena Exp $ +// $Id: scalebit.cxx,v 1.3 2007-01-01 18:04:41 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/scalebit.hxx b/stella/src/common/scaler/scalebit.hxx index 2928cf17f..20e59adf1 100644 --- a/stella/src/common/scaler/scalebit.hxx +++ b/stella/src/common/scaler/scalebit.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:58 stephena Exp $ +// $Id: scalebit.hxx,v 1.3 2007-01-01 18:04:41 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/scaler.cxx b/stella/src/common/scaler/scaler.cxx index f354f5999..81afd8c68 100644 --- a/stella/src/common/scaler/scaler.cxx +++ b/stella/src/common/scaler/scaler.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.3 2006-12-08 16:48:58 stephena Exp $ +// $Id: scaler.cxx,v 1.4 2007-01-01 18:04:41 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/common/scaler/scaler.hxx b/stella/src/common/scaler/scaler.hxx index 142df2e4d..23ecbb253 100644 --- a/stella/src/common/scaler/scaler.hxx +++ b/stella/src/common/scaler/scaler.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.2 2006-12-08 16:48:58 stephena Exp $ +// $Id: scaler.hxx,v 1.3 2007-01-01 18:04:41 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2001-2006 The ScummVM project diff --git a/stella/src/debugger/CpuDebug.cxx b/stella/src/debugger/CpuDebug.cxx index 51df189ac..c5beb9164 100644 --- a/stella/src/debugger/CpuDebug.cxx +++ b/stella/src/debugger/CpuDebug.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.7 2006-12-08 16:48:59 stephena Exp $ +// $Id: CpuDebug.cxx,v 1.8 2007-01-01 18:04:41 stephena Exp $ //============================================================================ #include "Array.hxx" diff --git a/stella/src/debugger/CpuDebug.hxx b/stella/src/debugger/CpuDebug.hxx index 9d6428c4a..56628dcce 100644 --- a/stella/src/debugger/CpuDebug.hxx +++ b/stella/src/debugger/CpuDebug.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.9 2006-12-08 16:48:59 stephena Exp $ +// $Id: CpuDebug.hxx,v 1.10 2007-01-01 18:04:41 stephena Exp $ //============================================================================ #ifndef CPU_DEBUG_HXX diff --git a/stella/src/debugger/Debugger.cxx b/stella/src/debugger/Debugger.cxx index 1f0d21193..b0ada59ff 100644 --- a/stella/src/debugger/Debugger.cxx +++ b/stella/src/debugger/Debugger.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.108 2006-12-15 16:42:53 stephena Exp $ +// $Id: Debugger.cxx,v 1.109 2007-01-01 18:04:41 stephena Exp $ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/debugger/Debugger.hxx b/stella/src/debugger/Debugger.hxx index 1e257616c..49fabcea6 100644 --- a/stella/src/debugger/Debugger.hxx +++ b/stella/src/debugger/Debugger.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.86 2006-12-18 14:01:57 stephena Exp $ +// $Id: Debugger.hxx,v 1.87 2007-01-01 18:04:41 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.86 2006-12-18 14:01:57 stephena Exp $ + @version $Id: Debugger.hxx,v 1.87 2007-01-01 18:04:41 stephena Exp $ */ class Debugger : public DialogContainer { diff --git a/stella/src/debugger/DebuggerExpressions.hxx b/stella/src/debugger/DebuggerExpressions.hxx index 3a760fcfd..69a8bc555 100644 --- a/stella/src/debugger/DebuggerExpressions.hxx +++ b/stella/src/debugger/DebuggerExpressions.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: DebuggerExpressions.hxx,v 1.1 2006-12-23 15:08:45 stephena Exp $ +// $Id: DebuggerExpressions.hxx,v 1.2 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #ifndef DEBUGGER_EXPRESSIONS_HXX diff --git a/stella/src/debugger/DebuggerParser.cxx b/stella/src/debugger/DebuggerParser.cxx index 733214bc0..625657263 100644 --- a/stella/src/debugger/DebuggerParser.cxx +++ b/stella/src/debugger/DebuggerParser.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.95 2006-12-18 14:01:57 stephena Exp $ +// $Id: DebuggerParser.cxx,v 1.96 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #include diff --git a/stella/src/debugger/DebuggerParser.hxx b/stella/src/debugger/DebuggerParser.hxx index 72d5fe7ec..c2e2e000a 100644 --- a/stella/src/debugger/DebuggerParser.hxx +++ b/stella/src/debugger/DebuggerParser.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.47 2006-12-18 14:01:58 stephena Exp $ +// $Id: DebuggerParser.hxx,v 1.48 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #ifndef DEBUGGER_PARSER_HXX diff --git a/stella/src/debugger/DebuggerSystem.hxx b/stella/src/debugger/DebuggerSystem.hxx index a6c30ac47..e4f0ca701 100644 --- a/stella/src/debugger/DebuggerSystem.hxx +++ b/stella/src/debugger/DebuggerSystem.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.4 2006-12-08 16:49:00 stephena Exp $ +// $Id: DebuggerSystem.hxx,v 1.5 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #ifndef DEBUGGER_SYSTEM_HXX diff --git a/stella/src/debugger/Equate.hxx b/stella/src/debugger/Equate.hxx index a2344ef68..2529181bb 100644 --- a/stella/src/debugger/Equate.hxx +++ b/stella/src/debugger/Equate.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.5 2006-12-08 16:49:00 stephena Exp $ +// $Id: Equate.hxx,v 1.6 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #ifndef EQUATE_HXX diff --git a/stella/src/debugger/EquateList.cxx b/stella/src/debugger/EquateList.cxx index db9e0346a..dd6a388c5 100644 --- a/stella/src/debugger/EquateList.cxx +++ b/stella/src/debugger/EquateList.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.24 2006-12-15 16:42:54 stephena Exp $ +// $Id: EquateList.cxx,v 1.25 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #include diff --git a/stella/src/debugger/EquateList.hxx b/stella/src/debugger/EquateList.hxx index 926483b64..add983d5d 100644 --- a/stella/src/debugger/EquateList.hxx +++ b/stella/src/debugger/EquateList.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.14 2006-12-08 16:49:00 stephena Exp $ +// $Id: EquateList.hxx,v 1.15 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #ifndef EQUATELIST_HXX diff --git a/stella/src/debugger/Expression.cxx b/stella/src/debugger/Expression.cxx index f80864589..b6d8bbe1b 100644 --- a/stella/src/debugger/Expression.cxx +++ b/stella/src/debugger/Expression.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.3 2006-12-08 16:49:01 stephena Exp $ +// $Id: Expression.cxx,v 1.4 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #include "Expression.hxx" diff --git a/stella/src/debugger/Expression.hxx b/stella/src/debugger/Expression.hxx index c69000804..c25cd8783 100644 --- a/stella/src/debugger/Expression.hxx +++ b/stella/src/debugger/Expression.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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.4 2006-12-08 16:49:01 stephena Exp $ +// $Id: Expression.hxx,v 1.5 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #ifndef EXPRESSION_HXX @@ -32,7 +32,7 @@ can represent complex expression statements. @author Stephen Anthony - @version $Id: Expression.hxx,v 1.4 2006-12-08 16:49:01 stephena Exp $ + @version $Id: Expression.hxx,v 1.5 2007-01-01 18:04:42 stephena Exp $ */ class Expression { diff --git a/stella/src/debugger/PackedBitArray.cxx b/stella/src/debugger/PackedBitArray.cxx index 389160617..54ab0ac9a 100644 --- a/stella/src/debugger/PackedBitArray.cxx +++ b/stella/src/debugger/PackedBitArray.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: PackedBitArray.cxx,v 1.6 2006-12-08 16:49:04 stephena Exp $ +// $Id: PackedBitArray.cxx,v 1.7 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/debugger/PackedBitArray.hxx b/stella/src/debugger/PackedBitArray.hxx index 0c9e050fb..a506512fd 100644 --- a/stella/src/debugger/PackedBitArray.hxx +++ b/stella/src/debugger/PackedBitArray.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: PackedBitArray.hxx,v 1.3 2006-12-08 16:49:04 stephena Exp $ +// $Id: PackedBitArray.hxx,v 1.4 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #ifndef PACKEDBITARRAY_HXX diff --git a/stella/src/debugger/RamDebug.cxx b/stella/src/debugger/RamDebug.cxx index 1c3f6bc79..4e94a7c48 100644 --- a/stella/src/debugger/RamDebug.cxx +++ b/stella/src/debugger/RamDebug.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: RamDebug.cxx,v 1.5 2006-12-08 16:49:04 stephena Exp $ +// $Id: RamDebug.cxx,v 1.6 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #include "Array.hxx" diff --git a/stella/src/debugger/RamDebug.hxx b/stella/src/debugger/RamDebug.hxx index 73e0ed76b..80f0c48f6 100644 --- a/stella/src/debugger/RamDebug.hxx +++ b/stella/src/debugger/RamDebug.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: RamDebug.hxx,v 1.4 2006-12-08 16:49:04 stephena Exp $ +// $Id: RamDebug.hxx,v 1.5 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #ifndef RAM_DEBUG_HXX diff --git a/stella/src/debugger/TIADebug.cxx b/stella/src/debugger/TIADebug.cxx index 88b442cce..4a29b4ad9 100644 --- a/stella/src/debugger/TIADebug.cxx +++ b/stella/src/debugger/TIADebug.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TIADebug.cxx,v 1.24 2006-12-08 16:49:07 stephena Exp $ +// $Id: TIADebug.cxx,v 1.25 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #include "System.hxx" diff --git a/stella/src/debugger/TIADebug.hxx b/stella/src/debugger/TIADebug.hxx index 0d31636a1..25caf3cd0 100644 --- a/stella/src/debugger/TIADebug.hxx +++ b/stella/src/debugger/TIADebug.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TIADebug.hxx,v 1.20 2006-12-08 16:49:07 stephena Exp $ +// $Id: TIADebug.hxx,v 1.21 2007-01-01 18:04:42 stephena Exp $ //============================================================================ #ifndef TIA_DEBUG_HXX diff --git a/stella/src/debugger/gui/AudioWidget.cxx b/stella/src/debugger/gui/AudioWidget.cxx index 74a9c0c9a..77d5f58da 100644 --- a/stella/src/debugger/gui/AudioWidget.cxx +++ b/stella/src/debugger/gui/AudioWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: AudioWidget.cxx,v 1.4 2006-12-08 16:49:09 stephena Exp $ +// $Id: AudioWidget.cxx,v 1.5 2007-01-01 18:04:42 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/AudioWidget.hxx b/stella/src/debugger/gui/AudioWidget.hxx index 5422789fb..fe4d0c39d 100644 --- a/stella/src/debugger/gui/AudioWidget.hxx +++ b/stella/src/debugger/gui/AudioWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: AudioWidget.hxx,v 1.3 2006-12-08 16:49:09 stephena Exp $ +// $Id: AudioWidget.hxx,v 1.4 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/ColorWidget.cxx b/stella/src/debugger/gui/ColorWidget.cxx index ad8a0fde0..603af2cff 100644 --- a/stella/src/debugger/gui/ColorWidget.cxx +++ b/stella/src/debugger/gui/ColorWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ColorWidget.cxx,v 1.5 2006-12-08 16:49:09 stephena Exp $ +// $Id: ColorWidget.cxx,v 1.6 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/ColorWidget.hxx b/stella/src/debugger/gui/ColorWidget.hxx index d3ec28a63..56e83267a 100644 --- a/stella/src/debugger/gui/ColorWidget.hxx +++ b/stella/src/debugger/gui/ColorWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ColorWidget.hxx,v 1.3 2006-12-08 16:49:10 stephena Exp $ +// $Id: ColorWidget.hxx,v 1.4 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -35,7 +35,7 @@ class GuiObject; be expanded with a TIA palette table, to set the color visually. @author Stephen Anthony - @version $Id: ColorWidget.hxx,v 1.3 2006-12-08 16:49:10 stephena Exp $ + @version $Id: ColorWidget.hxx,v 1.4 2007-01-01 18:04:43 stephena Exp $ */ class ColorWidget : public Widget, public CommandSender { diff --git a/stella/src/debugger/gui/ContextMenu.cxx b/stella/src/debugger/gui/ContextMenu.cxx index 638401b17..71f64f44e 100644 --- a/stella/src/debugger/gui/ContextMenu.cxx +++ b/stella/src/debugger/gui/ContextMenu.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ContextMenu.cxx,v 1.8 2006-12-30 22:26:28 stephena Exp $ +// $Id: ContextMenu.cxx,v 1.9 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/ContextMenu.hxx b/stella/src/debugger/gui/ContextMenu.hxx index 449a374ca..b1808b811 100644 --- a/stella/src/debugger/gui/ContextMenu.hxx +++ b/stella/src/debugger/gui/ContextMenu.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ContextMenu.hxx,v 1.4 2006-12-08 16:49:10 stephena Exp $ +// $Id: ContextMenu.hxx,v 1.5 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/CpuWidget.cxx b/stella/src/debugger/gui/CpuWidget.cxx index 906586e57..78c2de648 100644 --- a/stella/src/debugger/gui/CpuWidget.cxx +++ b/stella/src/debugger/gui/CpuWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CpuWidget.cxx,v 1.7 2006-12-08 16:49:10 stephena Exp $ +// $Id: CpuWidget.cxx,v 1.8 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/CpuWidget.hxx b/stella/src/debugger/gui/CpuWidget.hxx index ff38af8a0..b455ef8e6 100644 --- a/stella/src/debugger/gui/CpuWidget.hxx +++ b/stella/src/debugger/gui/CpuWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CpuWidget.hxx,v 1.2 2006-12-08 16:49:10 stephena Exp $ +// $Id: CpuWidget.hxx,v 1.3 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/DataGridOpsWidget.cxx b/stella/src/debugger/gui/DataGridOpsWidget.cxx index 30590e502..19f15699a 100644 --- a/stella/src/debugger/gui/DataGridOpsWidget.cxx +++ b/stella/src/debugger/gui/DataGridOpsWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: DataGridOpsWidget.cxx,v 1.6 2006-12-08 16:49:11 stephena Exp $ +// $Id: DataGridOpsWidget.cxx,v 1.7 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/DataGridOpsWidget.hxx b/stella/src/debugger/gui/DataGridOpsWidget.hxx index d3844ca2f..633a32e8e 100644 --- a/stella/src/debugger/gui/DataGridOpsWidget.hxx +++ b/stella/src/debugger/gui/DataGridOpsWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: DataGridOpsWidget.hxx,v 1.3 2006-12-08 16:49:11 stephena Exp $ +// $Id: DataGridOpsWidget.hxx,v 1.4 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/DataGridWidget.cxx b/stella/src/debugger/gui/DataGridWidget.cxx index bd5ca775a..69847ea73 100644 --- a/stella/src/debugger/gui/DataGridWidget.cxx +++ b/stella/src/debugger/gui/DataGridWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: DataGridWidget.cxx,v 1.9 2006-12-08 16:49:11 stephena Exp $ +// $Id: DataGridWidget.cxx,v 1.10 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/DataGridWidget.hxx b/stella/src/debugger/gui/DataGridWidget.hxx index a9431b9c8..420bdb882 100644 --- a/stella/src/debugger/gui/DataGridWidget.hxx +++ b/stella/src/debugger/gui/DataGridWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: DataGridWidget.hxx,v 1.3 2006-12-08 16:49:11 stephena Exp $ +// $Id: DataGridWidget.hxx,v 1.4 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/DebuggerDialog.cxx b/stella/src/debugger/gui/DebuggerDialog.cxx index 08f185916..84a74d189 100644 --- a/stella/src/debugger/gui/DebuggerDialog.cxx +++ b/stella/src/debugger/gui/DebuggerDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: DebuggerDialog.cxx,v 1.17 2006-12-08 16:49:11 stephena Exp $ +// $Id: DebuggerDialog.cxx,v 1.18 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/DebuggerDialog.hxx b/stella/src/debugger/gui/DebuggerDialog.hxx index 211ae1b0b..db4e312aa 100644 --- a/stella/src/debugger/gui/DebuggerDialog.hxx +++ b/stella/src/debugger/gui/DebuggerDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: DebuggerDialog.hxx,v 1.5 2006-12-08 16:49:11 stephena Exp $ +// $Id: DebuggerDialog.hxx,v 1.6 2007-01-01 18:04:43 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/PromptWidget.cxx b/stella/src/debugger/gui/PromptWidget.cxx index 440a52217..641111d28 100644 --- a/stella/src/debugger/gui/PromptWidget.cxx +++ b/stella/src/debugger/gui/PromptWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: PromptWidget.cxx,v 1.14 2006-12-18 14:01:58 stephena Exp $ +// $Id: PromptWidget.cxx,v 1.15 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/PromptWidget.hxx b/stella/src/debugger/gui/PromptWidget.hxx index 1cd6d1e37..d563158df 100644 --- a/stella/src/debugger/gui/PromptWidget.hxx +++ b/stella/src/debugger/gui/PromptWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: PromptWidget.hxx,v 1.8 2006-12-08 16:49:12 stephena Exp $ +// $Id: PromptWidget.hxx,v 1.9 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RamWidget.cxx b/stella/src/debugger/gui/RamWidget.cxx index eb13ac9a6..7e7856d84 100644 --- a/stella/src/debugger/gui/RamWidget.cxx +++ b/stella/src/debugger/gui/RamWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: RamWidget.cxx,v 1.10 2006-12-30 22:26:28 stephena Exp $ +// $Id: RamWidget.cxx,v 1.11 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RamWidget.hxx b/stella/src/debugger/gui/RamWidget.hxx index 7531defd3..b39461fe9 100644 --- a/stella/src/debugger/gui/RamWidget.hxx +++ b/stella/src/debugger/gui/RamWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: RamWidget.hxx,v 1.2 2006-12-08 16:49:12 stephena Exp $ +// $Id: RamWidget.hxx,v 1.3 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RomListWidget.cxx b/stella/src/debugger/gui/RomListWidget.cxx index 5273d9193..42a7cd004 100644 --- a/stella/src/debugger/gui/RomListWidget.cxx +++ b/stella/src/debugger/gui/RomListWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: RomListWidget.cxx,v 1.8 2006-12-08 16:49:12 stephena Exp $ +// $Id: RomListWidget.cxx,v 1.9 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RomListWidget.hxx b/stella/src/debugger/gui/RomListWidget.hxx index d4fdc0bed..55e11e0f9 100644 --- a/stella/src/debugger/gui/RomListWidget.hxx +++ b/stella/src/debugger/gui/RomListWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: RomListWidget.hxx,v 1.6 2006-12-08 16:49:12 stephena Exp $ +// $Id: RomListWidget.hxx,v 1.7 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RomWidget.cxx b/stella/src/debugger/gui/RomWidget.cxx index 21effa083..9b3ea2339 100644 --- a/stella/src/debugger/gui/RomWidget.cxx +++ b/stella/src/debugger/gui/RomWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: RomWidget.cxx,v 1.19 2006-12-30 22:26:28 stephena Exp $ +// $Id: RomWidget.cxx,v 1.20 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RomWidget.hxx b/stella/src/debugger/gui/RomWidget.hxx index 9ea261fb1..1d17c3e61 100644 --- a/stella/src/debugger/gui/RomWidget.hxx +++ b/stella/src/debugger/gui/RomWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: RomWidget.hxx,v 1.8 2006-12-08 16:49:13 stephena Exp $ +// $Id: RomWidget.hxx,v 1.9 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaInfoWidget.cxx b/stella/src/debugger/gui/TiaInfoWidget.cxx index c46ee3ec0..06ff83c8f 100644 --- a/stella/src/debugger/gui/TiaInfoWidget.cxx +++ b/stella/src/debugger/gui/TiaInfoWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TiaInfoWidget.cxx,v 1.7 2006-12-08 16:49:13 stephena Exp $ +// $Id: TiaInfoWidget.cxx,v 1.8 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaInfoWidget.hxx b/stella/src/debugger/gui/TiaInfoWidget.hxx index eae8e73b6..09e5eac3a 100644 --- a/stella/src/debugger/gui/TiaInfoWidget.hxx +++ b/stella/src/debugger/gui/TiaInfoWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TiaInfoWidget.hxx,v 1.4 2006-12-08 16:49:13 stephena Exp $ +// $Id: TiaInfoWidget.hxx,v 1.5 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaOutputWidget.cxx b/stella/src/debugger/gui/TiaOutputWidget.cxx index 13d29c6fb..da1cd2ef4 100644 --- a/stella/src/debugger/gui/TiaOutputWidget.cxx +++ b/stella/src/debugger/gui/TiaOutputWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TiaOutputWidget.cxx,v 1.12 2006-12-08 16:49:13 stephena Exp $ +// $Id: TiaOutputWidget.cxx,v 1.13 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaOutputWidget.hxx b/stella/src/debugger/gui/TiaOutputWidget.hxx index 4b64c3092..94f6b1314 100644 --- a/stella/src/debugger/gui/TiaOutputWidget.hxx +++ b/stella/src/debugger/gui/TiaOutputWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TiaOutputWidget.hxx,v 1.4 2006-12-08 16:49:13 stephena Exp $ +// $Id: TiaOutputWidget.hxx,v 1.5 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaWidget.cxx b/stella/src/debugger/gui/TiaWidget.cxx index bea77f215..4e82194fb 100644 --- a/stella/src/debugger/gui/TiaWidget.cxx +++ b/stella/src/debugger/gui/TiaWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TiaWidget.cxx,v 1.6 2006-12-08 16:49:13 stephena Exp $ +// $Id: TiaWidget.cxx,v 1.7 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaWidget.hxx b/stella/src/debugger/gui/TiaWidget.hxx index a0c91d2b7..8a5cad101 100644 --- a/stella/src/debugger/gui/TiaWidget.hxx +++ b/stella/src/debugger/gui/TiaWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TiaWidget.hxx,v 1.4 2006-12-08 16:49:13 stephena Exp $ +// $Id: TiaWidget.hxx,v 1.5 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaZoomWidget.cxx b/stella/src/debugger/gui/TiaZoomWidget.cxx index ce483342a..fee799b0a 100644 --- a/stella/src/debugger/gui/TiaZoomWidget.cxx +++ b/stella/src/debugger/gui/TiaZoomWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TiaZoomWidget.cxx,v 1.10 2006-12-08 16:49:13 stephena Exp $ +// $Id: TiaZoomWidget.cxx,v 1.11 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaZoomWidget.hxx b/stella/src/debugger/gui/TiaZoomWidget.hxx index 767ce868f..271769c13 100644 --- a/stella/src/debugger/gui/TiaZoomWidget.hxx +++ b/stella/src/debugger/gui/TiaZoomWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TiaZoomWidget.hxx,v 1.5 2006-12-08 16:49:18 stephena Exp $ +// $Id: TiaZoomWidget.hxx,v 1.6 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/ToggleBitWidget.cxx b/stella/src/debugger/gui/ToggleBitWidget.cxx index 05b447572..91a1f8787 100644 --- a/stella/src/debugger/gui/ToggleBitWidget.cxx +++ b/stella/src/debugger/gui/ToggleBitWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ToggleBitWidget.cxx,v 1.5 2006-12-08 16:49:18 stephena Exp $ +// $Id: ToggleBitWidget.cxx,v 1.6 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/ToggleBitWidget.hxx b/stella/src/debugger/gui/ToggleBitWidget.hxx index 9f4379ec7..70058ab5c 100644 --- a/stella/src/debugger/gui/ToggleBitWidget.hxx +++ b/stella/src/debugger/gui/ToggleBitWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ToggleBitWidget.hxx,v 1.2 2006-12-08 16:49:18 stephena Exp $ +// $Id: ToggleBitWidget.hxx,v 1.3 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TogglePixelWidget.cxx b/stella/src/debugger/gui/TogglePixelWidget.cxx index fe8e50df2..f89c39cd4 100644 --- a/stella/src/debugger/gui/TogglePixelWidget.cxx +++ b/stella/src/debugger/gui/TogglePixelWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TogglePixelWidget.cxx,v 1.5 2006-12-08 16:49:18 stephena Exp $ +// $Id: TogglePixelWidget.cxx,v 1.6 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TogglePixelWidget.hxx b/stella/src/debugger/gui/TogglePixelWidget.hxx index e1fa42d3c..dd9d04d83 100644 --- a/stella/src/debugger/gui/TogglePixelWidget.hxx +++ b/stella/src/debugger/gui/TogglePixelWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TogglePixelWidget.hxx,v 1.4 2006-12-08 16:49:18 stephena Exp $ +// $Id: TogglePixelWidget.hxx,v 1.5 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/ToggleWidget.cxx b/stella/src/debugger/gui/ToggleWidget.cxx index 5895514e6..b2fbdffeb 100644 --- a/stella/src/debugger/gui/ToggleWidget.cxx +++ b/stella/src/debugger/gui/ToggleWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ToggleWidget.cxx,v 1.5 2006-12-08 16:49:18 stephena Exp $ +// $Id: ToggleWidget.cxx,v 1.6 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/ToggleWidget.hxx b/stella/src/debugger/gui/ToggleWidget.hxx index f311caf6e..43f8d5207 100644 --- a/stella/src/debugger/gui/ToggleWidget.hxx +++ b/stella/src/debugger/gui/ToggleWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ToggleWidget.hxx,v 1.3 2006-12-08 16:49:18 stephena Exp $ +// $Id: ToggleWidget.hxx,v 1.4 2007-01-01 18:04:44 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/emucore/AtariVox.cxx b/stella/src/emucore/AtariVox.cxx index 7a6ffef71..82afdb3d0 100644 --- a/stella/src/emucore/AtariVox.cxx +++ b/stella/src/emucore/AtariVox.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: AtariVox.cxx,v 1.4 2006-12-08 16:49:18 stephena Exp $ +// $Id: AtariVox.cxx,v 1.5 2007-01-01 18:04:44 stephena Exp $ //============================================================================ #ifdef ATARIVOX_SUPPORT diff --git a/stella/src/emucore/AtariVox.hxx b/stella/src/emucore/AtariVox.hxx index 885e38f2b..9bc01c68e 100644 --- a/stella/src/emucore/AtariVox.hxx +++ b/stella/src/emucore/AtariVox.hxx @@ -9,12 +9,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: AtariVox.hxx,v 1.5 2006-12-08 16:49:18 stephena Exp $ +// $Id: AtariVox.hxx,v 1.6 2007-01-01 18:04:44 stephena Exp $ //============================================================================ #ifdef ATARIVOX_SUPPORT @@ -35,7 +35,7 @@ driver code. @author B. Watson - @version $Id: AtariVox.hxx,v 1.5 2006-12-08 16:49:18 stephena Exp $ + @version $Id: AtariVox.hxx,v 1.6 2007-01-01 18:04:44 stephena Exp $ */ class AtariVox : public Controller { diff --git a/stella/src/emucore/Booster.cxx b/stella/src/emucore/Booster.cxx index 88ccb1284..a65beaa66 100644 --- a/stella/src/emucore/Booster.cxx +++ b/stella/src/emucore/Booster.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Booster.cxx,v 1.6 2006-12-08 16:49:18 stephena Exp $ +// $Id: Booster.cxx,v 1.7 2007-01-01 18:04:44 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Booster.hxx b/stella/src/emucore/Booster.hxx index bcef938b6..390391274 100644 --- a/stella/src/emucore/Booster.hxx +++ b/stella/src/emucore/Booster.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Booster.hxx,v 1.6 2006-12-08 16:49:19 stephena Exp $ +// $Id: Booster.hxx,v 1.7 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #ifndef BOOSTERGRIP_HXX @@ -28,7 +28,7 @@ on it (a booster and a trigger). @author Bradford W. Mott - @version $Id: Booster.hxx,v 1.6 2006-12-08 16:49:19 stephena Exp $ + @version $Id: Booster.hxx,v 1.7 2007-01-01 18:04:45 stephena Exp $ */ class BoosterGrip : public Controller { diff --git a/stella/src/emucore/Cart.cxx b/stella/src/emucore/Cart.cxx index df9098a82..02472b87d 100644 --- a/stella/src/emucore/Cart.cxx +++ b/stella/src/emucore/Cart.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Cart.cxx,v 1.27 2006-12-31 02:16:36 stephena Exp $ +// $Id: Cart.cxx,v 1.28 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart.hxx b/stella/src/emucore/Cart.hxx index e907d94ba..8fccb62eb 100644 --- a/stella/src/emucore/Cart.hxx +++ b/stella/src/emucore/Cart.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Cart.hxx,v 1.15 2006-12-31 02:16:36 stephena Exp $ +// $Id: Cart.hxx,v 1.16 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #ifndef CARTRIDGE_HXX @@ -33,7 +33,7 @@ class Settings; game and handles any bankswitching performed by the cartridge. @author Bradford W. Mott - @version $Id: Cart.hxx,v 1.15 2006-12-31 02:16:36 stephena Exp $ + @version $Id: Cart.hxx,v 1.16 2007-01-01 18:04:45 stephena Exp $ */ class Cartridge : public Device { diff --git a/stella/src/emucore/Cart2K.cxx b/stella/src/emucore/Cart2K.cxx index 347953b39..7c345164a 100644 --- a/stella/src/emucore/Cart2K.cxx +++ b/stella/src/emucore/Cart2K.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Cart2K.cxx,v 1.7 2006-12-08 16:49:19 stephena Exp $ +// $Id: Cart2K.cxx,v 1.8 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart2K.hxx b/stella/src/emucore/Cart2K.hxx index 1a1567057..a82753e7d 100644 --- a/stella/src/emucore/Cart2K.hxx +++ b/stella/src/emucore/Cart2K.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Cart2K.hxx,v 1.7 2006-12-08 16:49:19 stephena Exp $ +// $Id: Cart2K.hxx,v 1.8 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #ifndef CARTRIDGE2K_HXX @@ -33,7 +33,7 @@ class Deserializer; 2600's 4K cartridge addressing space. @author Bradford W. Mott - @version $Id: Cart2K.hxx,v 1.7 2006-12-08 16:49:19 stephena Exp $ + @version $Id: Cart2K.hxx,v 1.8 2007-01-01 18:04:45 stephena Exp $ */ class Cartridge2K : public Cartridge { diff --git a/stella/src/emucore/Cart3E.cxx b/stella/src/emucore/Cart3E.cxx index 0b5db0204..e956e8428 100644 --- a/stella/src/emucore/Cart3E.cxx +++ b/stella/src/emucore/Cart3E.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Cart3E.cxx,v 1.10 2006-12-08 16:49:19 stephena Exp $ +// $Id: Cart3E.cxx,v 1.11 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart3E.hxx b/stella/src/emucore/Cart3E.hxx index 1c1593e1c..e825da3c2 100644 --- a/stella/src/emucore/Cart3E.hxx +++ b/stella/src/emucore/Cart3E.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Cart3E.hxx,v 1.3 2006-12-08 16:49:19 stephena Exp $ +// $Id: Cart3E.hxx,v 1.4 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #ifndef CARTRIDGE3E_HXX @@ -59,7 +59,7 @@ class Deserializer; any problems. (Famous last words...) @author B. Watson - @version $Id: Cart3E.hxx,v 1.3 2006-12-08 16:49:19 stephena Exp $ + @version $Id: Cart3E.hxx,v 1.4 2007-01-01 18:04:45 stephena Exp $ */ class Cartridge3E : public Cartridge diff --git a/stella/src/emucore/Cart3F.cxx b/stella/src/emucore/Cart3F.cxx index 1ab1f40e1..f83694783 100644 --- a/stella/src/emucore/Cart3F.cxx +++ b/stella/src/emucore/Cart3F.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Cart3F.cxx,v 1.13 2006-12-08 16:49:19 stephena Exp $ +// $Id: Cart3F.cxx,v 1.14 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart3F.hxx b/stella/src/emucore/Cart3F.hxx index 7e37dac20..790403960 100644 --- a/stella/src/emucore/Cart3F.hxx +++ b/stella/src/emucore/Cart3F.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Cart3F.hxx,v 1.8 2006-12-08 16:49:20 stephena Exp $ +// $Id: Cart3F.hxx,v 1.9 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #ifndef CARTRIDGE3F_HXX @@ -37,7 +37,7 @@ class Deserializer; only used 8K this bankswitching scheme supports up to 512K. @author Bradford W. Mott - @version $Id: Cart3F.hxx,v 1.8 2006-12-08 16:49:20 stephena Exp $ + @version $Id: Cart3F.hxx,v 1.9 2007-01-01 18:04:45 stephena Exp $ */ class Cartridge3F : public Cartridge { diff --git a/stella/src/emucore/Cart4A50.cxx b/stella/src/emucore/Cart4A50.cxx index 494dcfb0d..5d6b18af2 100644 --- a/stella/src/emucore/Cart4A50.cxx +++ b/stella/src/emucore/Cart4A50.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Cart4A50.cxx,v 1.2 2006-12-08 16:49:20 stephena Exp $ +// $Id: Cart4A50.cxx,v 1.3 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart4A50.hxx b/stella/src/emucore/Cart4A50.hxx index 82ae366a3..91ee4c39f 100644 --- a/stella/src/emucore/Cart4A50.hxx +++ b/stella/src/emucore/Cart4A50.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Cart4A50.hxx,v 1.3 2006-12-08 16:49:20 stephena Exp $ +// $Id: Cart4A50.hxx,v 1.4 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #ifndef CARTRIDGE4A50_HXX @@ -32,7 +32,7 @@ class Deserializer; not bankswitched. @author Bradford W. Mott - @version $Id: Cart4A50.hxx,v 1.3 2006-12-08 16:49:20 stephena Exp $ + @version $Id: Cart4A50.hxx,v 1.4 2007-01-01 18:04:45 stephena Exp $ */ class Cartridge4A50 : public Cartridge { diff --git a/stella/src/emucore/Cart4K.cxx b/stella/src/emucore/Cart4K.cxx index 27fc8a56d..0a6f270bd 100644 --- a/stella/src/emucore/Cart4K.cxx +++ b/stella/src/emucore/Cart4K.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Cart4K.cxx,v 1.8 2006-12-08 16:49:21 stephena Exp $ +// $Id: Cart4K.cxx,v 1.9 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart4K.hxx b/stella/src/emucore/Cart4K.hxx index c632a9f1b..c343a71b0 100644 --- a/stella/src/emucore/Cart4K.hxx +++ b/stella/src/emucore/Cart4K.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Cart4K.hxx,v 1.7 2006-12-08 16:49:21 stephena Exp $ +// $Id: Cart4K.hxx,v 1.8 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #ifndef CARTRIDGE4K_HXX @@ -32,7 +32,7 @@ class Deserializer; not bankswitched. @author Bradford W. Mott - @version $Id: Cart4K.hxx,v 1.7 2006-12-08 16:49:21 stephena Exp $ + @version $Id: Cart4K.hxx,v 1.8 2007-01-01 18:04:45 stephena Exp $ */ class Cartridge4K : public Cartridge { diff --git a/stella/src/emucore/CartAR.cxx b/stella/src/emucore/CartAR.cxx index 70bfa9c69..7bcf78426 100644 --- a/stella/src/emucore/CartAR.cxx +++ b/stella/src/emucore/CartAR.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartAR.cxx,v 1.16 2006-12-08 16:49:21 stephena Exp $ +// $Id: CartAR.cxx,v 1.17 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartAR.hxx b/stella/src/emucore/CartAR.hxx index 909129739..e44a9931e 100644 --- a/stella/src/emucore/CartAR.hxx +++ b/stella/src/emucore/CartAR.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartAR.hxx,v 1.10 2006-12-08 16:49:21 stephena Exp $ +// $Id: CartAR.hxx,v 1.11 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #ifndef CARTRIDGEAR_HXX @@ -37,7 +37,7 @@ class Deserializer; and one bank of ROM. All 6K of the RAM can be read and written. @author Bradford W. Mott - @version $Id: CartAR.hxx,v 1.10 2006-12-08 16:49:21 stephena Exp $ + @version $Id: CartAR.hxx,v 1.11 2007-01-01 18:04:45 stephena Exp $ */ class CartridgeAR : public Cartridge { diff --git a/stella/src/emucore/CartCV.cxx b/stella/src/emucore/CartCV.cxx index 74f513e8c..23a88ad44 100644 --- a/stella/src/emucore/CartCV.cxx +++ b/stella/src/emucore/CartCV.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartCV.cxx,v 1.12 2006-12-26 00:39:43 stephena Exp $ +// $Id: CartCV.cxx,v 1.13 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartCV.hxx b/stella/src/emucore/CartCV.hxx index 50d2ff557..6c6d94f41 100644 --- a/stella/src/emucore/CartCV.hxx +++ b/stella/src/emucore/CartCV.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartCV.hxx,v 1.7 2006-12-08 16:49:21 stephena Exp $ +// $Id: CartCV.hxx,v 1.8 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #ifndef CARTRIDGECV_HXX @@ -35,7 +35,7 @@ class Deserializer; $F800-$FFFF ROM @author Eckhard Stolberg - @version $Id: CartCV.hxx,v 1.7 2006-12-08 16:49:21 stephena Exp $ + @version $Id: CartCV.hxx,v 1.8 2007-01-01 18:04:45 stephena Exp $ */ class CartridgeCV : public Cartridge { diff --git a/stella/src/emucore/CartDPC.cxx b/stella/src/emucore/CartDPC.cxx index 6800741a9..e1543d016 100644 --- a/stella/src/emucore/CartDPC.cxx +++ b/stella/src/emucore/CartDPC.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartDPC.cxx,v 1.16 2006-12-08 16:49:21 stephena Exp $ +// $Id: CartDPC.cxx,v 1.17 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartDPC.hxx b/stella/src/emucore/CartDPC.hxx index fbfcc42e5..3e9061de1 100644 --- a/stella/src/emucore/CartDPC.hxx +++ b/stella/src/emucore/CartDPC.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartDPC.hxx,v 1.8 2006-12-08 16:49:21 stephena Exp $ +// $Id: CartDPC.hxx,v 1.9 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #ifndef CARTRIDGEDCP_HXX @@ -32,7 +32,7 @@ class Deserializer; see David P. Crane's United States Patent Number 4,644,495. @author Bradford W. Mott - @version $Id: CartDPC.hxx,v 1.8 2006-12-08 16:49:21 stephena Exp $ + @version $Id: CartDPC.hxx,v 1.9 2007-01-01 18:04:45 stephena Exp $ */ class CartridgeDPC : public Cartridge { diff --git a/stella/src/emucore/CartE0.cxx b/stella/src/emucore/CartE0.cxx index dcb7cf73e..730990ee2 100644 --- a/stella/src/emucore/CartE0.cxx +++ b/stella/src/emucore/CartE0.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartE0.cxx,v 1.11 2006-12-08 16:49:21 stephena Exp $ +// $Id: CartE0.cxx,v 1.12 2007-01-01 18:04:45 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartE0.hxx b/stella/src/emucore/CartE0.hxx index ac846394a..bb7455a69 100644 --- a/stella/src/emucore/CartE0.hxx +++ b/stella/src/emucore/CartE0.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartE0.hxx,v 1.7 2006-12-08 16:49:21 stephena Exp $ +// $Id: CartE0.hxx,v 1.8 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #ifndef CARTRIDGEE0_HXX @@ -36,7 +36,7 @@ class Deserializer; always points to the last 1K of the ROM image. @author Bradford W. Mott - @version $Id: CartE0.hxx,v 1.7 2006-12-08 16:49:21 stephena Exp $ + @version $Id: CartE0.hxx,v 1.8 2007-01-01 18:04:46 stephena Exp $ */ class CartridgeE0 : public Cartridge { diff --git a/stella/src/emucore/CartE7.cxx b/stella/src/emucore/CartE7.cxx index 24e68cc00..96aa33bba 100644 --- a/stella/src/emucore/CartE7.cxx +++ b/stella/src/emucore/CartE7.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartE7.cxx,v 1.14 2006-12-08 16:49:21 stephena Exp $ +// $Id: CartE7.cxx,v 1.15 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartE7.hxx b/stella/src/emucore/CartE7.hxx index 6801cb60a..e1cf2c98d 100644 --- a/stella/src/emucore/CartE7.hxx +++ b/stella/src/emucore/CartE7.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartE7.hxx,v 1.8 2006-12-08 16:49:21 stephena Exp $ +// $Id: CartE7.hxx,v 1.9 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #ifndef CARTRIDGEE7_HXX @@ -53,7 +53,7 @@ class Deserializer; here by accessing 1FF8 to 1FFB. @author Bradford W. Mott - @version $Id: CartE7.hxx,v 1.8 2006-12-08 16:49:21 stephena Exp $ + @version $Id: CartE7.hxx,v 1.9 2007-01-01 18:04:46 stephena Exp $ */ class CartridgeE7 : public Cartridge { diff --git a/stella/src/emucore/CartF4.cxx b/stella/src/emucore/CartF4.cxx index 1bf6d8de0..c3093bb9e 100644 --- a/stella/src/emucore/CartF4.cxx +++ b/stella/src/emucore/CartF4.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartF4.cxx,v 1.9 2006-12-08 16:49:21 stephena Exp $ +// $Id: CartF4.cxx,v 1.10 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF4.hxx b/stella/src/emucore/CartF4.hxx index 7bdbe685a..a370cd807 100644 --- a/stella/src/emucore/CartF4.hxx +++ b/stella/src/emucore/CartF4.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartF4.hxx,v 1.6 2006-12-08 16:49:21 stephena Exp $ +// $Id: CartF4.hxx,v 1.7 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF4_HXX @@ -31,7 +31,7 @@ class Deserializer; are eight 4K banks. @author Bradford W. Mott - @version $Id: CartF4.hxx,v 1.6 2006-12-08 16:49:21 stephena Exp $ + @version $Id: CartF4.hxx,v 1.7 2007-01-01 18:04:46 stephena Exp $ */ class CartridgeF4 : public Cartridge { diff --git a/stella/src/emucore/CartF4SC.cxx b/stella/src/emucore/CartF4SC.cxx index 2404f9dd6..bcaf64cd5 100644 --- a/stella/src/emucore/CartF4SC.cxx +++ b/stella/src/emucore/CartF4SC.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartF4SC.cxx,v 1.12 2006-12-08 16:49:21 stephena Exp $ +// $Id: CartF4SC.cxx,v 1.13 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF4SC.hxx b/stella/src/emucore/CartF4SC.hxx index 06e4cc190..2d6c6488f 100644 --- a/stella/src/emucore/CartF4SC.hxx +++ b/stella/src/emucore/CartF4SC.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartF4SC.hxx,v 1.7 2006-12-08 16:49:22 stephena Exp $ +// $Id: CartF4SC.hxx,v 1.8 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF4SC_HXX @@ -31,7 +31,7 @@ class Deserializer; 128 bytes of RAM. There are eight 4K banks. @author Bradford W. Mott - @version $Id: CartF4SC.hxx,v 1.7 2006-12-08 16:49:22 stephena Exp $ + @version $Id: CartF4SC.hxx,v 1.8 2007-01-01 18:04:46 stephena Exp $ */ class CartridgeF4SC : public Cartridge { diff --git a/stella/src/emucore/CartF6.cxx b/stella/src/emucore/CartF6.cxx index 74d4e2afa..ebd7fec10 100644 --- a/stella/src/emucore/CartF6.cxx +++ b/stella/src/emucore/CartF6.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartF6.cxx,v 1.11 2006-12-08 16:49:22 stephena Exp $ +// $Id: CartF6.cxx,v 1.12 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF6.hxx b/stella/src/emucore/CartF6.hxx index 0a1d08b71..315e69674 100644 --- a/stella/src/emucore/CartF6.hxx +++ b/stella/src/emucore/CartF6.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartF6.hxx,v 1.8 2006-12-08 16:49:22 stephena Exp $ +// $Id: CartF6.hxx,v 1.9 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF6_HXX @@ -31,7 +31,7 @@ class Deserializer; are four 4K banks. @author Bradford W. Mott - @version $Id: CartF6.hxx,v 1.8 2006-12-08 16:49:22 stephena Exp $ + @version $Id: CartF6.hxx,v 1.9 2007-01-01 18:04:46 stephena Exp $ */ class CartridgeF6 : public Cartridge { diff --git a/stella/src/emucore/CartF6SC.cxx b/stella/src/emucore/CartF6SC.cxx index bb6c6ed2c..a8804f7e0 100644 --- a/stella/src/emucore/CartF6SC.cxx +++ b/stella/src/emucore/CartF6SC.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartF6SC.cxx,v 1.11 2006-12-08 16:49:22 stephena Exp $ +// $Id: CartF6SC.cxx,v 1.12 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF6SC.hxx b/stella/src/emucore/CartF6SC.hxx index e19855a65..1ad394849 100644 --- a/stella/src/emucore/CartF6SC.hxx +++ b/stella/src/emucore/CartF6SC.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartF6SC.hxx,v 1.7 2006-12-08 16:49:22 stephena Exp $ +// $Id: CartF6SC.hxx,v 1.8 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF6SC_HXX @@ -31,7 +31,7 @@ class Deserializer; 128 bytes of RAM. There are four 4K banks. @author Bradford W. Mott - @version $Id: CartF6SC.hxx,v 1.7 2006-12-08 16:49:22 stephena Exp $ + @version $Id: CartF6SC.hxx,v 1.8 2007-01-01 18:04:46 stephena Exp $ */ class CartridgeF6SC : public Cartridge { diff --git a/stella/src/emucore/CartF8.cxx b/stella/src/emucore/CartF8.cxx index 299403f76..ad942f5f6 100644 --- a/stella/src/emucore/CartF8.cxx +++ b/stella/src/emucore/CartF8.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartF8.cxx,v 1.13 2006-12-31 02:16:37 stephena Exp $ +// $Id: CartF8.cxx,v 1.14 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF8.hxx b/stella/src/emucore/CartF8.hxx index 1d708e582..5a5b92f7b 100644 --- a/stella/src/emucore/CartF8.hxx +++ b/stella/src/emucore/CartF8.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartF8.hxx,v 1.8 2006-12-31 02:16:37 stephena Exp $ +// $Id: CartF8.hxx,v 1.9 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF8_HXX @@ -31,7 +31,7 @@ class Deserializer; are two 4K banks. @author Bradford W. Mott - @version $Id: CartF8.hxx,v 1.8 2006-12-31 02:16:37 stephena Exp $ + @version $Id: CartF8.hxx,v 1.9 2007-01-01 18:04:46 stephena Exp $ */ class CartridgeF8 : public Cartridge { diff --git a/stella/src/emucore/CartF8SC.cxx b/stella/src/emucore/CartF8SC.cxx index 727bc7ab3..24e8d9bd0 100644 --- a/stella/src/emucore/CartF8SC.cxx +++ b/stella/src/emucore/CartF8SC.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartF8SC.cxx,v 1.11 2006-12-24 17:13:10 stephena Exp $ +// $Id: CartF8SC.cxx,v 1.12 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF8SC.hxx b/stella/src/emucore/CartF8SC.hxx index 2113f3889..e42fd6c91 100644 --- a/stella/src/emucore/CartF8SC.hxx +++ b/stella/src/emucore/CartF8SC.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartF8SC.hxx,v 1.6 2006-12-08 16:49:22 stephena Exp $ +// $Id: CartF8SC.hxx,v 1.7 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF8SC_HXX @@ -31,7 +31,7 @@ class Deserializer; 128 bytes of RAM. There are two 4K banks. @author Bradford W. Mott - @version $Id: CartF8SC.hxx,v 1.6 2006-12-08 16:49:22 stephena Exp $ + @version $Id: CartF8SC.hxx,v 1.7 2007-01-01 18:04:46 stephena Exp $ */ class CartridgeF8SC : public Cartridge { diff --git a/stella/src/emucore/CartFASC.cxx b/stella/src/emucore/CartFASC.cxx index 6da9b4b0b..496a55aba 100644 --- a/stella/src/emucore/CartFASC.cxx +++ b/stella/src/emucore/CartFASC.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartFASC.cxx,v 1.10 2006-12-08 16:49:22 stephena Exp $ +// $Id: CartFASC.cxx,v 1.11 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartFASC.hxx b/stella/src/emucore/CartFASC.hxx index 58c79005a..67bb3ab60 100644 --- a/stella/src/emucore/CartFASC.hxx +++ b/stella/src/emucore/CartFASC.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartFASC.hxx,v 1.6 2006-12-08 16:49:22 stephena Exp $ +// $Id: CartFASC.hxx,v 1.7 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #ifndef CARTRIDGEFASC_HXX @@ -31,7 +31,7 @@ class Deserializer; three 4K banks and 256 bytes of RAM. @author Bradford W. Mott - @version $Id: CartFASC.hxx,v 1.6 2006-12-08 16:49:22 stephena Exp $ + @version $Id: CartFASC.hxx,v 1.7 2007-01-01 18:04:46 stephena Exp $ */ class CartridgeFASC : public Cartridge { diff --git a/stella/src/emucore/CartFE.cxx b/stella/src/emucore/CartFE.cxx index 5a4575382..6c7c1d125 100644 --- a/stella/src/emucore/CartFE.cxx +++ b/stella/src/emucore/CartFE.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartFE.cxx,v 1.6 2006-12-08 16:49:22 stephena Exp $ +// $Id: CartFE.cxx,v 1.7 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartFE.hxx b/stella/src/emucore/CartFE.hxx index 46a49dafd..77ff1cf1a 100644 --- a/stella/src/emucore/CartFE.hxx +++ b/stella/src/emucore/CartFE.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartFE.hxx,v 1.6 2006-12-08 16:49:22 stephena Exp $ +// $Id: CartFE.hxx,v 1.7 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #ifndef CARTRIDGEFE_HXX @@ -43,7 +43,7 @@ class Deserializer; monitoring the bus. @author Bradford W. Mott - @version $Id: CartFE.hxx,v 1.6 2006-12-08 16:49:22 stephena Exp $ + @version $Id: CartFE.hxx,v 1.7 2007-01-01 18:04:46 stephena Exp $ */ class CartridgeFE : public Cartridge { diff --git a/stella/src/emucore/CartMB.cxx b/stella/src/emucore/CartMB.cxx index aeb265ac1..acfb41dab 100644 --- a/stella/src/emucore/CartMB.cxx +++ b/stella/src/emucore/CartMB.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartMB.cxx,v 1.9 2006-12-08 16:49:22 stephena Exp $ +// $Id: CartMB.cxx,v 1.10 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartMB.hxx b/stella/src/emucore/CartMB.hxx index 5e75a576e..1268da21d 100644 --- a/stella/src/emucore/CartMB.hxx +++ b/stella/src/emucore/CartMB.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartMB.hxx,v 1.6 2006-12-08 16:49:23 stephena Exp $ +// $Id: CartMB.hxx,v 1.7 2007-01-01 18:04:46 stephena Exp $ //============================================================================ #ifndef CARTRIDGEMB_HXX @@ -32,7 +32,7 @@ class Deserializer; Accessing $1FF0 switches to next bank. @author Eckhard Stolberg - @version $Id: CartMB.hxx,v 1.6 2006-12-08 16:49:23 stephena Exp $ + @version $Id: CartMB.hxx,v 1.7 2007-01-01 18:04:46 stephena Exp $ */ class CartridgeMB : public Cartridge { diff --git a/stella/src/emucore/CartMC.cxx b/stella/src/emucore/CartMC.cxx index 007056f6c..12a805e55 100644 --- a/stella/src/emucore/CartMC.cxx +++ b/stella/src/emucore/CartMC.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartMC.cxx,v 1.10 2006-12-08 16:49:23 stephena Exp $ +// $Id: CartMC.cxx,v 1.11 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartMC.hxx b/stella/src/emucore/CartMC.hxx index 2d05a0153..d257bf0f1 100644 --- a/stella/src/emucore/CartMC.hxx +++ b/stella/src/emucore/CartMC.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartMC.hxx,v 1.6 2006-12-08 16:49:23 stephena Exp $ +// $Id: CartMC.hxx,v 1.7 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #ifndef CARTRIDGEMC_HXX @@ -135,7 +135,7 @@ class Deserializer; @author Bradford W. Mott - @version $Id: CartMC.hxx,v 1.6 2006-12-08 16:49:23 stephena Exp $ + @version $Id: CartMC.hxx,v 1.7 2007-01-01 18:04:47 stephena Exp $ */ class CartridgeMC : public Cartridge { diff --git a/stella/src/emucore/CartUA.cxx b/stella/src/emucore/CartUA.cxx index d19e2a642..02efe0b60 100644 --- a/stella/src/emucore/CartUA.cxx +++ b/stella/src/emucore/CartUA.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartUA.cxx,v 1.8 2006-12-08 16:49:23 stephena Exp $ +// $Id: CartUA.cxx,v 1.9 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartUA.hxx b/stella/src/emucore/CartUA.hxx index 9e41d5b09..6b14a4186 100644 --- a/stella/src/emucore/CartUA.hxx +++ b/stella/src/emucore/CartUA.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CartUA.hxx,v 1.5 2006-12-08 16:49:23 stephena Exp $ +// $Id: CartUA.hxx,v 1.6 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #ifndef CARTRIDGEUA_HXX @@ -32,7 +32,7 @@ class Deserializer; are two 4K banks. @author Bradford W. Mott - @version $Id: CartUA.hxx,v 1.5 2006-12-08 16:49:23 stephena Exp $ + @version $Id: CartUA.hxx,v 1.6 2007-01-01 18:04:47 stephena Exp $ */ class CartridgeUA : public Cartridge { diff --git a/stella/src/emucore/Console.cxx b/stella/src/emucore/Console.cxx index 590a2082a..01a2a7cb5 100644 --- a/stella/src/emucore/Console.cxx +++ b/stella/src/emucore/Console.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Console.cxx,v 1.118 2006-12-31 17:21:17 stephena Exp $ +// $Id: Console.cxx,v 1.119 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Console.hxx b/stella/src/emucore/Console.hxx index cac530ba4..b02264158 100644 --- a/stella/src/emucore/Console.hxx +++ b/stella/src/emucore/Console.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Console.hxx,v 1.57 2006-12-30 22:26:28 stephena Exp $ +// $Id: Console.hxx,v 1.58 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #ifndef CONSOLE_HXX @@ -38,7 +38,7 @@ class System; This class represents the entire game console. @author Bradford W. Mott - @version $Id: Console.hxx,v 1.57 2006-12-30 22:26:28 stephena Exp $ + @version $Id: Console.hxx,v 1.58 2007-01-01 18:04:47 stephena Exp $ */ class Console { diff --git a/stella/src/emucore/Control.cxx b/stella/src/emucore/Control.cxx index 9565327af..33160276c 100644 --- a/stella/src/emucore/Control.cxx +++ b/stella/src/emucore/Control.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Control.cxx,v 1.4 2006-12-08 16:49:23 stephena Exp $ +// $Id: Control.cxx,v 1.5 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Control.hxx b/stella/src/emucore/Control.hxx index 54dbfc26a..9d82892d4 100644 --- a/stella/src/emucore/Control.hxx +++ b/stella/src/emucore/Control.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Control.hxx,v 1.6 2006-12-08 16:49:23 stephena Exp $ +// $Id: Control.hxx,v 1.7 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #ifndef CONTROLLER_HXX @@ -55,7 +55,7 @@ class Event; of the controller from the prespective of the controller's jack. @author Bradford W. Mott - @version $Id: Control.hxx,v 1.6 2006-12-08 16:49:23 stephena Exp $ + @version $Id: Control.hxx,v 1.7 2007-01-01 18:04:47 stephena Exp $ */ class Controller { diff --git a/stella/src/emucore/Deserializer.cxx b/stella/src/emucore/Deserializer.cxx index 120d09ad9..0050e659f 100644 --- a/stella/src/emucore/Deserializer.cxx +++ b/stella/src/emucore/Deserializer.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Deserializer.cxx,v 1.11 2006-12-08 16:49:24 stephena Exp $ +// $Id: Deserializer.cxx,v 1.12 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #include "Deserializer.hxx" diff --git a/stella/src/emucore/Deserializer.hxx b/stella/src/emucore/Deserializer.hxx index efd6e5d22..410f5dfd1 100644 --- a/stella/src/emucore/Deserializer.hxx +++ b/stella/src/emucore/Deserializer.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Deserializer.hxx,v 1.10 2006-12-08 16:49:24 stephena Exp $ +// $Id: Deserializer.hxx,v 1.11 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #ifndef DESERIALIZER_HXX @@ -31,7 +31,7 @@ return. @author Stephen Anthony - @version $Id: Deserializer.hxx,v 1.10 2006-12-08 16:49:24 stephena Exp $ + @version $Id: Deserializer.hxx,v 1.11 2007-01-01 18:04:47 stephena Exp $ */ class Deserializer { diff --git a/stella/src/emucore/Driving.cxx b/stella/src/emucore/Driving.cxx index 72ece4739..211c6d6f7 100644 --- a/stella/src/emucore/Driving.cxx +++ b/stella/src/emucore/Driving.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Driving.cxx,v 1.7 2006-12-08 16:49:24 stephena Exp $ +// $Id: Driving.cxx,v 1.8 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Driving.hxx b/stella/src/emucore/Driving.hxx index 2402d7ca1..87395cf71 100644 --- a/stella/src/emucore/Driving.hxx +++ b/stella/src/emucore/Driving.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Driving.hxx,v 1.5 2006-12-08 16:49:24 stephena Exp $ +// $Id: Driving.hxx,v 1.6 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #ifndef DRIVING_HXX @@ -29,7 +29,7 @@ class System; The standard Atari 2600 Indy 500 driving controller. @author Bradford W. Mott - @version $Id: Driving.hxx,v 1.5 2006-12-08 16:49:24 stephena Exp $ + @version $Id: Driving.hxx,v 1.6 2007-01-01 18:04:47 stephena Exp $ */ class Driving : public Controller { diff --git a/stella/src/emucore/Event.cxx b/stella/src/emucore/Event.cxx index 8148b5622..4d8d5bd19 100644 --- a/stella/src/emucore/Event.cxx +++ b/stella/src/emucore/Event.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Event.cxx,v 1.10 2006-12-12 01:02:11 stephena Exp $ +// $Id: Event.cxx,v 1.11 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Event.hxx b/stella/src/emucore/Event.hxx index 8bb8080d3..ca2cf5fc7 100644 --- a/stella/src/emucore/Event.hxx +++ b/stella/src/emucore/Event.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Event.hxx,v 1.24 2006-12-30 22:26:28 stephena Exp $ +// $Id: Event.hxx,v 1.25 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #ifndef EVENT_HXX @@ -26,7 +26,7 @@ class EventStreamer; /** @author Bradford W. Mott - @version $Id: Event.hxx,v 1.24 2006-12-30 22:26:28 stephena Exp $ + @version $Id: Event.hxx,v 1.25 2007-01-01 18:04:47 stephena Exp $ */ class Event { diff --git a/stella/src/emucore/EventHandler.cxx b/stella/src/emucore/EventHandler.cxx index 1a5a373b8..3172ae463 100644 --- a/stella/src/emucore/EventHandler.cxx +++ b/stella/src/emucore/EventHandler.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: EventHandler.cxx,v 1.193 2006-12-31 23:42:04 stephena Exp $ +// $Id: EventHandler.cxx,v 1.194 2007-01-01 18:04:47 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/EventHandler.hxx b/stella/src/emucore/EventHandler.hxx index 663f8c83f..e104b69e5 100644 --- a/stella/src/emucore/EventHandler.hxx +++ b/stella/src/emucore/EventHandler.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: EventHandler.hxx,v 1.97 2006-12-30 22:26:28 stephena Exp $ +// $Id: EventHandler.hxx,v 1.98 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #ifndef EVENTHANDLER_HXX @@ -62,7 +62,7 @@ enum EventMode { mapping can take place. @author Stephen Anthony - @version $Id: EventHandler.hxx,v 1.97 2006-12-30 22:26:28 stephena Exp $ + @version $Id: EventHandler.hxx,v 1.98 2007-01-01 18:04:48 stephena Exp $ */ class EventHandler { diff --git a/stella/src/emucore/EventStreamer.cxx b/stella/src/emucore/EventStreamer.cxx index 4e4e3a4ce..7f2888104 100644 --- a/stella/src/emucore/EventStreamer.cxx +++ b/stella/src/emucore/EventStreamer.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: EventStreamer.cxx,v 1.7 2006-12-08 16:49:25 stephena Exp $ +// $Id: EventStreamer.cxx,v 1.8 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/emucore/EventStreamer.hxx b/stella/src/emucore/EventStreamer.hxx index 0a4247d6d..33a417ee5 100644 --- a/stella/src/emucore/EventStreamer.hxx +++ b/stella/src/emucore/EventStreamer.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: EventStreamer.hxx,v 1.4 2006-12-08 16:49:25 stephena Exp $ +// $Id: EventStreamer.hxx,v 1.5 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #ifndef EVENTSTREAMER_HXX @@ -48,7 +48,7 @@ class OSystem; the correct order at the correct time. @author Stephen Anthony - @version $Id: EventStreamer.hxx,v 1.4 2006-12-08 16:49:25 stephena Exp $ + @version $Id: EventStreamer.hxx,v 1.5 2007-01-01 18:04:48 stephena Exp $ */ class EventStreamer { diff --git a/stella/src/emucore/FSNode.cxx b/stella/src/emucore/FSNode.cxx index 58a6e2baa..2527e4c6d 100644 --- a/stella/src/emucore/FSNode.cxx +++ b/stella/src/emucore/FSNode.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FSNode.cxx,v 1.6 2006-12-08 16:49:25 stephena Exp $ +// $Id: FSNode.cxx,v 1.7 2007-01-01 18:04:48 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/emucore/FSNode.hxx b/stella/src/emucore/FSNode.hxx index 281dd4200..c57c69e32 100644 --- a/stella/src/emucore/FSNode.hxx +++ b/stella/src/emucore/FSNode.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FSNode.hxx,v 1.10 2006-12-08 16:49:25 stephena Exp $ +// $Id: FSNode.hxx,v 1.11 2007-01-01 18:04:48 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/emucore/FrameBuffer.cxx b/stella/src/emucore/FrameBuffer.cxx index 78170eec9..987b2a001 100644 --- a/stella/src/emucore/FrameBuffer.cxx +++ b/stella/src/emucore/FrameBuffer.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FrameBuffer.cxx,v 1.114 2006-12-30 22:26:28 stephena Exp $ +// $Id: FrameBuffer.cxx,v 1.115 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/FrameBuffer.hxx b/stella/src/emucore/FrameBuffer.hxx index 9e92e378a..218742508 100644 --- a/stella/src/emucore/FrameBuffer.hxx +++ b/stella/src/emucore/FrameBuffer.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FrameBuffer.hxx,v 1.83 2006-12-30 22:26:28 stephena Exp $ +// $Id: FrameBuffer.hxx,v 1.84 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_HXX @@ -93,7 +93,7 @@ struct Scaler { All GUI elements (ala ScummVM) are drawn here as well. @author Stephen Anthony - @version $Id: FrameBuffer.hxx,v 1.83 2006-12-30 22:26:28 stephena Exp $ + @version $Id: FrameBuffer.hxx,v 1.84 2007-01-01 18:04:48 stephena Exp $ */ class FrameBuffer { diff --git a/stella/src/emucore/Joystick.cxx b/stella/src/emucore/Joystick.cxx index 3ec1e9b7a..cc7720f43 100644 --- a/stella/src/emucore/Joystick.cxx +++ b/stella/src/emucore/Joystick.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Joystick.cxx,v 1.5 2006-12-08 16:49:26 stephena Exp $ +// $Id: Joystick.cxx,v 1.6 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Joystick.hxx b/stella/src/emucore/Joystick.hxx index f01b0e249..cf95cedc2 100644 --- a/stella/src/emucore/Joystick.hxx +++ b/stella/src/emucore/Joystick.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Joystick.hxx,v 1.5 2006-12-08 16:49:26 stephena Exp $ +// $Id: Joystick.hxx,v 1.6 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #ifndef JOYSTICK_HXX @@ -26,7 +26,7 @@ The standard Atari 2600 joystick controller. @author Bradford W. Mott - @version $Id: Joystick.hxx,v 1.5 2006-12-08 16:49:26 stephena Exp $ + @version $Id: Joystick.hxx,v 1.6 2007-01-01 18:04:48 stephena Exp $ */ class Joystick : public Controller { diff --git a/stella/src/emucore/Keyboard.cxx b/stella/src/emucore/Keyboard.cxx index 3dcf057e9..4f23a1688 100644 --- a/stella/src/emucore/Keyboard.cxx +++ b/stella/src/emucore/Keyboard.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Keyboard.cxx,v 1.5 2006-12-08 16:49:26 stephena Exp $ +// $Id: Keyboard.cxx,v 1.6 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Keyboard.hxx b/stella/src/emucore/Keyboard.hxx index ce3354c20..dc8611e72 100644 --- a/stella/src/emucore/Keyboard.hxx +++ b/stella/src/emucore/Keyboard.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Keyboard.hxx,v 1.5 2006-12-08 16:49:26 stephena Exp $ +// $Id: Keyboard.hxx,v 1.6 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #ifndef KEYBOARD_HXX @@ -26,7 +26,7 @@ The standard Atari 2600 keyboard controller @author Bradford W. Mott - @version $Id: Keyboard.hxx,v 1.5 2006-12-08 16:49:26 stephena Exp $ + @version $Id: Keyboard.hxx,v 1.6 2007-01-01 18:04:48 stephena Exp $ */ class Keyboard : public Controller { diff --git a/stella/src/emucore/M6532.cxx b/stella/src/emucore/M6532.cxx index dddcca223..ea19cf672 100644 --- a/stella/src/emucore/M6532.cxx +++ b/stella/src/emucore/M6532.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: M6532.cxx,v 1.8 2006-12-08 16:49:26 stephena Exp $ +// $Id: M6532.cxx,v 1.9 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/M6532.hxx b/stella/src/emucore/M6532.hxx index 308ce03bc..dccee3e2f 100644 --- a/stella/src/emucore/M6532.hxx +++ b/stella/src/emucore/M6532.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: M6532.hxx,v 1.4 2006-12-08 16:49:26 stephena Exp $ +// $Id: M6532.hxx,v 1.5 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #ifndef M6532_HXX @@ -31,7 +31,7 @@ class Deserializer; RIOT @author Bradford W. Mott - @version $Id: M6532.hxx,v 1.4 2006-12-08 16:49:26 stephena Exp $ + @version $Id: M6532.hxx,v 1.5 2007-01-01 18:04:48 stephena Exp $ */ class M6532 : public Device { diff --git a/stella/src/emucore/MD5.cxx b/stella/src/emucore/MD5.cxx index d43061b49..710d71684 100644 --- a/stella/src/emucore/MD5.cxx +++ b/stella/src/emucore/MD5.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 by Bradford W. Mott and the Stella team // // This file is derived from the RSA Data Security, Inc. MD5 Message-Digest // Algorithm. See the header below for copyright information. @@ -16,7 +16,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: MD5.cxx,v 1.6 2006-12-08 16:49:26 stephena Exp $ +// $Id: MD5.cxx,v 1.7 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #include "MD5.hxx" diff --git a/stella/src/emucore/MD5.hxx b/stella/src/emucore/MD5.hxx index 045c9a8aa..532668215 100644 --- a/stella/src/emucore/MD5.hxx +++ b/stella/src/emucore/MD5.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: MD5.hxx,v 1.4 2006-12-08 16:49:26 stephena Exp $ +// $Id: MD5.hxx,v 1.5 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #ifndef MD5_HXX diff --git a/stella/src/emucore/MediaFactory.cxx b/stella/src/emucore/MediaFactory.cxx index 38488084a..c96310020 100644 --- a/stella/src/emucore/MediaFactory.cxx +++ b/stella/src/emucore/MediaFactory.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: MediaFactory.cxx,v 1.6 2006-12-08 16:49:26 stephena Exp $ +// $Id: MediaFactory.cxx,v 1.7 2007-01-01 18:04:48 stephena Exp $ //============================================================================ //////////////////////////////////////////////////////////////////// diff --git a/stella/src/emucore/MediaFactory.hxx b/stella/src/emucore/MediaFactory.hxx index d9d335e4f..bc1b0755e 100644 --- a/stella/src/emucore/MediaFactory.hxx +++ b/stella/src/emucore/MediaFactory.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: MediaFactory.hxx,v 1.3 2006-12-08 16:49:26 stephena Exp $ +// $Id: MediaFactory.hxx,v 1.4 2007-01-01 18:04:48 stephena Exp $ //============================================================================ #ifndef MEDIA_FACTORY_HXX @@ -29,7 +29,7 @@ class OSystem; based on the specific port and restrictions on that port. @author Stephen Anthony - @version $Id: MediaFactory.hxx,v 1.3 2006-12-08 16:49:26 stephena Exp $ + @version $Id: MediaFactory.hxx,v 1.4 2007-01-01 18:04:48 stephena Exp $ */ class MediaFactory { diff --git a/stella/src/emucore/MediaSrc.cxx b/stella/src/emucore/MediaSrc.cxx index ab7029c6b..5216b049a 100644 --- a/stella/src/emucore/MediaSrc.cxx +++ b/stella/src/emucore/MediaSrc.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: MediaSrc.cxx,v 1.3 2006-12-08 16:49:26 stephena Exp $ +// $Id: MediaSrc.cxx,v 1.4 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/MediaSrc.hxx b/stella/src/emucore/MediaSrc.hxx index 534c60c92..3b1b57812 100644 --- a/stella/src/emucore/MediaSrc.hxx +++ b/stella/src/emucore/MediaSrc.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: MediaSrc.hxx,v 1.16 2006-12-15 16:42:57 stephena Exp $ +// $Id: MediaSrc.hxx,v 1.17 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #ifndef MEDIASOURCE_HXX @@ -30,7 +30,7 @@ class Sound; This class provides an interface for accessing graphics and audio data. @author Bradford W. Mott - @version $Id: MediaSrc.hxx,v 1.16 2006-12-15 16:42:57 stephena Exp $ + @version $Id: MediaSrc.hxx,v 1.17 2007-01-01 18:04:49 stephena Exp $ */ class MediaSource { diff --git a/stella/src/emucore/OSystem.cxx b/stella/src/emucore/OSystem.cxx index 9afdb1bc1..bb5378c9c 100644 --- a/stella/src/emucore/OSystem.cxx +++ b/stella/src/emucore/OSystem.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OSystem.cxx,v 1.89 2006-12-31 23:20:13 stephena Exp $ +// $Id: OSystem.cxx,v 1.90 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/OSystem.hxx b/stella/src/emucore/OSystem.hxx index fdca7b836..53c7e316a 100644 --- a/stella/src/emucore/OSystem.hxx +++ b/stella/src/emucore/OSystem.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OSystem.hxx,v 1.50 2006-12-30 22:26:28 stephena Exp $ +// $Id: OSystem.hxx,v 1.51 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #ifndef OSYSTEM_HXX @@ -45,7 +45,7 @@ class VideoDialog; other objects belong. @author Stephen Anthony - @version $Id: OSystem.hxx,v 1.50 2006-12-30 22:26:28 stephena Exp $ + @version $Id: OSystem.hxx,v 1.51 2007-01-01 18:04:49 stephena Exp $ */ class OSystem { diff --git a/stella/src/emucore/Paddles.cxx b/stella/src/emucore/Paddles.cxx index 2a1453064..f6bd8f416 100644 --- a/stella/src/emucore/Paddles.cxx +++ b/stella/src/emucore/Paddles.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Paddles.cxx,v 1.6 2006-12-09 00:25:19 stephena Exp $ +// $Id: Paddles.cxx,v 1.7 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Paddles.hxx b/stella/src/emucore/Paddles.hxx index 2f1d2c83b..6cf11c785 100644 --- a/stella/src/emucore/Paddles.hxx +++ b/stella/src/emucore/Paddles.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Paddles.hxx,v 1.6 2006-12-09 00:25:20 stephena Exp $ +// $Id: Paddles.hxx,v 1.7 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #ifndef PADDLES_HXX @@ -26,7 +26,7 @@ The standard Atari 2600 pair of paddle controllers. @author Bradford W. Mott - @version $Id: Paddles.hxx,v 1.6 2006-12-09 00:25:20 stephena Exp $ + @version $Id: Paddles.hxx,v 1.7 2007-01-01 18:04:49 stephena Exp $ */ class Paddles : public Controller { diff --git a/stella/src/emucore/Props.cxx b/stella/src/emucore/Props.cxx index f66fff304..4552211c5 100644 --- a/stella/src/emucore/Props.cxx +++ b/stella/src/emucore/Props.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Props.cxx,v 1.18 2006-12-26 00:39:44 stephena Exp $ +// $Id: Props.cxx,v 1.19 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Props.hxx b/stella/src/emucore/Props.hxx index 4abea1eb7..598a1d69d 100644 --- a/stella/src/emucore/Props.hxx +++ b/stella/src/emucore/Props.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Props.hxx,v 1.13 2006-12-09 00:25:20 stephena Exp $ +// $Id: Props.hxx,v 1.14 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #ifndef PROPERTIES_HXX @@ -57,7 +57,7 @@ enum PropertyType { if the property key is not found in the original property list. @author Bradford W. Mott - @version $Id: Props.hxx,v 1.13 2006-12-09 00:25:20 stephena Exp $ + @version $Id: Props.hxx,v 1.14 2007-01-01 18:04:49 stephena Exp $ */ class Properties { diff --git a/stella/src/emucore/PropsSet.cxx b/stella/src/emucore/PropsSet.cxx index a7a7c5751..3018e33f1 100644 --- a/stella/src/emucore/PropsSet.cxx +++ b/stella/src/emucore/PropsSet.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: PropsSet.cxx,v 1.30 2006-12-28 20:40:00 stephena Exp $ +// $Id: PropsSet.cxx,v 1.31 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/PropsSet.hxx b/stella/src/emucore/PropsSet.hxx index 421198e5e..b84401aaf 100644 --- a/stella/src/emucore/PropsSet.hxx +++ b/stella/src/emucore/PropsSet.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: PropsSet.hxx,v 1.17 2006-12-13 17:09:10 stephena Exp $ +// $Id: PropsSet.hxx,v 1.18 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #ifndef PROPERTIES_SET_HXX diff --git a/stella/src/emucore/Random.cxx b/stella/src/emucore/Random.cxx index a4802394c..f67be77be 100644 --- a/stella/src/emucore/Random.cxx +++ b/stella/src/emucore/Random.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Random.cxx,v 1.3 2006-12-08 16:49:27 stephena Exp $ +// $Id: Random.cxx,v 1.4 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Random.hxx b/stella/src/emucore/Random.hxx index 88c00a46c..ca1590fc6 100644 --- a/stella/src/emucore/Random.hxx +++ b/stella/src/emucore/Random.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Random.hxx,v 1.3 2006-12-08 16:49:27 stephena Exp $ +// $Id: Random.hxx,v 1.4 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #ifndef RANDOM_HXX @@ -27,7 +27,7 @@ linear congruential generator. @author Bradford W. Mott - @version $Id: Random.hxx,v 1.3 2006-12-08 16:49:27 stephena Exp $ + @version $Id: Random.hxx,v 1.4 2007-01-01 18:04:49 stephena Exp $ */ class Random { diff --git a/stella/src/emucore/Serializer.cxx b/stella/src/emucore/Serializer.cxx index a8df10612..656e3b1a5 100644 --- a/stella/src/emucore/Serializer.cxx +++ b/stella/src/emucore/Serializer.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Serializer.cxx,v 1.10 2006-12-08 16:49:27 stephena Exp $ +// $Id: Serializer.cxx,v 1.11 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #include "Serializer.hxx" diff --git a/stella/src/emucore/Serializer.hxx b/stella/src/emucore/Serializer.hxx index 24e91764c..baa47fe0b 100644 --- a/stella/src/emucore/Serializer.hxx +++ b/stella/src/emucore/Serializer.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Serializer.hxx,v 1.11 2006-12-08 16:49:28 stephena Exp $ +// $Id: Serializer.hxx,v 1.12 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #ifndef SERIALIZER_HXX @@ -32,7 +32,7 @@ Boolean values are written using a special pattern. @author Stephen Anthony - @version $Id: Serializer.hxx,v 1.11 2006-12-08 16:49:28 stephena Exp $ + @version $Id: Serializer.hxx,v 1.12 2007-01-01 18:04:49 stephena Exp $ */ class Serializer { diff --git a/stella/src/emucore/Settings.cxx b/stella/src/emucore/Settings.cxx index 6b92d079f..37ff5547b 100644 --- a/stella/src/emucore/Settings.cxx +++ b/stella/src/emucore/Settings.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Settings.cxx,v 1.111 2006-12-31 23:20:13 stephena Exp $ +// $Id: Settings.cxx,v 1.112 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Settings.hxx b/stella/src/emucore/Settings.hxx index 383cea84f..529d1ed9b 100644 --- a/stella/src/emucore/Settings.hxx +++ b/stella/src/emucore/Settings.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Settings.hxx,v 1.30 2006-12-15 20:22:29 stephena Exp $ +// $Id: Settings.hxx,v 1.31 2007-01-01 18:04:49 stephena Exp $ //============================================================================ #ifndef SETTINGS_HXX @@ -28,7 +28,7 @@ class OSystem; This class provides an interface for accessing frontend specific settings. @author Stephen Anthony - @version $Id: Settings.hxx,v 1.30 2006-12-15 20:22:29 stephena Exp $ + @version $Id: Settings.hxx,v 1.31 2007-01-01 18:04:49 stephena Exp $ */ class Settings { diff --git a/stella/src/emucore/Sound.hxx b/stella/src/emucore/Sound.hxx index 73060857a..8bd4e1038 100644 --- a/stella/src/emucore/Sound.hxx +++ b/stella/src/emucore/Sound.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Sound.hxx,v 1.22 2006-12-08 16:49:28 stephena Exp $ +// $Id: Sound.hxx,v 1.23 2007-01-01 18:04:50 stephena Exp $ //============================================================================ #ifndef SOUND_HXX @@ -30,7 +30,7 @@ class Deserializer; It has no functionality whatsoever. @author Stephen Anthony - @version $Id: Sound.hxx,v 1.22 2006-12-08 16:49:28 stephena Exp $ + @version $Id: Sound.hxx,v 1.23 2007-01-01 18:04:50 stephena Exp $ */ class Sound { diff --git a/stella/src/emucore/SpeakJet.cxx b/stella/src/emucore/SpeakJet.cxx index 6ba2a1e41..da6a3fb31 100644 --- a/stella/src/emucore/SpeakJet.cxx +++ b/stella/src/emucore/SpeakJet.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: SpeakJet.cxx,v 1.5 2006-12-08 16:49:28 stephena Exp $ +// $Id: SpeakJet.cxx,v 1.6 2007-01-01 18:04:50 stephena Exp $ //============================================================================ #ifdef ATARIVOX_SUPPORT diff --git a/stella/src/emucore/SpeakJet.hxx b/stella/src/emucore/SpeakJet.hxx index 2233d6912..659048c56 100644 --- a/stella/src/emucore/SpeakJet.hxx +++ b/stella/src/emucore/SpeakJet.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: SpeakJet.hxx,v 1.6 2006-12-08 16:49:28 stephena Exp $ +// $Id: SpeakJet.hxx,v 1.7 2007-01-01 18:04:50 stephena Exp $ //============================================================================ #ifdef ATARIVOX_SUPPORT @@ -77,7 +77,7 @@ anyway). @author B. Watson - @version $Id: SpeakJet.hxx,v 1.6 2006-12-08 16:49:28 stephena Exp $ + @version $Id: SpeakJet.hxx,v 1.7 2007-01-01 18:04:50 stephena Exp $ */ #include "bspf.hxx" diff --git a/stella/src/emucore/Switches.cxx b/stella/src/emucore/Switches.cxx index b965e7ca0..3720fe3f1 100644 --- a/stella/src/emucore/Switches.cxx +++ b/stella/src/emucore/Switches.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Switches.cxx,v 1.6 2006-12-08 16:49:28 stephena Exp $ +// $Id: Switches.cxx,v 1.7 2007-01-01 18:04:50 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Switches.hxx b/stella/src/emucore/Switches.hxx index a0b769f98..730bd21ef 100644 --- a/stella/src/emucore/Switches.hxx +++ b/stella/src/emucore/Switches.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Switches.hxx,v 1.3 2006-12-08 16:49:28 stephena Exp $ +// $Id: Switches.hxx,v 1.4 2007-01-01 18:04:50 stephena Exp $ //============================================================================ #ifndef SWITCHES_HXX @@ -29,7 +29,7 @@ class Switches; This class represents the console switches of the game console. @author Bradford W. Mott - @version $Id: Switches.hxx,v 1.3 2006-12-08 16:49:28 stephena Exp $ + @version $Id: Switches.hxx,v 1.4 2007-01-01 18:04:50 stephena Exp $ */ class Switches { diff --git a/stella/src/emucore/TIA.cxx b/stella/src/emucore/TIA.cxx index f0bb4ed63..357b97477 100644 --- a/stella/src/emucore/TIA.cxx +++ b/stella/src/emucore/TIA.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TIA.cxx,v 1.75 2006-12-26 00:39:44 stephena Exp $ +// $Id: TIA.cxx,v 1.76 2007-01-01 18:04:50 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/TIA.hxx b/stella/src/emucore/TIA.hxx index ad7968a82..cbb172707 100644 --- a/stella/src/emucore/TIA.hxx +++ b/stella/src/emucore/TIA.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TIA.hxx,v 1.38 2006-12-15 16:43:03 stephena Exp $ +// $Id: TIA.hxx,v 1.39 2007-01-01 18:04:50 stephena Exp $ //============================================================================ #ifndef TIA_HXX @@ -42,7 +42,7 @@ class Settings; be displayed on screen. @author Bradford W. Mott - @version $Id: TIA.hxx,v 1.38 2006-12-15 16:43:03 stephena Exp $ + @version $Id: TIA.hxx,v 1.39 2007-01-01 18:04:50 stephena Exp $ */ class TIA : public Device , public MediaSource { diff --git a/stella/src/emucore/TIASnd.cxx b/stella/src/emucore/TIASnd.cxx index ab15c8e26..0d9ce26fe 100644 --- a/stella/src/emucore/TIASnd.cxx +++ b/stella/src/emucore/TIASnd.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott +// Copyright (c) 1995-2007 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: TIASnd.cxx,v 1.5 2006-12-08 16:49:28 stephena Exp $ +// $Id: TIASnd.cxx,v 1.6 2007-01-01 18:04:50 stephena Exp $ //============================================================================ #include "System.hxx" diff --git a/stella/src/emucore/TIASnd.hxx b/stella/src/emucore/TIASnd.hxx index bbe47d0c3..b5ceab116 100644 --- a/stella/src/emucore/TIASnd.hxx +++ b/stella/src/emucore/TIASnd.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott +// Copyright (c) 1995-2007 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: TIASnd.hxx,v 1.5 2006-12-08 16:49:29 stephena Exp $ +// $Id: TIASnd.hxx,v 1.6 2007-01-01 18:04:50 stephena Exp $ //============================================================================ #ifndef TIASOUND_HXX @@ -26,7 +26,7 @@ hardware. @author Bradford W. Mott - @version $Id: TIASnd.hxx,v 1.5 2006-12-08 16:49:29 stephena Exp $ + @version $Id: TIASnd.hxx,v 1.6 2007-01-01 18:04:50 stephena Exp $ */ class TIASound { diff --git a/stella/src/emucore/m6502/src/Device.cxx b/stella/src/emucore/m6502/src/Device.cxx index 77c99b89d..23b6a22e4 100644 --- a/stella/src/emucore/m6502/src/Device.cxx +++ b/stella/src/emucore/m6502/src/Device.cxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Device.cxx,v 1.3 2006-12-08 16:49:29 stephena Exp $ +// $Id: Device.cxx,v 1.4 2007-01-01 18:04:50 stephena Exp $ //============================================================================ #include "Device.hxx" diff --git a/stella/src/emucore/m6502/src/Device.hxx b/stella/src/emucore/m6502/src/Device.hxx index fbb56f032..489951ffd 100644 --- a/stella/src/emucore/m6502/src/Device.hxx +++ b/stella/src/emucore/m6502/src/Device.hxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Device.hxx,v 1.4 2006-12-08 16:49:29 stephena Exp $ +// $Id: Device.hxx,v 1.5 2007-01-01 18:04:50 stephena Exp $ //============================================================================ #ifndef DEVICE_HXX @@ -30,7 +30,7 @@ class Deserializer; based system. @author Bradford W. Mott - @version $Id: Device.hxx,v 1.4 2006-12-08 16:49:29 stephena Exp $ + @version $Id: Device.hxx,v 1.5 2007-01-01 18:04:50 stephena Exp $ */ class Device { diff --git a/stella/src/emucore/m6502/src/M6502.cxx b/stella/src/emucore/m6502/src/M6502.cxx index 82c4891f0..cbfb19870 100644 --- a/stella/src/emucore/m6502/src/M6502.cxx +++ b/stella/src/emucore/m6502/src/M6502.cxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: M6502.cxx,v 1.20 2006-12-15 16:43:03 stephena Exp $ +// $Id: M6502.cxx,v 1.21 2007-01-01 18:04:50 stephena Exp $ //============================================================================ #include "M6502.hxx" diff --git a/stella/src/emucore/m6502/src/M6502.hxx b/stella/src/emucore/m6502/src/M6502.hxx index 2db019daa..2a1578c6a 100644 --- a/stella/src/emucore/m6502/src/M6502.hxx +++ b/stella/src/emucore/m6502/src/M6502.hxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: M6502.hxx,v 1.19 2006-12-15 16:43:03 stephena Exp $ +// $Id: M6502.hxx,v 1.20 2007-01-01 18:04:51 stephena Exp $ //============================================================================ #ifndef M6502_HXX @@ -41,7 +41,7 @@ typedef Common::Array ExpressionList; has a 64K addressing space. @author Bradford W. Mott - @version $Id: M6502.hxx,v 1.19 2006-12-15 16:43:03 stephena Exp $ + @version $Id: M6502.hxx,v 1.20 2007-01-01 18:04:51 stephena Exp $ */ class M6502 { diff --git a/stella/src/emucore/m6502/src/M6502Hi.cxx b/stella/src/emucore/m6502/src/M6502Hi.cxx index 37e4c05bc..fcc599439 100644 --- a/stella/src/emucore/m6502/src/M6502Hi.cxx +++ b/stella/src/emucore/m6502/src/M6502Hi.cxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: M6502Hi.cxx,v 1.18 2006-12-15 16:43:07 stephena Exp $ +// $Id: M6502Hi.cxx,v 1.19 2007-01-01 18:04:51 stephena Exp $ //============================================================================ #include "M6502Hi.hxx" diff --git a/stella/src/emucore/m6502/src/M6502Hi.hxx b/stella/src/emucore/m6502/src/M6502Hi.hxx index 2b95e9e67..89cd1363c 100644 --- a/stella/src/emucore/m6502/src/M6502Hi.hxx +++ b/stella/src/emucore/m6502/src/M6502Hi.hxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: M6502Hi.hxx,v 1.4 2006-12-08 16:49:30 stephena Exp $ +// $Id: M6502Hi.hxx,v 1.5 2007-01-01 18:04:51 stephena Exp $ //============================================================================ #ifndef M6502HIGH_HXX @@ -35,7 +35,7 @@ class Deserializer; effects and for games which are very time sensitive. @author Bradford W. Mott - @version $Id: M6502Hi.hxx,v 1.4 2006-12-08 16:49:30 stephena Exp $ + @version $Id: M6502Hi.hxx,v 1.5 2007-01-01 18:04:51 stephena Exp $ */ class M6502High : public M6502 { diff --git a/stella/src/emucore/m6502/src/M6502Low.cxx b/stella/src/emucore/m6502/src/M6502Low.cxx index 2a3d0f77b..2f69d8e5f 100644 --- a/stella/src/emucore/m6502/src/M6502Low.cxx +++ b/stella/src/emucore/m6502/src/M6502Low.cxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: M6502Low.cxx,v 1.11 2006-12-15 16:43:08 stephena Exp $ +// $Id: M6502Low.cxx,v 1.12 2007-01-01 18:04:51 stephena Exp $ //============================================================================ #include "M6502Low.hxx" diff --git a/stella/src/emucore/m6502/src/M6502Low.hxx b/stella/src/emucore/m6502/src/M6502Low.hxx index 2db4f9188..f69b8e287 100644 --- a/stella/src/emucore/m6502/src/M6502Low.hxx +++ b/stella/src/emucore/m6502/src/M6502Low.hxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: M6502Low.hxx,v 1.6 2006-12-08 16:49:30 stephena Exp $ +// $Id: M6502Low.hxx,v 1.7 2007-01-01 18:04:51 stephena Exp $ //============================================================================ #ifndef M6502LOW_HXX @@ -41,7 +41,7 @@ class Deserializer; better compatibility is neccessary use one of the other 6502 classes. @author Bradford W. Mott - @version $Id: M6502Low.hxx,v 1.6 2006-12-08 16:49:30 stephena Exp $ + @version $Id: M6502Low.hxx,v 1.7 2007-01-01 18:04:51 stephena Exp $ */ class M6502Low : public M6502 { diff --git a/stella/src/emucore/m6502/src/NullDev.cxx b/stella/src/emucore/m6502/src/NullDev.cxx index 12142b2ef..7ece11def 100644 --- a/stella/src/emucore/m6502/src/NullDev.cxx +++ b/stella/src/emucore/m6502/src/NullDev.cxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: NullDev.cxx,v 1.4 2006-12-08 16:49:30 stephena Exp $ +// $Id: NullDev.cxx,v 1.5 2007-01-01 18:04:51 stephena Exp $ //============================================================================ #include "NullDev.hxx" diff --git a/stella/src/emucore/m6502/src/NullDev.hxx b/stella/src/emucore/m6502/src/NullDev.hxx index 7b2e8e5d7..e8ff934dc 100644 --- a/stella/src/emucore/m6502/src/NullDev.hxx +++ b/stella/src/emucore/m6502/src/NullDev.hxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: NullDev.hxx,v 1.4 2006-12-08 16:49:30 stephena Exp $ +// $Id: NullDev.hxx,v 1.5 2007-01-01 18:04:51 stephena Exp $ //============================================================================ #ifndef NULLDEVICE_HXX @@ -32,7 +32,7 @@ class Deserializer; holes in the address space (i.e. no real device attached). @author Bradford W. Mott - @version $Id: NullDev.hxx,v 1.4 2006-12-08 16:49:30 stephena Exp $ + @version $Id: NullDev.hxx,v 1.5 2007-01-01 18:04:51 stephena Exp $ */ class NullDevice : public Device { diff --git a/stella/src/emucore/m6502/src/System.cxx b/stella/src/emucore/m6502/src/System.cxx index 6ae248547..83286f817 100644 --- a/stella/src/emucore/m6502/src/System.cxx +++ b/stella/src/emucore/m6502/src/System.cxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: System.cxx,v 1.20 2006-12-15 16:43:11 stephena Exp $ +// $Id: System.cxx,v 1.21 2007-01-01 18:04:51 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/m6502/src/System.hxx b/stella/src/emucore/m6502/src/System.hxx index e7ea2b494..fad07a292 100644 --- a/stella/src/emucore/m6502/src/System.hxx +++ b/stella/src/emucore/m6502/src/System.hxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: System.hxx,v 1.15 2006-12-08 16:49:30 stephena Exp $ +// $Id: System.hxx,v 1.16 2007-01-01 18:04:51 stephena Exp $ //============================================================================ #ifndef SYSTEM_HXX @@ -47,7 +47,7 @@ class Deserializer; dynamic code for that page of memory. @author Bradford W. Mott - @version $Id: System.hxx,v 1.15 2006-12-08 16:49:30 stephena Exp $ + @version $Id: System.hxx,v 1.16 2007-01-01 18:04:51 stephena Exp $ */ class System { diff --git a/stella/src/gp2x/FSNodeGP2X.cxx b/stella/src/gp2x/FSNodeGP2X.cxx index 3900d048c..b5781577d 100644 --- a/stella/src/gp2x/FSNodeGP2X.cxx +++ b/stella/src/gp2x/FSNodeGP2X.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FSNodeGP2X.cxx,v 1.3 2006-12-08 16:49:31 stephena Exp $ +// $Id: FSNodeGP2X.cxx,v 1.4 2007-01-01 18:04:51 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gp2x/FrameBufferGP2X.cxx b/stella/src/gp2x/FrameBufferGP2X.cxx index 8e75990e6..d8f46e129 100644 --- a/stella/src/gp2x/FrameBufferGP2X.cxx +++ b/stella/src/gp2x/FrameBufferGP2X.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FrameBufferGP2X.cxx,v 1.19 2006-12-29 18:19:50 stephena Exp $ +// $Id: FrameBufferGP2X.cxx,v 1.20 2007-01-01 18:04:51 stephena Exp $ //============================================================================ #include diff --git a/stella/src/gp2x/FrameBufferGP2X.hxx b/stella/src/gp2x/FrameBufferGP2X.hxx index 39c27a4e2..a6ed20a68 100644 --- a/stella/src/gp2x/FrameBufferGP2X.hxx +++ b/stella/src/gp2x/FrameBufferGP2X.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FrameBufferGP2X.hxx,v 1.9 2006-12-26 23:53:27 stephena Exp $ +// $Id: FrameBufferGP2X.hxx,v 1.10 2007-01-01 18:04:51 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_GP2X_HXX @@ -32,7 +32,7 @@ class GUI::Font; This class implements an SDL hardware framebuffer for the GP2X device. @author Stephen Anthony - @version $Id: FrameBufferGP2X.hxx,v 1.9 2006-12-26 23:53:27 stephena Exp $ + @version $Id: FrameBufferGP2X.hxx,v 1.10 2007-01-01 18:04:51 stephena Exp $ */ class FrameBufferGP2X : public FrameBuffer { diff --git a/stella/src/gp2x/OSystemGP2X.cxx b/stella/src/gp2x/OSystemGP2X.cxx index 395240266..789b32cea 100644 --- a/stella/src/gp2x/OSystemGP2X.cxx +++ b/stella/src/gp2x/OSystemGP2X.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OSystemGP2X.cxx,v 1.24 2006-12-30 22:26:28 stephena Exp $ +// $Id: OSystemGP2X.cxx,v 1.25 2007-01-01 18:04:51 stephena Exp $ // Modified on 2006/01/06 by Alex Zaballa for use on GP2X //============================================================================ diff --git a/stella/src/gp2x/OSystemGP2X.hxx b/stella/src/gp2x/OSystemGP2X.hxx index 8e251c294..9eceff0b8 100644 --- a/stella/src/gp2x/OSystemGP2X.hxx +++ b/stella/src/gp2x/OSystemGP2X.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OSystemGP2X.hxx,v 1.9 2006-12-28 18:31:26 stephena Exp $ +// $Id: OSystemGP2X.hxx,v 1.10 2007-01-01 18:04:51 stephena Exp $ // Modified by Alex Zaballa on 2006/01/04 for use on GP2X //============================================================================ diff --git a/stella/src/gp2x/SettingsGP2X.cxx b/stella/src/gp2x/SettingsGP2X.cxx index 1da603a94..0f30713e2 100644 --- a/stella/src/gp2x/SettingsGP2X.cxx +++ b/stella/src/gp2x/SettingsGP2X.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: SettingsGP2X.cxx,v 1.24 2006-12-31 23:20:13 stephena Exp $ +// $Id: SettingsGP2X.cxx,v 1.25 2007-01-01 18:04:51 stephena Exp $ // Modified on 2006/02/05 by Alex Zaballa for use on GP2X //============================================================================ diff --git a/stella/src/gp2x/SettingsGP2X.hxx b/stella/src/gp2x/SettingsGP2X.hxx index fc859d6d0..1c74e5acb 100644 --- a/stella/src/gp2x/SettingsGP2X.hxx +++ b/stella/src/gp2x/SettingsGP2X.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: SettingsGP2X.hxx,v 1.2 2006-12-08 16:49:31 stephena Exp $ +// $Id: SettingsGP2X.hxx,v 1.3 2007-01-01 18:04:51 stephena Exp $ // Modified by Alex Zaballa on 2006/01/04 for use on GP2X //============================================================================ diff --git a/stella/src/gui/AboutDialog.cxx b/stella/src/gui/AboutDialog.cxx index 544553a0d..b29e31026 100644 --- a/stella/src/gui/AboutDialog.cxx +++ b/stella/src/gui/AboutDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: AboutDialog.cxx,v 1.17 2006-12-31 23:42:04 stephena Exp $ +// $Id: AboutDialog.cxx,v 1.18 2007-01-01 18:04:51 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/AboutDialog.hxx b/stella/src/gui/AboutDialog.hxx index e17866235..70f616869 100644 --- a/stella/src/gui/AboutDialog.hxx +++ b/stella/src/gui/AboutDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: AboutDialog.hxx,v 1.5 2006-12-08 16:49:31 stephena Exp $ +// $Id: AboutDialog.hxx,v 1.6 2007-01-01 18:04:51 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/AudioDialog.cxx b/stella/src/gui/AudioDialog.cxx index a3ca54d2b..22d9bd2d7 100644 --- a/stella/src/gui/AudioDialog.cxx +++ b/stella/src/gui/AudioDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: AudioDialog.cxx,v 1.23 2006-12-30 22:26:28 stephena Exp $ +// $Id: AudioDialog.cxx,v 1.24 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/AudioDialog.hxx b/stella/src/gui/AudioDialog.hxx index 1ef336a07..b950be1bf 100644 --- a/stella/src/gui/AudioDialog.hxx +++ b/stella/src/gui/AudioDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: AudioDialog.hxx,v 1.10 2006-12-30 22:26:28 stephena Exp $ +// $Id: AudioDialog.hxx,v 1.11 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/BrowserDialog.cxx b/stella/src/gui/BrowserDialog.cxx index fa6c5e3a3..23de3dd6c 100644 --- a/stella/src/gui/BrowserDialog.cxx +++ b/stella/src/gui/BrowserDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: BrowserDialog.cxx,v 1.23 2006-12-10 17:04:34 stephena Exp $ +// $Id: BrowserDialog.cxx,v 1.24 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/BrowserDialog.hxx b/stella/src/gui/BrowserDialog.hxx index e96e7a8f1..06a8e97ed 100644 --- a/stella/src/gui/BrowserDialog.hxx +++ b/stella/src/gui/BrowserDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: BrowserDialog.hxx,v 1.10 2006-12-10 17:04:34 stephena Exp $ +// $Id: BrowserDialog.hxx,v 1.11 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/CheckListWidget.cxx b/stella/src/gui/CheckListWidget.cxx index b507c45e2..ea4d2b2ac 100644 --- a/stella/src/gui/CheckListWidget.cxx +++ b/stella/src/gui/CheckListWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CheckListWidget.cxx,v 1.12 2006-12-08 16:49:32 stephena Exp $ +// $Id: CheckListWidget.cxx,v 1.13 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/CheckListWidget.hxx b/stella/src/gui/CheckListWidget.hxx index fdb185853..40f35ab79 100644 --- a/stella/src/gui/CheckListWidget.hxx +++ b/stella/src/gui/CheckListWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CheckListWidget.hxx,v 1.10 2006-12-08 16:49:32 stephena Exp $ +// $Id: CheckListWidget.hxx,v 1.11 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Command.hxx b/stella/src/gui/Command.hxx index 9fca3979b..d8448ecc6 100644 --- a/stella/src/gui/Command.hxx +++ b/stella/src/gui/Command.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Command.hxx,v 1.6 2006-12-08 16:49:32 stephena Exp $ +// $Id: Command.hxx,v 1.7 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -28,7 +28,7 @@ Allows base GUI objects to send and receive commands. @author Stephen Anthony - @version $Id: Command.hxx,v 1.6 2006-12-08 16:49:32 stephena Exp $ + @version $Id: Command.hxx,v 1.7 2007-01-01 18:04:52 stephena Exp $ */ class CommandReceiver; class CommandSender; diff --git a/stella/src/gui/CommandDialog.cxx b/stella/src/gui/CommandDialog.cxx index 8c45d680e..5f1870363 100644 --- a/stella/src/gui/CommandDialog.cxx +++ b/stella/src/gui/CommandDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CommandDialog.cxx,v 1.12 2006-12-31 23:42:04 stephena Exp $ +// $Id: CommandDialog.cxx,v 1.13 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/CommandDialog.hxx b/stella/src/gui/CommandDialog.hxx index 6e8521e39..aab902b0e 100644 --- a/stella/src/gui/CommandDialog.hxx +++ b/stella/src/gui/CommandDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CommandDialog.hxx,v 1.6 2006-12-08 16:49:32 stephena Exp $ +// $Id: CommandDialog.hxx,v 1.7 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/CommandMenu.cxx b/stella/src/gui/CommandMenu.cxx index 9c5e6b3c5..cd923f7c6 100644 --- a/stella/src/gui/CommandMenu.cxx +++ b/stella/src/gui/CommandMenu.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CommandMenu.cxx,v 1.5 2006-12-30 22:26:28 stephena Exp $ +// $Id: CommandMenu.cxx,v 1.6 2007-01-01 18:04:52 stephena Exp $ //============================================================================ #include "Dialog.hxx" diff --git a/stella/src/gui/CommandMenu.hxx b/stella/src/gui/CommandMenu.hxx index e29282840..13c5cba77 100644 --- a/stella/src/gui/CommandMenu.hxx +++ b/stella/src/gui/CommandMenu.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: CommandMenu.hxx,v 1.3 2006-12-30 22:26:28 stephena Exp $ +// $Id: CommandMenu.hxx,v 1.4 2007-01-01 18:04:52 stephena Exp $ //============================================================================ #ifndef COMMAND_MENU_HXX @@ -28,7 +28,7 @@ class OSystem; The base dialog for common commands in Stella. @author Stephen Anthony - @version $Id: CommandMenu.hxx,v 1.3 2006-12-30 22:26:28 stephena Exp $ + @version $Id: CommandMenu.hxx,v 1.4 2007-01-01 18:04:52 stephena Exp $ */ class CommandMenu : public DialogContainer { diff --git a/stella/src/gui/ConsoleFont.hxx b/stella/src/gui/ConsoleFont.hxx index f926f7ada..164168b2a 100644 --- a/stella/src/gui/ConsoleFont.hxx +++ b/stella/src/gui/ConsoleFont.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ConsoleFont.hxx,v 1.5 2006-12-08 16:49:33 stephena Exp $ +// $Id: ConsoleFont.hxx,v 1.6 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Dialog.cxx b/stella/src/gui/Dialog.cxx index 5bd8a8916..200fe6d86 100644 --- a/stella/src/gui/Dialog.cxx +++ b/stella/src/gui/Dialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Dialog.cxx,v 1.52 2006-12-30 22:26:29 stephena Exp $ +// $Id: Dialog.cxx,v 1.53 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Dialog.hxx b/stella/src/gui/Dialog.hxx index 82864ce6e..0ee87d020 100644 --- a/stella/src/gui/Dialog.hxx +++ b/stella/src/gui/Dialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Dialog.hxx,v 1.33 2006-12-30 22:26:29 stephena Exp $ +// $Id: Dialog.hxx,v 1.34 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -36,7 +36,7 @@ class TabWidget; This is the base class for all dialog boxes. @author Stephen Anthony - @version $Id: Dialog.hxx,v 1.33 2006-12-30 22:26:29 stephena Exp $ + @version $Id: Dialog.hxx,v 1.34 2007-01-01 18:04:52 stephena Exp $ */ class Dialog : public GuiObject { diff --git a/stella/src/gui/DialogContainer.cxx b/stella/src/gui/DialogContainer.cxx index adb39591e..1123a897b 100644 --- a/stella/src/gui/DialogContainer.cxx +++ b/stella/src/gui/DialogContainer.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: DialogContainer.cxx,v 1.35 2006-12-30 22:26:29 stephena Exp $ +// $Id: DialogContainer.cxx,v 1.36 2007-01-01 18:04:52 stephena Exp $ //============================================================================ #include "OSystem.hxx" diff --git a/stella/src/gui/DialogContainer.hxx b/stella/src/gui/DialogContainer.hxx index d99e40aae..d87cfb08d 100644 --- a/stella/src/gui/DialogContainer.hxx +++ b/stella/src/gui/DialogContainer.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: DialogContainer.hxx,v 1.20 2006-12-30 22:26:29 stephena Exp $ +// $Id: DialogContainer.hxx,v 1.21 2007-01-01 18:04:52 stephena Exp $ //============================================================================ #ifndef DIALOG_CONTAINER_HXX @@ -36,7 +36,7 @@ class OSystem; a stack, and handles their events. @author Stephen Anthony - @version $Id: DialogContainer.hxx,v 1.20 2006-12-30 22:26:29 stephena Exp $ + @version $Id: DialogContainer.hxx,v 1.21 2007-01-01 18:04:52 stephena Exp $ */ class DialogContainer { diff --git a/stella/src/gui/EditTextWidget.cxx b/stella/src/gui/EditTextWidget.cxx index d8bbe0904..5e752f14d 100644 --- a/stella/src/gui/EditTextWidget.cxx +++ b/stella/src/gui/EditTextWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: EditTextWidget.cxx,v 1.16 2006-12-08 16:49:33 stephena Exp $ +// $Id: EditTextWidget.cxx,v 1.17 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/EditTextWidget.hxx b/stella/src/gui/EditTextWidget.hxx index 3a49e340b..6f4132b11 100644 --- a/stella/src/gui/EditTextWidget.hxx +++ b/stella/src/gui/EditTextWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: EditTextWidget.hxx,v 1.6 2006-12-08 16:49:33 stephena Exp $ +// $Id: EditTextWidget.hxx,v 1.7 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/EditableWidget.cxx b/stella/src/gui/EditableWidget.cxx index 485eec38c..bce58213e 100644 --- a/stella/src/gui/EditableWidget.cxx +++ b/stella/src/gui/EditableWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: EditableWidget.cxx,v 1.20 2006-12-08 20:19:58 stephena Exp $ +// $Id: EditableWidget.cxx,v 1.21 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/EditableWidget.hxx b/stella/src/gui/EditableWidget.hxx index 233e84fbe..f65e3bf66 100644 --- a/stella/src/gui/EditableWidget.hxx +++ b/stella/src/gui/EditableWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: EditableWidget.hxx,v 1.11 2006-12-08 16:49:34 stephena Exp $ +// $Id: EditableWidget.hxx,v 1.12 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/EventMappingWidget.cxx b/stella/src/gui/EventMappingWidget.cxx index e2cce5219..bc966c5d0 100644 --- a/stella/src/gui/EventMappingWidget.cxx +++ b/stella/src/gui/EventMappingWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: EventMappingWidget.cxx,v 1.18 2006-12-08 16:49:34 stephena Exp $ +// $Id: EventMappingWidget.cxx,v 1.19 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/EventMappingWidget.hxx b/stella/src/gui/EventMappingWidget.hxx index ac378ad50..35f04f7a9 100644 --- a/stella/src/gui/EventMappingWidget.hxx +++ b/stella/src/gui/EventMappingWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: EventMappingWidget.hxx,v 1.11 2006-12-08 16:49:34 stephena Exp $ +// $Id: EventMappingWidget.hxx,v 1.12 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/FileSnapDialog.cxx b/stella/src/gui/FileSnapDialog.cxx index d44c96e8f..43b45d9c8 100644 --- a/stella/src/gui/FileSnapDialog.cxx +++ b/stella/src/gui/FileSnapDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FileSnapDialog.cxx,v 1.1 2006-12-30 22:26:29 stephena Exp $ +// $Id: FileSnapDialog.cxx,v 1.2 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/FileSnapDialog.hxx b/stella/src/gui/FileSnapDialog.hxx index cb0896f7f..617e4e327 100644 --- a/stella/src/gui/FileSnapDialog.hxx +++ b/stella/src/gui/FileSnapDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FileSnapDialog.hxx,v 1.1 2006-12-30 22:26:29 stephena Exp $ +// $Id: FileSnapDialog.hxx,v 1.2 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Font.cxx b/stella/src/gui/Font.cxx index 2aabe1198..5b07ce297 100644 --- a/stella/src/gui/Font.cxx +++ b/stella/src/gui/Font.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Font.cxx,v 1.3 2006-12-08 16:49:34 stephena Exp $ +// $Id: Font.cxx,v 1.4 2007-01-01 18:04:52 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Font.hxx b/stella/src/gui/Font.hxx index 1c0ac88dc..0f063c934 100644 --- a/stella/src/gui/Font.hxx +++ b/stella/src/gui/Font.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Font.hxx,v 1.6 2006-12-11 00:15:34 stephena Exp $ +// $Id: Font.hxx,v 1.7 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/GameInfoDialog.cxx b/stella/src/gui/GameInfoDialog.cxx index 7399bcf74..1cbe9c30f 100644 --- a/stella/src/gui/GameInfoDialog.cxx +++ b/stella/src/gui/GameInfoDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: GameInfoDialog.cxx,v 1.35 2006-12-30 22:26:29 stephena Exp $ +// $Id: GameInfoDialog.cxx,v 1.36 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/GameInfoDialog.hxx b/stella/src/gui/GameInfoDialog.hxx index 17f135080..4866513da 100644 --- a/stella/src/gui/GameInfoDialog.hxx +++ b/stella/src/gui/GameInfoDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: GameInfoDialog.hxx,v 1.20 2006-12-09 00:25:20 stephena Exp $ +// $Id: GameInfoDialog.hxx,v 1.21 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/GameList.cxx b/stella/src/gui/GameList.cxx index 351022bbf..e2c878a9f 100644 --- a/stella/src/gui/GameList.cxx +++ b/stella/src/gui/GameList.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: GameList.cxx,v 1.11 2006-12-08 16:49:34 stephena Exp $ +// $Id: GameList.cxx,v 1.12 2007-01-01 18:04:53 stephena Exp $ // // Based on code from KStella - Stella frontend // Copyright (C) 2003-2005 Stephen Anthony diff --git a/stella/src/gui/GameList.hxx b/stella/src/gui/GameList.hxx index 5e974c5ee..487020fe4 100644 --- a/stella/src/gui/GameList.hxx +++ b/stella/src/gui/GameList.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: GameList.hxx,v 1.12 2006-12-08 16:49:34 stephena Exp $ +// $Id: GameList.hxx,v 1.13 2007-01-01 18:04:53 stephena Exp $ // // Based on code from KStella - Stella frontend // Copyright (C) 2003-2005 Stephen Anthony diff --git a/stella/src/gui/GuiObject.hxx b/stella/src/gui/GuiObject.hxx index 125c26545..8d7eacd72 100644 --- a/stella/src/gui/GuiObject.hxx +++ b/stella/src/gui/GuiObject.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: GuiObject.hxx,v 1.21 2006-12-08 16:49:34 stephena Exp $ +// $Id: GuiObject.hxx,v 1.22 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -35,7 +35,7 @@ typedef Common::Array WidgetArray; This is the base class for all GUI objects/widgets. @author Stephen Anthony - @version $Id: GuiObject.hxx,v 1.21 2006-12-08 16:49:34 stephena Exp $ + @version $Id: GuiObject.hxx,v 1.22 2007-01-01 18:04:53 stephena Exp $ */ class GuiObject : public CommandReceiver { diff --git a/stella/src/gui/GuiUtils.hxx b/stella/src/gui/GuiUtils.hxx index b1ba48391..8206a80fa 100644 --- a/stella/src/gui/GuiUtils.hxx +++ b/stella/src/gui/GuiUtils.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: GuiUtils.hxx,v 1.25 2006-12-08 16:49:35 stephena Exp $ +// $Id: GuiUtils.hxx,v 1.26 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -29,7 +29,7 @@ Probably not very neat, but at least it works ... @author Stephen Anthony - @version $Id: GuiUtils.hxx,v 1.25 2006-12-08 16:49:35 stephena Exp $ + @version $Id: GuiUtils.hxx,v 1.26 2007-01-01 18:04:53 stephena Exp $ */ #define kScrollBarWidth 9 diff --git a/stella/src/gui/HelpDialog.cxx b/stella/src/gui/HelpDialog.cxx index 9562ad1d9..56df3f5d1 100644 --- a/stella/src/gui/HelpDialog.cxx +++ b/stella/src/gui/HelpDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: HelpDialog.cxx,v 1.20 2006-12-31 23:42:04 stephena Exp $ +// $Id: HelpDialog.cxx,v 1.21 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/HelpDialog.hxx b/stella/src/gui/HelpDialog.hxx index 8cd391e35..1c46c90f1 100644 --- a/stella/src/gui/HelpDialog.hxx +++ b/stella/src/gui/HelpDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: HelpDialog.hxx,v 1.8 2006-12-08 16:49:35 stephena Exp $ +// $Id: HelpDialog.hxx,v 1.9 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/InputDialog.cxx b/stella/src/gui/InputDialog.cxx index 6437f781e..878f876ea 100644 --- a/stella/src/gui/InputDialog.cxx +++ b/stella/src/gui/InputDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: InputDialog.cxx,v 1.21 2006-12-18 16:44:40 stephena Exp $ +// $Id: InputDialog.cxx,v 1.22 2007-01-01 18:04:53 stephena Exp $ //============================================================================ // FIXME - this whole dialog should be a dialog of buttons instead of diff --git a/stella/src/gui/InputDialog.hxx b/stella/src/gui/InputDialog.hxx index 89ac9e969..94414010f 100644 --- a/stella/src/gui/InputDialog.hxx +++ b/stella/src/gui/InputDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: InputDialog.hxx,v 1.12 2006-12-09 00:25:20 stephena Exp $ +// $Id: InputDialog.hxx,v 1.13 2007-01-01 18:04:53 stephena Exp $ //============================================================================ #ifndef INPUT_DIALOG_HXX diff --git a/stella/src/gui/InputTextDialog.cxx b/stella/src/gui/InputTextDialog.cxx index 4f1cf13b6..2fe685891 100644 --- a/stella/src/gui/InputTextDialog.cxx +++ b/stella/src/gui/InputTextDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: InputTextDialog.cxx,v 1.15 2006-12-08 16:49:35 stephena Exp $ +// $Id: InputTextDialog.cxx,v 1.16 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/InputTextDialog.hxx b/stella/src/gui/InputTextDialog.hxx index fe1ed0269..aebe64fd3 100644 --- a/stella/src/gui/InputTextDialog.hxx +++ b/stella/src/gui/InputTextDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: InputTextDialog.hxx,v 1.8 2006-12-08 16:49:35 stephena Exp $ +// $Id: InputTextDialog.hxx,v 1.9 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Launcher.cxx b/stella/src/gui/Launcher.cxx index dc78562ae..deecb469c 100644 --- a/stella/src/gui/Launcher.cxx +++ b/stella/src/gui/Launcher.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Launcher.cxx,v 1.10 2006-12-31 23:20:13 stephena Exp $ +// $Id: Launcher.cxx,v 1.11 2007-01-01 18:04:53 stephena Exp $ //============================================================================ #include "Version.hxx" diff --git a/stella/src/gui/Launcher.hxx b/stella/src/gui/Launcher.hxx index 04bdfdf2e..b82864be1 100644 --- a/stella/src/gui/Launcher.hxx +++ b/stella/src/gui/Launcher.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Launcher.hxx,v 1.8 2006-12-31 23:20:13 stephena Exp $ +// $Id: Launcher.hxx,v 1.9 2007-01-01 18:04:53 stephena Exp $ //============================================================================ #ifndef LAUNCHER_HXX @@ -27,7 +27,7 @@ class OSystem; The base dialog for the ROM launcher in Stella. @author Stephen Anthony - @version $Id: Launcher.hxx,v 1.8 2006-12-31 23:20:13 stephena Exp $ + @version $Id: Launcher.hxx,v 1.9 2007-01-01 18:04:53 stephena Exp $ */ class Launcher : public DialogContainer { diff --git a/stella/src/gui/LauncherDialog.cxx b/stella/src/gui/LauncherDialog.cxx index ebccbec70..3a438d60b 100644 --- a/stella/src/gui/LauncherDialog.cxx +++ b/stella/src/gui/LauncherDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: LauncherDialog.cxx,v 1.64 2006-12-31 17:21:17 stephena Exp $ +// $Id: LauncherDialog.cxx,v 1.65 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/LauncherDialog.hxx b/stella/src/gui/LauncherDialog.hxx index 018712fae..07a11ec35 100644 --- a/stella/src/gui/LauncherDialog.hxx +++ b/stella/src/gui/LauncherDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: LauncherDialog.hxx,v 1.23 2006-12-30 22:26:29 stephena Exp $ +// $Id: LauncherDialog.hxx,v 1.24 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/ListWidget.cxx b/stella/src/gui/ListWidget.cxx index 2584e25f0..5ec89c2e6 100644 --- a/stella/src/gui/ListWidget.cxx +++ b/stella/src/gui/ListWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ListWidget.cxx,v 1.46 2006-12-08 20:19:58 stephena Exp $ +// $Id: ListWidget.cxx,v 1.47 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/ListWidget.hxx b/stella/src/gui/ListWidget.hxx index 38dc22b3c..7f18f4435 100644 --- a/stella/src/gui/ListWidget.hxx +++ b/stella/src/gui/ListWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ListWidget.hxx,v 1.19 2006-12-08 16:49:35 stephena Exp $ +// $Id: ListWidget.hxx,v 1.20 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Menu.cxx b/stella/src/gui/Menu.cxx index 27c6c392b..ca2c07c2d 100644 --- a/stella/src/gui/Menu.cxx +++ b/stella/src/gui/Menu.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Menu.cxx,v 1.15 2006-12-30 22:26:29 stephena Exp $ +// $Id: Menu.cxx,v 1.16 2007-01-01 18:04:53 stephena Exp $ //============================================================================ #include "Dialog.hxx" diff --git a/stella/src/gui/Menu.hxx b/stella/src/gui/Menu.hxx index 4458f331f..2f8bcc5df 100644 --- a/stella/src/gui/Menu.hxx +++ b/stella/src/gui/Menu.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Menu.hxx,v 1.14 2006-12-30 22:26:29 stephena Exp $ +// $Id: Menu.hxx,v 1.15 2007-01-01 18:04:53 stephena Exp $ //============================================================================ #ifndef MENU_HXX @@ -27,7 +27,7 @@ class OSystem; The base dialog for all configuration menus in Stella. @author Stephen Anthony - @version $Id: Menu.hxx,v 1.14 2006-12-30 22:26:29 stephena Exp $ + @version $Id: Menu.hxx,v 1.15 2007-01-01 18:04:53 stephena Exp $ */ class Menu : public DialogContainer { diff --git a/stella/src/gui/OptionsDialog.cxx b/stella/src/gui/OptionsDialog.cxx index 004365a2b..e96100b23 100644 --- a/stella/src/gui/OptionsDialog.cxx +++ b/stella/src/gui/OptionsDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OptionsDialog.cxx,v 1.47 2006-12-31 23:20:13 stephena Exp $ +// $Id: OptionsDialog.cxx,v 1.48 2007-01-01 18:04:53 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/OptionsDialog.hxx b/stella/src/gui/OptionsDialog.hxx index 31fe5b551..464bdf1f0 100644 --- a/stella/src/gui/OptionsDialog.hxx +++ b/stella/src/gui/OptionsDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OptionsDialog.hxx,v 1.22 2006-12-31 23:42:04 stephena Exp $ +// $Id: OptionsDialog.hxx,v 1.23 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/PopUpWidget.cxx b/stella/src/gui/PopUpWidget.cxx index 6bbe8ab0f..3b4c6415b 100644 --- a/stella/src/gui/PopUpWidget.cxx +++ b/stella/src/gui/PopUpWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: PopUpWidget.cxx,v 1.31 2006-12-30 22:26:29 stephena Exp $ +// $Id: PopUpWidget.cxx,v 1.32 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/PopUpWidget.hxx b/stella/src/gui/PopUpWidget.hxx index b582e326d..8a2ef86b8 100644 --- a/stella/src/gui/PopUpWidget.hxx +++ b/stella/src/gui/PopUpWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: PopUpWidget.hxx,v 1.16 2006-12-30 22:26:29 stephena Exp $ +// $Id: PopUpWidget.hxx,v 1.17 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/ProgressDialog.cxx b/stella/src/gui/ProgressDialog.cxx index 11b70e91c..83ca2ac65 100644 --- a/stella/src/gui/ProgressDialog.cxx +++ b/stella/src/gui/ProgressDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ProgressDialog.cxx,v 1.7 2006-12-08 16:49:36 stephena Exp $ +// $Id: ProgressDialog.cxx,v 1.8 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/ProgressDialog.hxx b/stella/src/gui/ProgressDialog.hxx index a30fb5e46..20fe4f781 100644 --- a/stella/src/gui/ProgressDialog.hxx +++ b/stella/src/gui/ProgressDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ProgressDialog.hxx,v 1.3 2006-12-08 16:49:36 stephena Exp $ +// $Id: ProgressDialog.hxx,v 1.4 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Rect.hxx b/stella/src/gui/Rect.hxx index b34d0f963..f1ba1a750 100644 --- a/stella/src/gui/Rect.hxx +++ b/stella/src/gui/Rect.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Rect.hxx,v 1.3 2006-12-08 16:49:36 stephena Exp $ +// $Id: Rect.hxx,v 1.4 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/ScrollBarWidget.cxx b/stella/src/gui/ScrollBarWidget.cxx index f40c962ac..22e189496 100644 --- a/stella/src/gui/ScrollBarWidget.cxx +++ b/stella/src/gui/ScrollBarWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ScrollBarWidget.cxx,v 1.15 2006-12-08 16:49:36 stephena Exp $ +// $Id: ScrollBarWidget.cxx,v 1.16 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/ScrollBarWidget.hxx b/stella/src/gui/ScrollBarWidget.hxx index 675f2c509..c221a8e41 100644 --- a/stella/src/gui/ScrollBarWidget.hxx +++ b/stella/src/gui/ScrollBarWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: ScrollBarWidget.hxx,v 1.7 2006-12-08 16:49:36 stephena Exp $ +// $Id: ScrollBarWidget.hxx,v 1.8 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Stack.hxx b/stella/src/gui/Stack.hxx index 5e13ec8cf..133ea7233 100644 --- a/stella/src/gui/Stack.hxx +++ b/stella/src/gui/Stack.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Stack.hxx,v 1.3 2006-12-08 16:49:36 stephena Exp $ +// $Id: Stack.hxx,v 1.4 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/StellaFont.hxx b/stella/src/gui/StellaFont.hxx index 9cd6c9e31..3b5293efc 100644 --- a/stella/src/gui/StellaFont.hxx +++ b/stella/src/gui/StellaFont.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: StellaFont.hxx,v 1.6 2006-12-08 16:49:36 stephena Exp $ +// $Id: StellaFont.hxx,v 1.7 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/StringList.hxx b/stella/src/gui/StringList.hxx index 6644fd88f..fd06900c2 100644 --- a/stella/src/gui/StringList.hxx +++ b/stella/src/gui/StringList.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: StringList.hxx,v 1.6 2006-12-08 16:49:36 stephena Exp $ +// $Id: StringList.hxx,v 1.7 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/StringListWidget.cxx b/stella/src/gui/StringListWidget.cxx index 694b348ea..abffb1b49 100644 --- a/stella/src/gui/StringListWidget.cxx +++ b/stella/src/gui/StringListWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: StringListWidget.cxx,v 1.8 2006-12-08 16:49:37 stephena Exp $ +// $Id: StringListWidget.cxx,v 1.9 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/StringListWidget.hxx b/stella/src/gui/StringListWidget.hxx index 93db7d842..20c732002 100644 --- a/stella/src/gui/StringListWidget.hxx +++ b/stella/src/gui/StringListWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: StringListWidget.hxx,v 1.3 2006-12-08 16:49:37 stephena Exp $ +// $Id: StringListWidget.hxx,v 1.4 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/TabWidget.cxx b/stella/src/gui/TabWidget.cxx index b13b00d61..4325f539f 100644 --- a/stella/src/gui/TabWidget.cxx +++ b/stella/src/gui/TabWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TabWidget.cxx,v 1.24 2006-12-30 22:26:29 stephena Exp $ +// $Id: TabWidget.cxx,v 1.25 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/TabWidget.hxx b/stella/src/gui/TabWidget.hxx index 23857cbc3..f609d0d4f 100644 --- a/stella/src/gui/TabWidget.hxx +++ b/stella/src/gui/TabWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: TabWidget.hxx,v 1.15 2006-12-30 22:26:29 stephena Exp $ +// $Id: TabWidget.hxx,v 1.16 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/UIDialog.cxx b/stella/src/gui/UIDialog.cxx index 765af60c1..7f21f3ed4 100644 --- a/stella/src/gui/UIDialog.cxx +++ b/stella/src/gui/UIDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: UIDialog.cxx,v 1.1 2006-12-31 23:20:13 stephena Exp $ +// $Id: UIDialog.cxx,v 1.2 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/UIDialog.hxx b/stella/src/gui/UIDialog.hxx index 3287c929c..ecb6b7628 100644 --- a/stella/src/gui/UIDialog.hxx +++ b/stella/src/gui/UIDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: UIDialog.hxx,v 1.1 2006-12-31 23:20:13 stephena Exp $ +// $Id: UIDialog.hxx,v 1.2 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/VideoDialog.cxx b/stella/src/gui/VideoDialog.cxx index fd45d7de3..d37e79753 100644 --- a/stella/src/gui/VideoDialog.cxx +++ b/stella/src/gui/VideoDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: VideoDialog.cxx,v 1.40 2006-12-30 22:26:29 stephena Exp $ +// $Id: VideoDialog.cxx,v 1.41 2007-01-01 18:04:54 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/VideoDialog.hxx b/stella/src/gui/VideoDialog.hxx index 1a96db6f8..998c3af63 100644 --- a/stella/src/gui/VideoDialog.hxx +++ b/stella/src/gui/VideoDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: VideoDialog.hxx,v 1.18 2006-12-30 22:26:29 stephena Exp $ +// $Id: VideoDialog.hxx,v 1.19 2007-01-01 18:04:55 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Widget.cxx b/stella/src/gui/Widget.cxx index fcd3b270b..779fec52e 100644 --- a/stella/src/gui/Widget.cxx +++ b/stella/src/gui/Widget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Widget.cxx,v 1.46 2006-12-08 16:49:37 stephena Exp $ +// $Id: Widget.cxx,v 1.47 2007-01-01 18:04:55 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Widget.hxx b/stella/src/gui/Widget.hxx index b68600426..261b018c3 100644 --- a/stella/src/gui/Widget.hxx +++ b/stella/src/gui/Widget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: Widget.hxx,v 1.52 2006-12-08 16:49:37 stephena Exp $ +// $Id: Widget.hxx,v 1.53 2007-01-01 18:04:55 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -88,7 +88,7 @@ enum { This is the base class for all widgets. @author Stephen Anthony - @version $Id: Widget.hxx,v 1.52 2006-12-08 16:49:37 stephena Exp $ + @version $Id: Widget.hxx,v 1.53 2007-01-01 18:04:55 stephena Exp $ */ class Widget : public GuiObject { diff --git a/stella/src/macosx/OSystemMACOSX.cxx b/stella/src/macosx/OSystemMACOSX.cxx index e990f8ed7..98284bcb0 100644 --- a/stella/src/macosx/OSystemMACOSX.cxx +++ b/stella/src/macosx/OSystemMACOSX.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OSystemMACOSX.cxx,v 1.14 2006-12-28 18:31:26 stephena Exp $ +// $Id: OSystemMACOSX.cxx,v 1.15 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #include diff --git a/stella/src/macosx/OSystemMACOSX.hxx b/stella/src/macosx/OSystemMACOSX.hxx index d5f110f49..8bcecddb6 100644 --- a/stella/src/macosx/OSystemMACOSX.hxx +++ b/stella/src/macosx/OSystemMACOSX.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OSystemMACOSX.hxx,v 1.7 2006-12-28 18:31:26 stephena Exp $ +// $Id: OSystemMACOSX.hxx,v 1.8 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #ifndef OSYSTEM_MACOSX_HXX @@ -26,7 +26,7 @@ This class defines UNIX-like OS's (Linux) system specific settings. @author Mark Grebe - @version $Id: OSystemMACOSX.hxx,v 1.7 2006-12-28 18:31:26 stephena Exp $ + @version $Id: OSystemMACOSX.hxx,v 1.8 2007-01-01 18:04:55 stephena Exp $ */ class OSystemMACOSX : public OSystem { diff --git a/stella/src/macosx/SettingsMACOSX.cxx b/stella/src/macosx/SettingsMACOSX.cxx index 4da865241..267c1a4a0 100644 --- a/stella/src/macosx/SettingsMACOSX.cxx +++ b/stella/src/macosx/SettingsMACOSX.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: SettingsMACOSX.cxx,v 1.17 2006-12-20 12:42:56 stephena Exp $ +// $Id: SettingsMACOSX.cxx,v 1.18 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #include diff --git a/stella/src/macosx/SettingsMACOSX.hxx b/stella/src/macosx/SettingsMACOSX.hxx index 3f18f6f16..b50d7e7d6 100644 --- a/stella/src/macosx/SettingsMACOSX.hxx +++ b/stella/src/macosx/SettingsMACOSX.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: SettingsMACOSX.hxx,v 1.5 2006-12-08 16:49:37 stephena Exp $ +// $Id: SettingsMACOSX.hxx,v 1.6 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #ifndef SETTINGS_MAC_OSX_HXX @@ -25,7 +25,7 @@ class OSystem; This class defines Macintosh OSX system specific settings. @author Mark Grebe - @version $Id: SettingsMACOSX.hxx,v 1.5 2006-12-08 16:49:37 stephena Exp $ + @version $Id: SettingsMACOSX.hxx,v 1.6 2007-01-01 18:04:55 stephena Exp $ */ class SettingsMACOSX : public Settings { diff --git a/stella/src/psp/FSNodePSP.cxx b/stella/src/psp/FSNodePSP.cxx index 49ee3c5a0..5e1fb45d6 100644 --- a/stella/src/psp/FSNodePSP.cxx +++ b/stella/src/psp/FSNodePSP.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FSNodePSP.cxx,v 1.2 2006-12-08 16:49:37 stephena Exp $ +// $Id: FSNodePSP.cxx,v 1.3 2007-01-01 18:04:55 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/psp/FrameBufferPSP.cxx b/stella/src/psp/FrameBufferPSP.cxx index 7e6e276c7..db149fdc7 100644 --- a/stella/src/psp/FrameBufferPSP.cxx +++ b/stella/src/psp/FrameBufferPSP.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FrameBufferPSP.cxx,v 1.2 2006-12-08 16:49:38 stephena Exp $ +// $Id: FrameBufferPSP.cxx,v 1.3 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #include diff --git a/stella/src/psp/FrameBufferPSP.hxx b/stella/src/psp/FrameBufferPSP.hxx index 3b4d50dc3..080c73015 100644 --- a/stella/src/psp/FrameBufferPSP.hxx +++ b/stella/src/psp/FrameBufferPSP.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FrameBufferPSP.hxx,v 1.3 2006-12-08 16:49:38 stephena Exp $ +// $Id: FrameBufferPSP.hxx,v 1.4 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_PSP_HXX @@ -31,7 +31,7 @@ This class implements an SDL software framebuffer. @author Stephen Anthony - @version $Id: FrameBufferPSP.hxx,v 1.3 2006-12-08 16:49:38 stephena Exp $ + @version $Id: FrameBufferPSP.hxx,v 1.4 2007-01-01 18:04:55 stephena Exp $ */ class FrameBufferPSP : public FrameBufferSoft { diff --git a/stella/src/psp/OSystemPSP.cxx b/stella/src/psp/OSystemPSP.cxx index 936088868..39b64a8c8 100644 --- a/stella/src/psp/OSystemPSP.cxx +++ b/stella/src/psp/OSystemPSP.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OSystemPSP.cxx,v 1.7 2006-12-08 16:49:38 stephena Exp $ +// $Id: OSystemPSP.cxx,v 1.8 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #include diff --git a/stella/src/psp/OSystemPSP.hxx b/stella/src/psp/OSystemPSP.hxx index d2638c404..aa163c114 100644 --- a/stella/src/psp/OSystemPSP.hxx +++ b/stella/src/psp/OSystemPSP.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OSystemPSP.hxx,v 1.6 2006-12-08 16:49:38 stephena Exp $ +// $Id: OSystemPSP.hxx,v 1.7 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #ifndef OSYSTEM_PSP_HXX @@ -26,7 +26,7 @@ This class defines PSP-specific settings. @author Stephen Anthony - @version $Id: OSystemPSP.hxx,v 1.6 2006-12-08 16:49:38 stephena Exp $ + @version $Id: OSystemPSP.hxx,v 1.7 2007-01-01 18:04:55 stephena Exp $ */ class OSystemPSP : public OSystem { diff --git a/stella/src/psp/SettingsPSP.cxx b/stella/src/psp/SettingsPSP.cxx index d87b6ecef..66d692307 100644 --- a/stella/src/psp/SettingsPSP.cxx +++ b/stella/src/psp/SettingsPSP.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: SettingsPSP.cxx,v 1.5 2006-12-08 16:49:38 stephena Exp $ +// $Id: SettingsPSP.cxx,v 1.6 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/psp/SettingsPSP.hxx b/stella/src/psp/SettingsPSP.hxx index c3872c988..95027db95 100644 --- a/stella/src/psp/SettingsPSP.hxx +++ b/stella/src/psp/SettingsPSP.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: SettingsPSP.hxx,v 1.2 2006-12-08 16:49:38 stephena Exp $ +// $Id: SettingsPSP.hxx,v 1.3 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #ifndef SETTINGS_PSP_HXX @@ -27,7 +27,7 @@ class OSystem; This class defines PSP-like OS's (Linux) system specific settings. @author Stephen Anthony - @version $Id: SettingsPSP.hxx,v 1.2 2006-12-08 16:49:38 stephena Exp $ + @version $Id: SettingsPSP.hxx,v 1.3 2007-01-01 18:04:55 stephena Exp $ */ class SettingsPSP : public Settings { diff --git a/stella/src/unix/FSNodePOSIX.cxx b/stella/src/unix/FSNodePOSIX.cxx index be9a0af7f..075655ad9 100644 --- a/stella/src/unix/FSNodePOSIX.cxx +++ b/stella/src/unix/FSNodePOSIX.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FSNodePOSIX.cxx,v 1.9 2006-12-08 16:49:38 stephena Exp $ +// $Id: FSNodePOSIX.cxx,v 1.10 2007-01-01 18:04:55 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/unix/OSystemUNIX.cxx b/stella/src/unix/OSystemUNIX.cxx index 7615a4256..0fbc770d5 100644 --- a/stella/src/unix/OSystemUNIX.cxx +++ b/stella/src/unix/OSystemUNIX.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OSystemUNIX.cxx,v 1.24 2006-12-28 18:31:26 stephena Exp $ +// $Id: OSystemUNIX.cxx,v 1.25 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #include diff --git a/stella/src/unix/OSystemUNIX.hxx b/stella/src/unix/OSystemUNIX.hxx index 7bd4c55f2..ac70acc7b 100644 --- a/stella/src/unix/OSystemUNIX.hxx +++ b/stella/src/unix/OSystemUNIX.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OSystemUNIX.hxx,v 1.13 2006-12-28 18:31:26 stephena Exp $ +// $Id: OSystemUNIX.hxx,v 1.14 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #ifndef OSYSTEM_UNIX_HXX @@ -26,7 +26,7 @@ This class defines UNIX-like OS's (Linux) system specific settings. @author Stephen Anthony - @version $Id: OSystemUNIX.hxx,v 1.13 2006-12-28 18:31:26 stephena Exp $ + @version $Id: OSystemUNIX.hxx,v 1.14 2007-01-01 18:04:55 stephena Exp $ */ class OSystemUNIX : public OSystem { diff --git a/stella/src/unix/SettingsUNIX.cxx b/stella/src/unix/SettingsUNIX.cxx index 767e419c0..b6ba46722 100644 --- a/stella/src/unix/SettingsUNIX.cxx +++ b/stella/src/unix/SettingsUNIX.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: SettingsUNIX.cxx,v 1.20 2006-12-18 14:01:58 stephena Exp $ +// $Id: SettingsUNIX.cxx,v 1.21 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/unix/SettingsUNIX.hxx b/stella/src/unix/SettingsUNIX.hxx index 5bb44ed51..b29c1722c 100644 --- a/stella/src/unix/SettingsUNIX.hxx +++ b/stella/src/unix/SettingsUNIX.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: SettingsUNIX.hxx,v 1.7 2006-12-08 16:49:41 stephena Exp $ +// $Id: SettingsUNIX.hxx,v 1.8 2007-01-01 18:04:55 stephena Exp $ //============================================================================ #ifndef SETTINGS_UNIX_HXX @@ -27,7 +27,7 @@ class OSystem; This class defines UNIX-like OS's (Linux) system specific settings. @author Stephen Anthony - @version $Id: SettingsUNIX.hxx,v 1.7 2006-12-08 16:49:41 stephena Exp $ + @version $Id: SettingsUNIX.hxx,v 1.8 2007-01-01 18:04:55 stephena Exp $ */ class SettingsUNIX : public Settings { diff --git a/stella/src/win32/FSNodeWin32.cxx b/stella/src/win32/FSNodeWin32.cxx index ad7f5e51a..4276c4f05 100644 --- a/stella/src/win32/FSNodeWin32.cxx +++ b/stella/src/win32/FSNodeWin32.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: FSNodeWin32.cxx,v 1.8 2006-12-08 16:49:41 stephena Exp $ +// $Id: FSNodeWin32.cxx,v 1.9 2007-01-01 18:04:55 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/win32/OSystemWin32.cxx b/stella/src/win32/OSystemWin32.cxx index 76b517c6e..aed8e2a17 100644 --- a/stella/src/win32/OSystemWin32.cxx +++ b/stella/src/win32/OSystemWin32.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OSystemWin32.cxx,v 1.16 2006-12-28 18:31:27 stephena Exp $ +// $Id: OSystemWin32.cxx,v 1.17 2007-01-01 18:04:56 stephena Exp $ //============================================================================ #include diff --git a/stella/src/win32/OSystemWin32.hxx b/stella/src/win32/OSystemWin32.hxx index 107d760ab..426f96009 100644 --- a/stella/src/win32/OSystemWin32.hxx +++ b/stella/src/win32/OSystemWin32.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: OSystemWin32.hxx,v 1.8 2006-12-28 18:31:27 stephena Exp $ +// $Id: OSystemWin32.hxx,v 1.9 2007-01-01 18:04:56 stephena Exp $ //============================================================================ #ifndef OSYSTEM_WIN32_HXX @@ -25,7 +25,7 @@ This class defines Windows system specific settings. @author Stephen Anthony - @version $Id: OSystemWin32.hxx,v 1.8 2006-12-28 18:31:27 stephena Exp $ + @version $Id: OSystemWin32.hxx,v 1.9 2007-01-01 18:04:56 stephena Exp $ */ class OSystemWin32 : public OSystem { diff --git a/stella/src/win32/SettingsWin32.cxx b/stella/src/win32/SettingsWin32.cxx index 4b8b7ec4b..2e061fee1 100644 --- a/stella/src/win32/SettingsWin32.cxx +++ b/stella/src/win32/SettingsWin32.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: SettingsWin32.cxx,v 1.25 2007-01-01 01:55:26 stephena Exp $ +// $Id: SettingsWin32.cxx,v 1.26 2007-01-01 18:04:56 stephena Exp $ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/win32/SettingsWin32.hxx b/stella/src/win32/SettingsWin32.hxx index eacef3fe3..ddc9c5067 100644 --- a/stella/src/win32/SettingsWin32.hxx +++ b/stella/src/win32/SettingsWin32.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: SettingsWin32.hxx,v 1.7 2006-12-08 16:49:41 stephena Exp $ +// $Id: SettingsWin32.hxx,v 1.8 2007-01-01 18:04:56 stephena Exp $ //============================================================================ #ifndef SETTINGS_WIN32_HXX diff --git a/stella/src/wince/FSNodeWinCE.cxx b/stella/src/wince/FSNodeWinCE.cxx index d32794cf5..00323be0d 100644 --- a/stella/src/wince/FSNodeWinCE.cxx +++ b/stella/src/wince/FSNodeWinCE.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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. diff --git a/stella/src/wince/FrameBufferWinCE.hxx b/stella/src/wince/FrameBufferWinCE.hxx index 7e548fea0..0bd4993ab 100644 --- a/stella/src/wince/FrameBufferWinCE.hxx +++ b/stella/src/wince/FrameBufferWinCE.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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. diff --git a/stella/src/wince/OSystemWinCE.cxx b/stella/src/wince/OSystemWinCE.cxx index f761dbe67..e9037c3ba 100644 --- a/stella/src/wince/OSystemWinCE.cxx +++ b/stella/src/wince/OSystemWinCE.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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. diff --git a/stella/src/wince/OSystemWinCE.hxx b/stella/src/wince/OSystemWinCE.hxx index ae5c81601..d56777e1d 100644 --- a/stella/src/wince/OSystemWinCE.hxx +++ b/stella/src/wince/OSystemWinCE.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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. diff --git a/stella/src/wince/SettingsWinCE.hxx b/stella/src/wince/SettingsWinCE.hxx index 1c21e9bef..8004aa2b4 100644 --- a/stella/src/wince/SettingsWinCE.hxx +++ b/stella/src/wince/SettingsWinCE.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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. diff --git a/stella/src/wince/SoundWinCE.cxx b/stella/src/wince/SoundWinCE.cxx index 9be51fa79..23d915e5f 100644 --- a/stella/src/wince/SoundWinCE.cxx +++ b/stella/src/wince/SoundWinCE.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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. diff --git a/stella/src/wince/SoundWinCE.hxx b/stella/src/wince/SoundWinCE.hxx index 9f9ab476d..5eadba034 100644 --- a/stella/src/wince/SoundWinCE.hxx +++ b/stella/src/wince/SoundWinCE.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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. diff --git a/stella/src/yacc/YaccParser.cxx b/stella/src/yacc/YaccParser.cxx index 10e994cb8..248af9206 100644 --- a/stella/src/yacc/YaccParser.cxx +++ b/stella/src/yacc/YaccParser.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: YaccParser.cxx,v 1.21 2006-12-23 15:11:19 stephena Exp $ +// $Id: YaccParser.cxx,v 1.22 2007-01-01 18:04:56 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/yacc/YaccParser.hxx b/stella/src/yacc/YaccParser.hxx index 3eaecce0b..db4fa2da3 100644 --- a/stella/src/yacc/YaccParser.hxx +++ b/stella/src/yacc/YaccParser.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2007 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: YaccParser.hxx,v 1.7 2006-12-08 16:49:42 stephena Exp $ +// $Id: YaccParser.hxx,v 1.8 2007-01-01 18:04:56 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project