diff --git a/stella/src/cheat/BankRomCheat.cxx b/stella/src/cheat/BankRomCheat.cxx index fe215f916..018b5ed7a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:19 stephena Exp $ +// $Id: BankRomCheat.cxx,v 1.6 2009-01-01 18:13:34 stephena Exp $ //============================================================================ #include "Console.hxx" diff --git a/stella/src/cheat/BankRomCheat.hxx b/stella/src/cheat/BankRomCheat.hxx index 9ac7d769e..5a88edb54 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.4 2008-02-06 13:45:19 stephena Exp $ +// $Id: BankRomCheat.hxx,v 1.5 2009-01-01 18:13:34 stephena Exp $ //============================================================================ #ifndef BANK_ROM_CHEAT_HXX diff --git a/stella/src/cheat/Cheat.hxx b/stella/src/cheat/Cheat.hxx index bc812b13a..44dc69ad2 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.7 2008-02-06 13:45:19 stephena Exp $ +// $Id: Cheat.hxx,v 1.8 2009-01-01 18:13:34 stephena Exp $ //============================================================================ #ifndef CHEAT_HXX diff --git a/stella/src/cheat/CheatCodeDialog.cxx b/stella/src/cheat/CheatCodeDialog.cxx index a04dfc7e7..769b40348 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.22 2008-12-25 23:05:16 stephena Exp $ +// $Id: CheatCodeDialog.cxx,v 1.23 2009-01-01 18:13:34 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 5dee81931..ab8a13bb3 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-06-19 19:15:44 stephena Exp $ +// $Id: CheatCodeDialog.hxx,v 1.11 2009-01-01 18:13:34 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 617cd0b71..12a0fb903 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.16 2008-02-06 13:45:19 stephena Exp $ +// $Id: CheatManager.cxx,v 1.17 2009-01-01 18:13:34 stephena Exp $ //============================================================================ #include diff --git a/stella/src/cheat/CheatManager.hxx b/stella/src/cheat/CheatManager.hxx index 0cfa5370f..75a573a7b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-02-06 13:45:19 stephena Exp $ +// $Id: CheatManager.hxx,v 1.11 2009-01-01 18:13:34 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.10 2008-02-06 13:45:19 stephena Exp $ + @version $Id: CheatManager.hxx,v 1.11 2009-01-01 18:13:34 stephena Exp $ */ class CheatManager { diff --git a/stella/src/cheat/CheetahCheat.cxx b/stella/src/cheat/CheetahCheat.cxx index 19c4c64cb..946575649 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:19 stephena Exp $ +// $Id: CheetahCheat.cxx,v 1.6 2009-01-01 18:13:34 stephena Exp $ //============================================================================ #include "Console.hxx" diff --git a/stella/src/cheat/CheetahCheat.hxx b/stella/src/cheat/CheetahCheat.hxx index 4190bc1d5..de741ffb9 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.4 2008-02-06 13:45:19 stephena Exp $ +// $Id: CheetahCheat.hxx,v 1.5 2009-01-01 18:13:34 stephena Exp $ //============================================================================ #ifndef CHEETAH_CHEAT_HXX diff --git a/stella/src/cheat/RamCheat.cxx b/stella/src/cheat/RamCheat.cxx index fdb60fa13..954a93450 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-02-06 13:45:19 stephena Exp $ +// $Id: RamCheat.cxx,v 1.7 2009-01-01 18:13:34 stephena Exp $ //============================================================================ #include "Console.hxx" diff --git a/stella/src/cheat/RamCheat.hxx b/stella/src/cheat/RamCheat.hxx index 6101ed228..b067ed6be 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:19 stephena Exp $ +// $Id: RamCheat.hxx,v 1.6 2009-01-01 18:13:34 stephena Exp $ //============================================================================ #ifndef RAM_CHEAT_HXX diff --git a/stella/src/common/Array.hxx b/stella/src/common/Array.hxx index ce9c84519..420233dcc 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-04-19 21:11:52 stephena Exp $ +// $Id: Array.hxx,v 1.7 2009-01-01 18:13:35 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 b086790da..e7342468e 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.129 2008-12-29 20:42:15 stephena Exp $ +// $Id: FrameBufferGL.cxx,v 1.130 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifdef DISPLAY_OPENGL diff --git a/stella/src/common/FrameBufferGL.hxx b/stella/src/common/FrameBufferGL.hxx index 7cb56aed6..16efc6db8 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.67 2008-12-29 20:42:15 stephena Exp $ +// $Id: FrameBufferGL.hxx,v 1.68 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_GL_HXX @@ -35,7 +35,7 @@ class FBSurfaceGL; This class implements an SDL OpenGL framebuffer. @author Stephen Anthony - @version $Id: FrameBufferGL.hxx,v 1.67 2008-12-29 20:42:15 stephena Exp $ + @version $Id: FrameBufferGL.hxx,v 1.68 2009-01-01 18:13:35 stephena Exp $ */ class FrameBufferGL : public FrameBuffer { @@ -176,7 +176,7 @@ class FrameBufferGL : public FrameBuffer A surface suitable for OpenGL rendering mode. @author Stephen Anthony - @version $Id: FrameBufferGL.hxx,v 1.67 2008-12-29 20:42:15 stephena Exp $ + @version $Id: FrameBufferGL.hxx,v 1.68 2009-01-01 18:13:35 stephena Exp $ */ class FBSurfaceGL : public FBSurface { diff --git a/stella/src/common/FrameBufferSoft.cxx b/stella/src/common/FrameBufferSoft.cxx index e336f17e9..c7aeb6a56 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.88 2008-12-29 20:42:15 stephena Exp $ +// $Id: FrameBufferSoft.cxx,v 1.89 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/common/FrameBufferSoft.hxx b/stella/src/common/FrameBufferSoft.hxx index 11ccd2907..fbba67ac2 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.60 2008-12-29 20:42:15 stephena Exp $ +// $Id: FrameBufferSoft.hxx,v 1.61 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_SOFT_HXX @@ -32,7 +32,7 @@ class RectList; This class implements an SDL software framebuffer. @author Stephen Anthony - @version $Id: FrameBufferSoft.hxx,v 1.60 2008-12-29 20:42:15 stephena Exp $ + @version $Id: FrameBufferSoft.hxx,v 1.61 2009-01-01 18:13:35 stephena Exp $ */ class FrameBufferSoft : public FrameBuffer { @@ -166,7 +166,7 @@ class FrameBufferSoft : public FrameBuffer A surface suitable for software rendering mode. @author Stephen Anthony - @version $Id: FrameBufferSoft.hxx,v 1.60 2008-12-29 20:42:15 stephena Exp $ + @version $Id: FrameBufferSoft.hxx,v 1.61 2009-01-01 18:13:35 stephena Exp $ */ class FBSurfaceSoft : public FBSurface { diff --git a/stella/src/common/RectList.cxx b/stella/src/common/RectList.cxx index 3681a53c9..5e5199960 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-12-28 21:01:55 stephena Exp $ +// $Id: RectList.cxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/common/RectList.hxx b/stella/src/common/RectList.hxx index 20ce7d983..4a1cb57fa 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-12-28 21:01:55 stephena Exp $ +// $Id: RectList.hxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef RECTLIST_HXX diff --git a/stella/src/common/Snapshot.cxx b/stella/src/common/Snapshot.cxx index 5819319e3..d30047e41 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.23 2008-06-19 12:01:30 stephena Exp $ +// $Id: Snapshot.cxx,v 1.24 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/common/Snapshot.hxx b/stella/src/common/Snapshot.hxx index 1f2161027..c7d155b16 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-02-06 13:45:19 stephena Exp $ +// $Id: Snapshot.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef SNAPSHOT_HXX diff --git a/stella/src/common/SoundNull.cxx b/stella/src/common/SoundNull.cxx index 2357dee0b..350d85d55 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-02-06 13:45:19 stephena Exp $ +// $Id: SoundNull.cxx,v 1.9 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include "Serializer.hxx" diff --git a/stella/src/common/SoundNull.hxx b/stella/src/common/SoundNull.hxx index 45bfa1977..2ead4787d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-05-19 21:16:58 stephena Exp $ +// $Id: SoundNull.hxx,v 1.9 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef SOUND_NULL_HXX @@ -31,7 +31,7 @@ class Deserializer; is completely disabled. @author Stephen Anthony - @version $Id: SoundNull.hxx,v 1.8 2008-05-19 21:16:58 stephena Exp $ + @version $Id: SoundNull.hxx,v 1.9 2009-01-01 18:13:35 stephena Exp $ */ class SoundNull : public Sound { diff --git a/stella/src/common/SoundSDL.cxx b/stella/src/common/SoundSDL.cxx index d60632bb8..c50ed785b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.44 2008-05-21 14:01:29 stephena Exp $ +// $Id: SoundSDL.cxx,v 1.45 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifdef SOUND_SUPPORT diff --git a/stella/src/common/SoundSDL.hxx b/stella/src/common/SoundSDL.hxx index d6f39cdf4..195cff9b7 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.20 2008-05-19 21:16:58 stephena Exp $ +// $Id: SoundSDL.hxx,v 1.21 2009-01-01 18:13:35 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.20 2008-05-19 21:16:58 stephena Exp $ + @version $Id: SoundSDL.hxx,v 1.21 2009-01-01 18:13:35 stephena Exp $ */ class SoundSDL : public Sound { diff --git a/stella/src/common/Version.hxx b/stella/src/common/Version.hxx index cf518d2b7..28c552c01 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.41 2008-05-23 13:03:51 stephena Exp $ +// $Id: Version.hxx,v 1.42 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef VERSION_HXX diff --git a/stella/src/common/mainSDL.cxx b/stella/src/common/mainSDL.cxx index 3339e9f26..d43ec0a8a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.82 2008-12-08 18:56:53 stephena Exp $ +// $Id: mainSDL.cxx,v 1.83 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/debugger/CpuDebug.cxx b/stella/src/debugger/CpuDebug.cxx index 6ae53e4ed..0dd462487 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-05-18 20:04:30 stephena Exp $ +// $Id: CpuDebug.cxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/debugger/CpuDebug.hxx b/stella/src/debugger/CpuDebug.hxx index 2b0460f7d..11a5e98a2 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-05-04 17:16:39 stephena Exp $ +// $Id: CpuDebug.hxx,v 1.15 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CPU_DEBUG_HXX diff --git a/stella/src/debugger/Debugger.cxx b/stella/src/debugger/Debugger.cxx index 3eeb25d46..a77d94110 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.129 2008-12-24 01:20:06 stephena Exp $ +// $Id: Debugger.cxx,v 1.130 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/debugger/Debugger.hxx b/stella/src/debugger/Debugger.hxx index 81040da97..4e1014ac1 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.97 2008-12-24 01:20:06 stephena Exp $ +// $Id: Debugger.hxx,v 1.98 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef DEBUGGER_HXX @@ -70,7 +70,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.97 2008-12-24 01:20:06 stephena Exp $ + @version $Id: Debugger.hxx,v 1.98 2009-01-01 18:13:35 stephena Exp $ */ class Debugger : public DialogContainer { diff --git a/stella/src/debugger/DebuggerExpressions.hxx b/stella/src/debugger/DebuggerExpressions.hxx index 2c7a07e98..bba6fcc43 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.4 2008-03-23 17:43:21 stephena Exp $ +// $Id: DebuggerExpressions.hxx,v 1.5 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef DEBUGGER_EXPRESSIONS_HXX diff --git a/stella/src/debugger/DebuggerParser.cxx b/stella/src/debugger/DebuggerParser.cxx index e677ed03c..5785accbd 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.108 2008-05-18 20:04:30 stephena Exp $ +// $Id: DebuggerParser.cxx,v 1.109 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/debugger/DebuggerParser.hxx b/stella/src/debugger/DebuggerParser.hxx index e57a68ee5..585f2024f 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.52 2008-02-06 13:45:20 stephena Exp $ +// $Id: DebuggerParser.hxx,v 1.53 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef DEBUGGER_PARSER_HXX diff --git a/stella/src/debugger/DebuggerSystem.hxx b/stella/src/debugger/DebuggerSystem.hxx index 2521bf58c..efe2df1e0 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.7 2008-04-19 21:11:52 stephena Exp $ +// $Id: DebuggerSystem.hxx,v 1.8 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef DEBUGGER_SYSTEM_HXX diff --git a/stella/src/debugger/EquateList.cxx b/stella/src/debugger/EquateList.cxx index 328c2fa44..300c1a934 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.34 2008-05-18 20:04:30 stephena Exp $ +// $Id: EquateList.cxx,v 1.35 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/debugger/EquateList.hxx b/stella/src/debugger/EquateList.hxx index 7d1a28b32..3dee6f5ec 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.22 2008-05-18 20:04:30 stephena Exp $ +// $Id: EquateList.hxx,v 1.23 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef EQUATELIST_HXX diff --git a/stella/src/debugger/Expression.cxx b/stella/src/debugger/Expression.cxx index a239e04a6..ffea6183c 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:20 stephena Exp $ +// $Id: Expression.cxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include "Expression.hxx" diff --git a/stella/src/debugger/Expression.hxx b/stella/src/debugger/Expression.hxx index 3d66d1245..653b90841 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-02-06 13:45:20 stephena Exp $ +// $Id: Expression.hxx,v 1.7 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef EXPRESSION_HXX @@ -32,7 +32,7 @@ can represent complex expression statements. @author Stephen Anthony - @version $Id: Expression.hxx,v 1.6 2008-02-06 13:45:20 stephena Exp $ + @version $Id: Expression.hxx,v 1.7 2009-01-01 18:13:35 stephena Exp $ */ class Expression { diff --git a/stella/src/debugger/PackedBitArray.cxx b/stella/src/debugger/PackedBitArray.cxx index 5cbaf6fc6..18b141382 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-02-06 13:45:20 stephena Exp $ +// $Id: PackedBitArray.cxx,v 1.9 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/debugger/PackedBitArray.hxx b/stella/src/debugger/PackedBitArray.hxx index 83c53c1ce..1b0ed4964 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:20 stephena Exp $ +// $Id: PackedBitArray.hxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef PACKEDBITARRAY_HXX diff --git a/stella/src/debugger/RamDebug.cxx b/stella/src/debugger/RamDebug.cxx index 730305588..956d38dfa 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-04-19 21:11:52 stephena Exp $ +// $Id: RamDebug.cxx,v 1.9 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include "Array.hxx" diff --git a/stella/src/debugger/RamDebug.hxx b/stella/src/debugger/RamDebug.hxx index 59b55f419..1fb6c25ce 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.7 2008-04-19 21:11:52 stephena Exp $ +// $Id: RamDebug.hxx,v 1.8 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef RAM_DEBUG_HXX diff --git a/stella/src/debugger/RiotDebug.cxx b/stella/src/debugger/RiotDebug.cxx index 14de29288..cfe974b32 100644 --- a/stella/src/debugger/RiotDebug.cxx +++ b/stella/src/debugger/RiotDebug.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: RiotDebug.cxx,v 1.8 2008-12-24 01:20:06 stephena Exp $ +// $Id: RiotDebug.cxx,v 1.9 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/debugger/RiotDebug.hxx b/stella/src/debugger/RiotDebug.hxx index f0d8bbbd6..8ae24170e 100644 --- a/stella/src/debugger/RiotDebug.hxx +++ b/stella/src/debugger/RiotDebug.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: RiotDebug.hxx,v 1.4 2008-05-15 18:59:56 stephena Exp $ +// $Id: RiotDebug.hxx,v 1.5 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef RIOT_DEBUG_HXX diff --git a/stella/src/debugger/TIADebug.cxx b/stella/src/debugger/TIADebug.cxx index cacec82e1..1f721cf8f 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.27 2008-04-19 21:11:52 stephena Exp $ +// $Id: TIADebug.cxx,v 1.28 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include "System.hxx" diff --git a/stella/src/debugger/TIADebug.hxx b/stella/src/debugger/TIADebug.hxx index 6ca1aed2f..34e4d4d3a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.23 2008-04-19 21:11:52 stephena Exp $ +// $Id: TIADebug.hxx,v 1.24 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef TIA_DEBUG_HXX diff --git a/stella/src/debugger/gui/AudioWidget.cxx b/stella/src/debugger/gui/AudioWidget.cxx index c919c1ee3..6cff1ee6a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-06-13 13:14:50 stephena Exp $ +// $Id: AudioWidget.cxx,v 1.9 2009-01-01 18:13:35 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 11a60e879..3e3677791 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:20 stephena Exp $ +// $Id: AudioWidget.hxx,v 1.6 2009-01-01 18:13:35 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 40d2f5ca6..01ce9b603 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.9 2008-06-13 13:14:50 stephena Exp $ +// $Id: ColorWidget.cxx,v 1.10 2009-01-01 18:13:35 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 a4a94e51e..a61b327fe 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:20 stephena Exp $ +// $Id: ColorWidget.hxx,v 1.6 2009-01-01 18:13:35 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.5 2008-02-06 13:45:20 stephena Exp $ + @version $Id: ColorWidget.hxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ */ class ColorWidget : public Widget, public CommandSender { diff --git a/stella/src/debugger/gui/CpuWidget.cxx b/stella/src/debugger/gui/CpuWidget.cxx index 6f0a12b89..1d063d260 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-06-13 13:14:50 stephena Exp $ +// $Id: CpuWidget.cxx,v 1.15 2009-01-01 18:13:35 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 12e874663..16de6fc62 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.4 2008-02-06 13:45:20 stephena Exp $ +// $Id: CpuWidget.hxx,v 1.5 2009-01-01 18:13:35 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 c71ce9362..a482ebe5d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-02-06 13:45:20 stephena Exp $ +// $Id: DataGridOpsWidget.cxx,v 1.9 2009-01-01 18:13:35 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 962c60358..3c3e8c9fa 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:20 stephena Exp $ +// $Id: DataGridOpsWidget.hxx,v 1.6 2009-01-01 18:13:35 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 c76adc02b..cb364511d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-06-13 13:14:50 stephena Exp $ +// $Id: DataGridWidget.cxx,v 1.15 2009-01-01 18:13:35 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 461fb1b98..e4af7739a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:20 stephena Exp $ +// $Id: DataGridWidget.hxx,v 1.6 2009-01-01 18:13:35 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 fc7e9b503..45526daf5 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.26 2008-11-30 17:28:03 stephena Exp $ +// $Id: DebuggerDialog.cxx,v 1.27 2009-01-01 18:13:35 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 a3043e27a..4bba7cb97 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.7 2008-02-06 13:45:20 stephena Exp $ +// $Id: DebuggerDialog.hxx,v 1.8 2009-01-01 18:13:35 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 c823128c1..d1761f1a8 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.25 2008-06-13 13:14:50 stephena Exp $ +// $Id: PromptWidget.cxx,v 1.26 2009-01-01 18:13:35 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 f310e7188..e55d645c6 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-02-06 13:45:20 stephena Exp $ +// $Id: PromptWidget.hxx,v 1.14 2009-01-01 18:13:35 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 c57865f84..6569991a7 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.20 2008-12-23 18:54:05 stephena Exp $ +// $Id: RamWidget.cxx,v 1.21 2009-01-01 18:13:35 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 91742e726..25be4fee5 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-06-19 19:15:44 stephena Exp $ +// $Id: RamWidget.hxx,v 1.7 2009-01-01 18:13:35 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RiotWidget.cxx b/stella/src/debugger/gui/RiotWidget.cxx index 84732f466..bb22744f5 100644 --- a/stella/src/debugger/gui/RiotWidget.cxx +++ b/stella/src/debugger/gui/RiotWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: RiotWidget.cxx,v 1.7 2008-07-25 12:41:41 stephena Exp $ +// $Id: RiotWidget.cxx,v 1.8 2009-01-01 18:13:35 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RiotWidget.hxx b/stella/src/debugger/gui/RiotWidget.hxx index 2f042daec..2dacc7951 100644 --- a/stella/src/debugger/gui/RiotWidget.hxx +++ b/stella/src/debugger/gui/RiotWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: RiotWidget.hxx,v 1.5 2008-05-15 18:59:56 stephena Exp $ +// $Id: RiotWidget.hxx,v 1.6 2009-01-01 18:13:35 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 fb82fe1ba..5dff3a5b3 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.16 2008-12-23 18:54:05 stephena Exp $ +// $Id: RomListWidget.cxx,v 1.17 2009-01-01 18:13:35 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 61c692bfb..b85e34a7d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-02-06 13:45:20 stephena Exp $ +// $Id: RomListWidget.hxx,v 1.9 2009-01-01 18:13:35 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 54da33dc6..baf02018b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.27 2008-07-25 12:41:41 stephena Exp $ +// $Id: RomWidget.cxx,v 1.28 2009-01-01 18:13:35 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 2f9484861..e12f25ef4 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-02-06 13:45:20 stephena Exp $ +// $Id: RomWidget.hxx,v 1.11 2009-01-01 18:13:35 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 2f7902b11..8a06f10ed 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-06-13 13:14:50 stephena Exp $ +// $Id: TiaInfoWidget.cxx,v 1.11 2009-01-01 18:13:35 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 2477ff11c..63927256f 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-02-06 13:45:20 stephena Exp $ +// $Id: TiaInfoWidget.hxx,v 1.7 2009-01-01 18:13:35 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 72573e9da..271defc11 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.21 2008-12-27 23:27:32 stephena Exp $ +// $Id: TiaOutputWidget.cxx,v 1.22 2009-01-01 18:13:35 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 ddfb424d8..8d6661f33 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-02-06 13:45:20 stephena Exp $ +// $Id: TiaOutputWidget.hxx,v 1.7 2009-01-01 18:13:35 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 984c93137..443755776 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-06-13 13:14:50 stephena Exp $ +// $Id: TiaWidget.cxx,v 1.15 2009-01-01 18:13:35 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 77aee358c..39b0cff72 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.7 2008-05-15 15:07:29 stephena Exp $ +// $Id: TiaWidget.hxx,v 1.8 2009-01-01 18:13:35 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 8c56e6eef..74c9eb276 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.19 2008-12-23 18:54:05 stephena Exp $ +// $Id: TiaZoomWidget.cxx,v 1.20 2009-01-01 18:13:35 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 d7963de95..d2b7cbc86 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.9 2008-02-06 13:45:20 stephena Exp $ +// $Id: TiaZoomWidget.hxx,v 1.10 2009-01-01 18:13:35 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 61c13f9ef..b9bedb908 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.9 2008-06-13 13:14:50 stephena Exp $ +// $Id: ToggleBitWidget.cxx,v 1.10 2009-01-01 18:13:35 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 907e0f897..12cf3cfe2 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.4 2008-02-06 13:45:20 stephena Exp $ +// $Id: ToggleBitWidget.hxx,v 1.5 2009-01-01 18:13:35 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 7cd1d1a83..3a287f760 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-06-13 13:14:50 stephena Exp $ +// $Id: TogglePixelWidget.cxx,v 1.9 2009-01-01 18:13:35 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 a89a76cc4..abb1cbecc 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-02-06 13:45:20 stephena Exp $ +// $Id: TogglePixelWidget.hxx,v 1.7 2009-01-01 18:13:35 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 245b5e9e4..0a20bbc88 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.9 2008-06-13 13:14:50 stephena Exp $ +// $Id: ToggleWidget.cxx,v 1.10 2009-01-01 18:13:35 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 803766a21..7939c2a5c 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-05-14 18:04:58 stephena Exp $ +// $Id: ToggleWidget.hxx,v 1.7 2009-01-01 18:13:35 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 a89c2d94c..f41ba4d8c 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.20 2008-05-19 02:53:57 stephena Exp $ +// $Id: AtariVox.cxx,v 1.21 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifdef SPEAKJET_EMULATION diff --git a/stella/src/emucore/AtariVox.hxx b/stella/src/emucore/AtariVox.hxx index 2095cbc2d..b06b417e2 100644 --- a/stella/src/emucore/AtariVox.hxx +++ b/stella/src/emucore/AtariVox.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-05-19 02:53:57 stephena Exp $ +// $Id: AtariVox.hxx,v 1.15 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef ATARIVOX_HXX @@ -33,7 +33,7 @@ class MT24LC256; driver code. @author B. Watson - @version $Id: AtariVox.hxx,v 1.14 2008-05-19 02:53:57 stephena Exp $ + @version $Id: AtariVox.hxx,v 1.15 2009-01-01 18:13:35 stephena Exp $ */ class AtariVox : public Controller { diff --git a/stella/src/emucore/Booster.cxx b/stella/src/emucore/Booster.cxx index 0bbe6bf7c..fe9ddde74 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-04-13 23:43:14 stephena Exp $ +// $Id: Booster.cxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Booster.hxx b/stella/src/emucore/Booster.hxx index b7bf5d253..39ce7d82b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.11 2008-04-13 23:43:14 stephena Exp $ +// $Id: Booster.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef BOOSTERGRIP_HXX @@ -29,7 +29,7 @@ on it (a booster and a trigger). @author Bradford W. Mott - @version $Id: Booster.hxx,v 1.11 2008-04-13 23:43:14 stephena Exp $ + @version $Id: Booster.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ */ class BoosterGrip : public Controller { diff --git a/stella/src/emucore/Cart.cxx b/stella/src/emucore/Cart.cxx index 11e22e979..7d878077b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.45 2009-01-01 00:08:59 stephena Exp $ +// $Id: Cart.cxx,v 1.46 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart.hxx b/stella/src/emucore/Cart.hxx index b30b27d07..569c42a93 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.24 2008-03-28 23:29:13 stephena Exp $ +// $Id: Cart.hxx,v 1.25 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGE_HXX @@ -34,7 +34,7 @@ class Settings; game and handles any bankswitching performed by the cartridge. @author Bradford W. Mott - @version $Id: Cart.hxx,v 1.24 2008-03-28 23:29:13 stephena Exp $ + @version $Id: Cart.hxx,v 1.25 2009-01-01 18:13:35 stephena Exp $ */ class Cartridge : public Device { diff --git a/stella/src/emucore/Cart0840.cxx b/stella/src/emucore/Cart0840.cxx index bbad1356d..36d2aa96f 100644 --- a/stella/src/emucore/Cart0840.cxx +++ b/stella/src/emucore/Cart0840.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott 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/emucore/Cart0840.hxx b/stella/src/emucore/Cart0840.hxx index 997dd4639..284f81f58 100644 --- a/stella/src/emucore/Cart0840.hxx +++ b/stella/src/emucore/Cart0840.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott 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/emucore/Cart2K.cxx b/stella/src/emucore/Cart2K.cxx index f6ee55e8a..fb739cac9 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.12 2008-02-06 13:45:20 stephena Exp $ +// $Id: Cart2K.cxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart2K.hxx b/stella/src/emucore/Cart2K.hxx index 123edd841..75d9b70dd 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.11 2008-02-06 13:45:20 stephena Exp $ +// $Id: Cart2K.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGE2K_HXX @@ -32,7 +32,7 @@ class Deserializer; 2600's 4K cartridge addressing space. @author Bradford W. Mott - @version $Id: Cart2K.hxx,v 1.11 2008-02-06 13:45:20 stephena Exp $ + @version $Id: Cart2K.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ */ class Cartridge2K : public Cartridge { diff --git a/stella/src/emucore/Cart3E.cxx b/stella/src/emucore/Cart3E.cxx index 810a4d225..89b487e99 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.17 2008-08-25 23:22:22 stephena Exp $ +// $Id: Cart3E.cxx,v 1.18 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart3E.hxx b/stella/src/emucore/Cart3E.hxx index 654930394..0d26dd4aa 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.7 2008-02-06 13:45:20 stephena Exp $ +// $Id: Cart3E.hxx,v 1.8 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGE3E_HXX @@ -57,7 +57,7 @@ class System; any problems. (Famous last words...) @author B. Watson - @version $Id: Cart3E.hxx,v 1.7 2008-02-06 13:45:20 stephena Exp $ + @version $Id: Cart3E.hxx,v 1.8 2009-01-01 18:13:35 stephena Exp $ */ class Cartridge3E : public Cartridge diff --git a/stella/src/emucore/Cart3F.cxx b/stella/src/emucore/Cart3F.cxx index 08d3f29a3..544bfdc7b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.18 2008-03-28 23:29:13 stephena Exp $ +// $Id: Cart3F.cxx,v 1.19 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart3F.hxx b/stella/src/emucore/Cart3F.hxx index cd2cbf5d4..949eafd75 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-02-19 12:33:03 stephena Exp $ +// $Id: Cart3F.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGE3F_HXX @@ -35,7 +35,7 @@ class System; only used 8K this bankswitching scheme supports up to 512K. @author Bradford W. Mott - @version $Id: Cart3F.hxx,v 1.13 2008-02-19 12:33:03 stephena Exp $ + @version $Id: Cart3F.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ */ class Cartridge3F : public Cartridge { diff --git a/stella/src/emucore/Cart4A50.cxx b/stella/src/emucore/Cart4A50.cxx index 87883e7f0..abebfeefd 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.15 2008-08-01 12:15:58 stephena Exp $ +// $Id: Cart4A50.cxx,v 1.16 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart4A50.hxx b/stella/src/emucore/Cart4A50.hxx index dd269faf3..3bf9de7af 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.12 2008-02-21 23:58:09 stephena Exp $ +// $Id: Cart4A50.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGE4A50_HXX @@ -37,7 +37,7 @@ class System; bytes of ROM. @author Stephen Anthony & Eckhard Stolberg - @version $Id: Cart4A50.hxx,v 1.12 2008-02-21 23:58:09 stephena Exp $ + @version $Id: Cart4A50.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ */ class Cartridge4A50 : public Cartridge { diff --git a/stella/src/emucore/Cart4K.cxx b/stella/src/emucore/Cart4K.cxx index c5292416a..9a6c70eb1 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-02-19 12:33:03 stephena Exp $ +// $Id: Cart4K.cxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart4K.hxx b/stella/src/emucore/Cart4K.hxx index ff6287375..6de8b23e9 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.11 2008-02-06 13:45:21 stephena Exp $ +// $Id: Cart4K.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGE4K_HXX @@ -29,7 +29,7 @@ class System; not bankswitched. @author Bradford W. Mott - @version $Id: Cart4K.hxx,v 1.11 2008-02-06 13:45:21 stephena Exp $ + @version $Id: Cart4K.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ */ class Cartridge4K : public Cartridge { diff --git a/stella/src/emucore/CartAR.cxx b/stella/src/emucore/CartAR.cxx index 0127d531e..e3ae6ee91 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.23 2008-08-01 12:15:58 stephena Exp $ +// $Id: CartAR.cxx,v 1.24 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartAR.hxx b/stella/src/emucore/CartAR.hxx index 7e8cdcbd1..0f96e717a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartAR.hxx,v 1.15 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEAR_HXX @@ -35,7 +35,7 @@ class System; 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.14 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartAR.hxx,v 1.15 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeAR : public Cartridge { diff --git a/stella/src/emucore/CartCV.cxx b/stella/src/emucore/CartCV.cxx index 17325bb8f..feab24ffc 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.18 2008-08-25 23:22:22 stephena Exp $ +// $Id: CartCV.cxx,v 1.19 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartCV.hxx b/stella/src/emucore/CartCV.hxx index 1977572cf..3274247d8 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.12 2008-08-01 12:15:58 stephena Exp $ +// $Id: CartCV.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGECV_HXX @@ -32,7 +32,7 @@ class System; $F800-$FFFF ROM @author Eckhard Stolberg - @version $Id: CartCV.hxx,v 1.12 2008-08-01 12:15:58 stephena Exp $ + @version $Id: CartCV.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeCV : public Cartridge { diff --git a/stella/src/emucore/CartDPC.cxx b/stella/src/emucore/CartDPC.cxx index c14a03192..f49f21cf2 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.21 2008-03-28 23:29:13 stephena Exp $ +// $Id: CartDPC.cxx,v 1.22 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartDPC.hxx b/stella/src/emucore/CartDPC.hxx index 057254ae1..ce22c0673 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.12 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartDPC.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEDCP_HXX @@ -30,7 +30,7 @@ class System; see David P. Crane's United States Patent Number 4,644,495. @author Bradford W. Mott - @version $Id: CartDPC.hxx,v 1.12 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartDPC.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeDPC : public Cartridge { diff --git a/stella/src/emucore/CartE0.cxx b/stella/src/emucore/CartE0.cxx index f6de970d0..1b9e0572b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.16 2008-03-28 23:29:13 stephena Exp $ +// $Id: CartE0.cxx,v 1.17 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartE0.hxx b/stella/src/emucore/CartE0.hxx index f43bcdc95..81de0e052 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.11 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartE0.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEE0_HXX @@ -34,7 +34,7 @@ class System; always points to the last 1K of the ROM image. @author Bradford W. Mott - @version $Id: CartE0.hxx,v 1.11 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartE0.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeE0 : public Cartridge { diff --git a/stella/src/emucore/CartE7.cxx b/stella/src/emucore/CartE7.cxx index 21f46f2bb..1bcc0bf2b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.21 2008-08-25 23:22:22 stephena Exp $ +// $Id: CartE7.cxx,v 1.22 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartE7.hxx b/stella/src/emucore/CartE7.hxx index 8d73cdb45..b6bc69b93 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.12 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartE7.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEE7_HXX @@ -51,7 +51,7 @@ class System; here by accessing 1FF8 to 1FFB. @author Bradford W. Mott - @version $Id: CartE7.hxx,v 1.12 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartE7.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeE7 : public Cartridge { diff --git a/stella/src/emucore/CartF4.cxx b/stella/src/emucore/CartF4.cxx index 2afbff1c8..b6d0c6a2a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-03-28 23:29:13 stephena Exp $ +// $Id: CartF4.cxx,v 1.15 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF4.hxx b/stella/src/emucore/CartF4.hxx index ef94f3979..05db02b7d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartF4.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF4_HXX @@ -29,7 +29,7 @@ class System; are eight 4K banks. @author Bradford W. Mott - @version $Id: CartF4.hxx,v 1.10 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartF4.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeF4 : public Cartridge { diff --git a/stella/src/emucore/CartF4SC.cxx b/stella/src/emucore/CartF4SC.cxx index 4774decf6..34e052926 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.19 2008-08-25 23:22:22 stephena Exp $ +// $Id: CartF4SC.cxx,v 1.20 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF4SC.hxx b/stella/src/emucore/CartF4SC.hxx index d7b15787d..3cf11358c 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.11 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartF4SC.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF4SC_HXX @@ -29,7 +29,7 @@ class System; 128 bytes of RAM. There are eight 4K banks. @author Bradford W. Mott - @version $Id: CartF4SC.hxx,v 1.11 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartF4SC.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeF4SC : public Cartridge { diff --git a/stella/src/emucore/CartF6.cxx b/stella/src/emucore/CartF6.cxx index 1bcfa6249..66ca63f68 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.16 2008-03-28 23:29:13 stephena Exp $ +// $Id: CartF6.cxx,v 1.17 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF6.hxx b/stella/src/emucore/CartF6.hxx index 806747d5e..07ce59ca0 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.12 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartF6.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF6_HXX @@ -29,7 +29,7 @@ class System; are four 4K banks. @author Bradford W. Mott - @version $Id: CartF6.hxx,v 1.12 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartF6.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeF6 : public Cartridge { diff --git a/stella/src/emucore/CartF6SC.cxx b/stella/src/emucore/CartF6SC.cxx index f963a7843..6e6dfec27 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.18 2008-08-25 23:22:22 stephena Exp $ +// $Id: CartF6SC.cxx,v 1.19 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF6SC.hxx b/stella/src/emucore/CartF6SC.hxx index 189ac9aa5..b05b64616 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.11 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartF6SC.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF6SC_HXX @@ -29,7 +29,7 @@ class System; 128 bytes of RAM. There are four 4K banks. @author Bradford W. Mott - @version $Id: CartF6SC.hxx,v 1.11 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartF6SC.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeF6SC : public Cartridge { diff --git a/stella/src/emucore/CartF8.cxx b/stella/src/emucore/CartF8.cxx index d0f283c9e..75a78561e 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.19 2008-11-24 18:02:19 stephena Exp $ +// $Id: CartF8.cxx,v 1.20 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF8.hxx b/stella/src/emucore/CartF8.hxx index 4312ba89c..978ae6c6c 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-11-24 18:02:19 stephena Exp $ +// $Id: CartF8.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF8_HXX @@ -29,7 +29,7 @@ class System; are two 4K banks. @author Bradford W. Mott - @version $Id: CartF8.hxx,v 1.13 2008-11-24 18:02:19 stephena Exp $ + @version $Id: CartF8.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeF8 : public Cartridge { diff --git a/stella/src/emucore/CartF8SC.cxx b/stella/src/emucore/CartF8SC.cxx index cfe1fb135..ce8ae13b6 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.18 2008-08-25 23:22:22 stephena Exp $ +// $Id: CartF8SC.cxx,v 1.19 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF8SC.hxx b/stella/src/emucore/CartF8SC.hxx index 4ffe683dc..595aba88c 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartF8SC.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF8SC_HXX @@ -29,7 +29,7 @@ class System; 128 bytes of RAM. There are two 4K banks. @author Bradford W. Mott - @version $Id: CartF8SC.hxx,v 1.10 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartF8SC.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeF8SC : public Cartridge { diff --git a/stella/src/emucore/CartFASC.cxx b/stella/src/emucore/CartFASC.cxx index 85b2aff5f..3a1258b3d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.18 2008-08-25 23:22:22 stephena Exp $ +// $Id: CartFASC.cxx,v 1.19 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartFASC.hxx b/stella/src/emucore/CartFASC.hxx index bbc534e44..526618b74 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartFASC.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEFASC_HXX @@ -29,7 +29,7 @@ class System; three 4K banks and 256 bytes of RAM. @author Bradford W. Mott - @version $Id: CartFASC.hxx,v 1.10 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartFASC.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeFASC : public Cartridge { diff --git a/stella/src/emucore/CartFE.cxx b/stella/src/emucore/CartFE.cxx index 27dfe2f50..943f07d3e 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartFE.cxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartFE.hxx b/stella/src/emucore/CartFE.hxx index c18e1ecc9..478c14a33 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartFE.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEFE_HXX @@ -41,7 +41,7 @@ class System; monitoring the bus. @author Bradford W. Mott - @version $Id: CartFE.hxx,v 1.10 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartFE.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeFE : public Cartridge { diff --git a/stella/src/emucore/CartMB.cxx b/stella/src/emucore/CartMB.cxx index b6ca10cc3..460370ec9 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-03-28 23:29:13 stephena Exp $ +// $Id: CartMB.cxx,v 1.15 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartMB.hxx b/stella/src/emucore/CartMB.hxx index e5b796dc8..cdd93a92e 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartMB.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEMB_HXX @@ -30,7 +30,7 @@ class System; Accessing $1FF0 switches to next bank. @author Eckhard Stolberg - @version $Id: CartMB.hxx,v 1.10 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartMB.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeMB : public Cartridge { diff --git a/stella/src/emucore/CartMC.cxx b/stella/src/emucore/CartMC.cxx index 08a196942..7d182ec98 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.16 2008-08-25 23:22:22 stephena Exp $ +// $Id: CartMC.cxx,v 1.17 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartMC.hxx b/stella/src/emucore/CartMC.hxx index c4d71b9e8..e14f7d022 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.11 2008-08-01 12:15:58 stephena Exp $ +// $Id: CartMC.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEMC_HXX @@ -133,7 +133,7 @@ class System; @author Bradford W. Mott - @version $Id: CartMC.hxx,v 1.11 2008-08-01 12:15:58 stephena Exp $ + @version $Id: CartMC.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeMC : public Cartridge { diff --git a/stella/src/emucore/CartSB.cxx b/stella/src/emucore/CartSB.cxx index f16f1fb8d..4979843bb 100644 --- a/stella/src/emucore/CartSB.cxx +++ b/stella/src/emucore/CartSB.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott 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/emucore/CartSB.hxx b/stella/src/emucore/CartSB.hxx index d60963615..1a7b445ec 100644 --- a/stella/src/emucore/CartSB.hxx +++ b/stella/src/emucore/CartSB.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott 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/emucore/CartUA.cxx b/stella/src/emucore/CartUA.cxx index 2bb83444a..c0a6f4ef2 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-03-28 23:29:13 stephena Exp $ +// $Id: CartUA.cxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartUA.hxx b/stella/src/emucore/CartUA.hxx index 8d9ffdd97..c6e71ecd4 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.9 2008-02-06 13:45:21 stephena Exp $ +// $Id: CartUA.hxx,v 1.10 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CARTRIDGEUA_HXX @@ -30,7 +30,7 @@ class System; are two 4K banks. @author Bradford W. Mott - @version $Id: CartUA.hxx,v 1.9 2008-02-06 13:45:21 stephena Exp $ + @version $Id: CartUA.hxx,v 1.10 2009-01-01 18:13:35 stephena Exp $ */ class CartridgeUA : public Cartridge { diff --git a/stella/src/emucore/CartX07.cxx b/stella/src/emucore/CartX07.cxx index 8129f7b65..f0c202f74 100644 --- a/stella/src/emucore/CartX07.cxx +++ b/stella/src/emucore/CartX07.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott 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/emucore/CartX07.hxx b/stella/src/emucore/CartX07.hxx index fba0720bd..e632152db 100644 --- a/stella/src/emucore/CartX07.hxx +++ b/stella/src/emucore/CartX07.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott 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/emucore/Console.cxx b/stella/src/emucore/Console.cxx index eb1af4a17..fa37e4ddb 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.150 2009-01-01 00:08:59 stephena Exp $ +// $Id: Console.cxx,v 1.151 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Console.hxx b/stella/src/emucore/Console.hxx index 4da442fdd..7ca5abf98 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.70 2009-01-01 00:08:59 stephena Exp $ +// $Id: Console.hxx,v 1.71 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CONSOLE_HXX @@ -52,7 +52,7 @@ struct ConsoleInfo This class represents the entire game console. @author Bradford W. Mott - @version $Id: Console.hxx,v 1.70 2009-01-01 00:08:59 stephena Exp $ + @version $Id: Console.hxx,v 1.71 2009-01-01 18:13:35 stephena Exp $ */ class Console : public Serializable { diff --git a/stella/src/emucore/Control.cxx b/stella/src/emucore/Control.cxx index 452580895..4209d84dd 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-05-30 19:07:55 stephena Exp $ +// $Id: Control.cxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Control.hxx b/stella/src/emucore/Control.hxx index 091234da6..482dc67de 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.17 2008-05-19 02:53:57 stephena Exp $ +// $Id: Control.hxx,v 1.18 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef CONTROLLER_HXX @@ -57,7 +57,7 @@ class System; of the controller from the perspective of the controller's jack. @author Bradford W. Mott - @version $Id: Control.hxx,v 1.17 2008-05-19 02:53:57 stephena Exp $ + @version $Id: Control.hxx,v 1.18 2009-01-01 18:13:35 stephena Exp $ */ class Controller : public Serializable { diff --git a/stella/src/emucore/Deserializer.cxx b/stella/src/emucore/Deserializer.cxx index dce90eb86..27278d479 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-02-06 13:45:21 stephena Exp $ +// $Id: Deserializer.cxx,v 1.15 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include "Deserializer.hxx" diff --git a/stella/src/emucore/Deserializer.hxx b/stella/src/emucore/Deserializer.hxx index 63ec701fc..f239080b5 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-02-06 13:45:21 stephena Exp $ +// $Id: Deserializer.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef DESERIALIZER_HXX @@ -31,7 +31,7 @@ method return. @author Stephen Anthony - @version $Id: Deserializer.hxx,v 1.13 2008-02-06 13:45:21 stephena Exp $ + @version $Id: Deserializer.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ */ class Deserializer { diff --git a/stella/src/emucore/Driving.cxx b/stella/src/emucore/Driving.cxx index ed57d2424..beaf0030a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.17 2008-04-13 23:43:14 stephena Exp $ +// $Id: Driving.cxx,v 1.18 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Driving.hxx b/stella/src/emucore/Driving.hxx index e264bf475..f44db334c 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.11 2008-04-13 23:43:14 stephena Exp $ +// $Id: Driving.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef DRIVING_HXX @@ -27,7 +27,7 @@ The standard Atari 2600 Indy 500 driving controller. @author Bradford W. Mott - @version $Id: Driving.hxx,v 1.11 2008-04-13 23:43:14 stephena Exp $ + @version $Id: Driving.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ */ class Driving : public Controller { diff --git a/stella/src/emucore/Event.cxx b/stella/src/emucore/Event.cxx index 4f6c130bd..529c68711 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.15 2008-03-02 19:20:50 stephena Exp $ +// $Id: Event.cxx,v 1.16 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include "OSystem.hxx" diff --git a/stella/src/emucore/Event.hxx b/stella/src/emucore/Event.hxx index fd11d88c5..b5634cc4e 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.34 2008-03-22 17:35:02 stephena Exp $ +// $Id: Event.hxx,v 1.35 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef EVENT_HXX @@ -25,7 +25,7 @@ class Event; /** @author Bradford W. Mott - @version $Id: Event.hxx,v 1.34 2008-03-22 17:35:02 stephena Exp $ + @version $Id: Event.hxx,v 1.35 2009-01-01 18:13:35 stephena Exp $ */ class Event { diff --git a/stella/src/emucore/EventHandler.cxx b/stella/src/emucore/EventHandler.cxx index 645c451fe..1d56073a1 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.233 2008-12-29 20:42:15 stephena Exp $ +// $Id: EventHandler.cxx,v 1.234 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/EventHandler.hxx b/stella/src/emucore/EventHandler.hxx index 30b477658..e4abde404 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.113 2008-12-29 20:42:15 stephena Exp $ +// $Id: EventHandler.hxx,v 1.114 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef EVENTHANDLER_HXX @@ -61,7 +61,7 @@ enum EventMode { mapping can take place. @author Stephen Anthony - @version $Id: EventHandler.hxx,v 1.113 2008-12-29 20:42:15 stephena Exp $ + @version $Id: EventHandler.hxx,v 1.114 2009-01-01 18:13:35 stephena Exp $ */ class EventHandler { diff --git a/stella/src/emucore/FSNode.cxx b/stella/src/emucore/FSNode.cxx index 1629dbbf7..4a7062918 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.12 2008-02-06 13:45:21 stephena Exp $ +// $Id: FSNode.cxx,v 1.13 2009-01-01 18:13:35 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 15214669a..1d570feb5 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.15 2008-03-14 23:52:15 stephena Exp $ +// $Id: FSNode.hxx,v 1.16 2009-01-01 18:13:35 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 fd91bdcc4..87e2bae18 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.151 2009-01-01 00:08:59 stephena Exp $ +// $Id: FrameBuffer.cxx,v 1.152 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/FrameBuffer.hxx b/stella/src/emucore/FrameBuffer.hxx index f46df44c5..e7cada0a7 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.110 2008-12-29 20:42:15 stephena Exp $ +// $Id: FrameBuffer.hxx,v 1.111 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_HXX @@ -91,7 +91,7 @@ enum { turn drawn here as well. @author Stephen Anthony - @version $Id: FrameBuffer.hxx,v 1.110 2008-12-29 20:42:15 stephena Exp $ + @version $Id: FrameBuffer.hxx,v 1.111 2009-01-01 18:13:35 stephena Exp $ */ class FrameBuffer { @@ -544,7 +544,7 @@ class FrameBuffer FrameBuffer type. @author Stephen Anthony - @version $Id: FrameBuffer.hxx,v 1.110 2008-12-29 20:42:15 stephena Exp $ + @version $Id: FrameBuffer.hxx,v 1.111 2009-01-01 18:13:35 stephena Exp $ */ // Text alignment modes for drawString() enum TextAlignment { diff --git a/stella/src/emucore/Joystick.cxx b/stella/src/emucore/Joystick.cxx index 661023050..d59a02c19 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-05-11 21:18:35 stephena Exp $ +// $Id: Joystick.cxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Joystick.hxx b/stella/src/emucore/Joystick.hxx index 278d6b60a..9a3c8f914 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.11 2008-05-11 21:18:35 stephena Exp $ +// $Id: Joystick.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef JOYSTICK_HXX @@ -27,7 +27,7 @@ The standard Atari 2600 joystick controller. @author Bradford W. Mott - @version $Id: Joystick.hxx,v 1.11 2008-05-11 21:18:35 stephena Exp $ + @version $Id: Joystick.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ */ class Joystick : public Controller { diff --git a/stella/src/emucore/Keyboard.cxx b/stella/src/emucore/Keyboard.cxx index daf048612..ff1fedd89 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.11 2008-04-13 23:43:14 stephena Exp $ +// $Id: Keyboard.cxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Keyboard.hxx b/stella/src/emucore/Keyboard.hxx index ab765dc70..89a98faed 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.9 2008-04-13 23:43:14 stephena Exp $ +// $Id: Keyboard.hxx,v 1.10 2009-01-01 18:13:35 stephena Exp $ //============================================================================ #ifndef KEYBOARD_HXX @@ -27,7 +27,7 @@ The standard Atari 2600 keyboard controller @author Bradford W. Mott - @version $Id: Keyboard.hxx,v 1.9 2008-04-13 23:43:14 stephena Exp $ + @version $Id: Keyboard.hxx,v 1.10 2009-01-01 18:13:35 stephena Exp $ */ class Keyboard : public Controller { diff --git a/stella/src/emucore/M6532.cxx b/stella/src/emucore/M6532.cxx index 3894a6bff..626581647 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.29 2008-11-02 16:46:05 stephena Exp $ +// $Id: M6532.cxx,v 1.30 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/M6532.hxx b/stella/src/emucore/M6532.hxx index ddeab112d..a8b8a65ba 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-05-16 23:56:30 stephena Exp $ +// $Id: M6532.hxx,v 1.15 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #ifndef M6532_HXX @@ -32,7 +32,7 @@ class Deserializer; RIOT @author Bradford W. Mott - @version $Id: M6532.hxx,v 1.14 2008-05-16 23:56:30 stephena Exp $ + @version $Id: M6532.hxx,v 1.15 2009-01-01 18:13:36 stephena Exp $ */ class M6532 : public Device { diff --git a/stella/src/emucore/MD5.cxx b/stella/src/emucore/MD5.cxx index 88a3452b2..c4a081117 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 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.8 2008-02-06 13:45:22 stephena Exp $ +// $Id: MD5.cxx,v 1.9 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #include "MD5.hxx" diff --git a/stella/src/emucore/MD5.hxx b/stella/src/emucore/MD5.hxx index 7e8fa5ce3..a607d6cd6 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-02-06 13:45:22 stephena Exp $ +// $Id: MD5.hxx,v 1.7 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #ifndef MD5_HXX diff --git a/stella/src/emucore/MT24LC256.cxx b/stella/src/emucore/MT24LC256.cxx index de9a4ec63..ed418dc6f 100644 --- a/stella/src/emucore/MT24LC256.cxx +++ b/stella/src/emucore/MT24LC256.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: MT24LC256.cxx,v 1.13 2008-05-19 02:53:57 stephena Exp $ +// $Id: MT24LC256.cxx,v 1.14 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/MT24LC256.hxx b/stella/src/emucore/MT24LC256.hxx index 9071ae1cf..7022b8863 100644 --- a/stella/src/emucore/MT24LC256.hxx +++ b/stella/src/emucore/MT24LC256.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: MT24LC256.hxx,v 1.6 2008-05-19 02:53:57 stephena Exp $ +// $Id: MT24LC256.hxx,v 1.7 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #ifndef MT24LC256_HXX @@ -30,7 +30,7 @@ class System; (aka Supercat) for the bulk of this code. @author Stephen Anthony & J. Payson - @version $Id: MT24LC256.hxx,v 1.6 2008-05-19 02:53:57 stephena Exp $ + @version $Id: MT24LC256.hxx,v 1.7 2009-01-01 18:13:36 stephena Exp $ */ class MT24LC256 { diff --git a/stella/src/emucore/MediaFactory.cxx b/stella/src/emucore/MediaFactory.cxx index 8385c8158..3db70a95a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.12 2008-02-06 13:45:22 stephena Exp $ +// $Id: MediaFactory.cxx,v 1.13 2009-01-01 18:13:36 stephena Exp $ //============================================================================ //////////////////////////////////////////////////////////////////// diff --git a/stella/src/emucore/MediaFactory.hxx b/stella/src/emucore/MediaFactory.hxx index 053d9be35..7b7577222 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:22 stephena Exp $ +// $Id: MediaFactory.hxx,v 1.6 2009-01-01 18:13:36 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.5 2008-02-06 13:45:22 stephena Exp $ + @version $Id: MediaFactory.hxx,v 1.6 2009-01-01 18:13:36 stephena Exp $ */ class MediaFactory { diff --git a/stella/src/emucore/MediaSrc.cxx b/stella/src/emucore/MediaSrc.cxx index 6680071cb..be458d91c 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:22 stephena Exp $ +// $Id: MediaSrc.cxx,v 1.6 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/MediaSrc.hxx b/stella/src/emucore/MediaSrc.hxx index fc0b94e72..d2ba0c385 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.19 2008-05-21 14:01:30 stephena Exp $ +// $Id: MediaSrc.hxx,v 1.20 2009-01-01 18:13:36 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.19 2008-05-21 14:01:30 stephena Exp $ + @version $Id: MediaSrc.hxx,v 1.20 2009-01-01 18:13:36 stephena Exp $ */ class MediaSource { diff --git a/stella/src/emucore/OSystem.cxx b/stella/src/emucore/OSystem.cxx index 0f552913e..dd86b9be0 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.137 2009-01-01 00:08:59 stephena Exp $ +// $Id: OSystem.cxx,v 1.138 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/OSystem.hxx b/stella/src/emucore/OSystem.hxx index ea781331b..d874988f6 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.68 2008-12-26 20:05:17 stephena Exp $ +// $Id: OSystem.hxx,v 1.69 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #ifndef OSYSTEM_HXX @@ -56,7 +56,7 @@ typedef Common::Array ResolutionList; other objects belong. @author Stephen Anthony - @version $Id: OSystem.hxx,v 1.68 2008-12-26 20:05:17 stephena Exp $ + @version $Id: OSystem.hxx,v 1.69 2009-01-01 18:13:36 stephena Exp $ */ class OSystem { diff --git a/stella/src/emucore/Paddles.cxx b/stella/src/emucore/Paddles.cxx index 5638b4e25..c0ff694a1 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.15 2008-04-13 23:43:14 stephena Exp $ +// $Id: Paddles.cxx,v 1.16 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #define TRIGMAX 240 diff --git a/stella/src/emucore/Paddles.hxx b/stella/src/emucore/Paddles.hxx index 5cf46c18a..d8424fb15 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-04-13 23:43:14 stephena Exp $ +// $Id: Paddles.hxx,v 1.15 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #ifndef PADDLES_HXX @@ -27,7 +27,7 @@ The standard Atari 2600 pair of paddle controllers. @author Bradford W. Mott - @version $Id: Paddles.hxx,v 1.14 2008-04-13 23:43:14 stephena Exp $ + @version $Id: Paddles.hxx,v 1.15 2009-01-01 18:13:36 stephena Exp $ */ class Paddles : public Controller { diff --git a/stella/src/emucore/Props.cxx b/stella/src/emucore/Props.cxx index 856bc84a2..1f70fc3ce 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.22 2008-02-06 13:45:22 stephena Exp $ +// $Id: Props.cxx,v 1.23 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Props.hxx b/stella/src/emucore/Props.hxx index c53697805..7404b5d47 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.16 2008-02-06 13:45:22 stephena Exp $ +// $Id: Props.hxx,v 1.17 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #ifndef PROPERTIES_HXX @@ -55,7 +55,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.16 2008-02-06 13:45:22 stephena Exp $ + @version $Id: Props.hxx,v 1.17 2009-01-01 18:13:36 stephena Exp $ */ class Properties { diff --git a/stella/src/emucore/PropsSet.cxx b/stella/src/emucore/PropsSet.cxx index 001ed162b..5e4a58eb3 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.37 2008-02-06 13:45:22 stephena Exp $ +// $Id: PropsSet.cxx,v 1.38 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/PropsSet.hxx b/stella/src/emucore/PropsSet.hxx index bab8ab355..a5be619f2 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.19 2008-02-06 13:45:22 stephena Exp $ +// $Id: PropsSet.hxx,v 1.20 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #ifndef PROPERTIES_SET_HXX diff --git a/stella/src/emucore/Random.cxx b/stella/src/emucore/Random.cxx index b8c4adf3b..db534a164 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-05-16 23:56:30 stephena Exp $ +// $Id: Random.cxx,v 1.7 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Random.hxx b/stella/src/emucore/Random.hxx index 6510d6891..93327d723 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-05-16 23:56:30 stephena Exp $ +// $Id: Random.hxx,v 1.7 2009-01-01 18:13:36 stephena Exp $ //============================================================================ #ifndef RANDOM_HXX @@ -29,7 +29,7 @@ class OSystem; linear congruential generator. @author Bradford W. Mott - @version $Id: Random.hxx,v 1.6 2008-05-16 23:56:30 stephena Exp $ + @version $Id: Random.hxx,v 1.7 2009-01-01 18:13:36 stephena Exp $ */ class Random { diff --git a/stella/src/emucore/SaveKey.cxx b/stella/src/emucore/SaveKey.cxx index 69c355d6c..8189db547 100644 --- a/stella/src/emucore/SaveKey.cxx +++ b/stella/src/emucore/SaveKey.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SaveKey.cxx,v 1.3 2008-05-19 02:53:57 stephena Exp $ +// $Id: SaveKey.cxx,v 1.4 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #include "MT24LC256.hxx" diff --git a/stella/src/emucore/SaveKey.hxx b/stella/src/emucore/SaveKey.hxx index d2f05ab42..751d7be10 100644 --- a/stella/src/emucore/SaveKey.hxx +++ b/stella/src/emucore/SaveKey.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SaveKey.hxx,v 1.2 2008-05-19 02:53:58 stephena Exp $ +// $Id: SaveKey.hxx,v 1.3 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #ifndef SAVEKEY_HXX @@ -31,7 +31,7 @@ class MT24LC256; driver code. @author Stephen Anthony - @version $Id: SaveKey.hxx,v 1.2 2008-05-19 02:53:58 stephena Exp $ + @version $Id: SaveKey.hxx,v 1.3 2009-01-01 18:13:37 stephena Exp $ */ class SaveKey : public Controller { diff --git a/stella/src/emucore/SerialPort.hxx b/stella/src/emucore/SerialPort.hxx index debdee887..4fb606bca 100644 --- a/stella/src/emucore/SerialPort.hxx +++ b/stella/src/emucore/SerialPort.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SerialPort.hxx,v 1.4 2008-04-11 17:56:34 stephena Exp $ +// $Id: SerialPort.hxx,v 1.5 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #ifndef SERIALPORT_HXX @@ -27,7 +27,7 @@ and as such it always uses 19200, 8n1, no flow control. @author Stephen Anthony - @version $Id: SerialPort.hxx,v 1.4 2008-04-11 17:56:34 stephena Exp $ + @version $Id: SerialPort.hxx,v 1.5 2009-01-01 18:13:37 stephena Exp $ */ class SerialPort { diff --git a/stella/src/emucore/Serializable.hxx b/stella/src/emucore/Serializable.hxx index 1a32a82be..f49e44c3d 100644 --- a/stella/src/emucore/Serializable.hxx +++ b/stella/src/emucore/Serializable.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Serializable.hxx,v 1.2 2008-02-06 13:45:22 stephena Exp $ +// $Id: Serializable.hxx,v 1.3 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #ifndef SERIALIZABLE_HXX @@ -28,7 +28,7 @@ method signatures as defined below. @author Stephen Anthony - @version $Id: Serializable.hxx,v 1.2 2008-02-06 13:45:22 stephena Exp $ + @version $Id: Serializable.hxx,v 1.3 2009-01-01 18:13:37 stephena Exp $ */ class Serializable { diff --git a/stella/src/emucore/Serializer.cxx b/stella/src/emucore/Serializer.cxx index e5db47684..151e5ec1a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-02-06 13:45:22 stephena Exp $ +// $Id: Serializer.cxx,v 1.14 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #include "Serializer.hxx" diff --git a/stella/src/emucore/Serializer.hxx b/stella/src/emucore/Serializer.hxx index d50b5d980..9ee4cb9c7 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-02-06 13:45:22 stephena Exp $ +// $Id: Serializer.hxx,v 1.15 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #ifndef SERIALIZER_HXX @@ -32,7 +32,7 @@ string, boolean values are written using a special character pattern. @author Stephen Anthony - @version $Id: Serializer.hxx,v 1.14 2008-02-06 13:45:22 stephena Exp $ + @version $Id: Serializer.hxx,v 1.15 2009-01-01 18:13:37 stephena Exp $ */ class Serializer { diff --git a/stella/src/emucore/Settings.cxx b/stella/src/emucore/Settings.cxx index 4db8c0e82..1ac011175 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.151 2008-12-29 20:42:15 stephena Exp $ +// $Id: Settings.cxx,v 1.152 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Settings.hxx b/stella/src/emucore/Settings.hxx index 56b00ceb8..10b7fe4f2 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.34 2008-02-06 13:45:22 stephena Exp $ +// $Id: Settings.hxx,v 1.35 2009-01-01 18:13:37 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.34 2008-02-06 13:45:22 stephena Exp $ + @version $Id: Settings.hxx,v 1.35 2009-01-01 18:13:37 stephena Exp $ */ class Settings { diff --git a/stella/src/emucore/Sound.hxx b/stella/src/emucore/Sound.hxx index 98a2f4b91..f1ef8503b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.25 2008-05-19 21:16:58 stephena Exp $ +// $Id: Sound.hxx,v 1.26 2009-01-01 18:13:37 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.25 2008-05-19 21:16:58 stephena Exp $ + @version $Id: Sound.hxx,v 1.26 2009-01-01 18:13:37 stephena Exp $ */ class Sound { diff --git a/stella/src/emucore/SpeakJet.cxx b/stella/src/emucore/SpeakJet.cxx index a943e6291..5b28186ff 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.9 2008-03-31 00:59:30 stephena Exp $ +// $Id: SpeakJet.cxx,v 1.10 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #ifdef SPEAKJET_EMULATION diff --git a/stella/src/emucore/SpeakJet.hxx b/stella/src/emucore/SpeakJet.hxx index eed726cc3..b18e7409e 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-03-31 00:59:30 stephena Exp $ +// $Id: SpeakJet.hxx,v 1.11 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #ifdef SPEAKJET_EMULATION @@ -77,7 +77,7 @@ anyway). @author B. Watson - @version $Id: SpeakJet.hxx,v 1.10 2008-03-31 00:59:30 stephena Exp $ + @version $Id: SpeakJet.hxx,v 1.11 2009-01-01 18:13:37 stephena Exp $ */ #include "bspf.hxx" diff --git a/stella/src/emucore/StateManager.cxx b/stella/src/emucore/StateManager.cxx index 7323b51bb..77173649a 100644 --- a/stella/src/emucore/StateManager.cxx +++ b/stella/src/emucore/StateManager.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: StateManager.cxx,v 1.5 2008-05-15 19:10:10 stephena Exp $ +// $Id: StateManager.cxx,v 1.6 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/StateManager.hxx b/stella/src/emucore/StateManager.hxx index 3630fd481..9d6bf9c47 100644 --- a/stella/src/emucore/StateManager.hxx +++ b/stella/src/emucore/StateManager.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: StateManager.hxx,v 1.4 2008-02-06 13:45:22 stephena Exp $ +// $Id: StateManager.hxx,v 1.5 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #ifndef STATE_MANAGER_HXX @@ -30,7 +30,7 @@ class OSystem; played back. @author Stephen Anthony - @version $Id: StateManager.hxx,v 1.4 2008-02-06 13:45:22 stephena Exp $ + @version $Id: StateManager.hxx,v 1.5 2009-01-01 18:13:37 stephena Exp $ */ class StateManager { diff --git a/stella/src/emucore/Switches.cxx b/stella/src/emucore/Switches.cxx index b39cd4d6d..c0f9ce247 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-05-30 19:07:55 stephena Exp $ +// $Id: Switches.cxx,v 1.11 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Switches.hxx b/stella/src/emucore/Switches.hxx index 1f804b588..6c41765c8 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.7 2008-05-15 18:59:56 stephena Exp $ +// $Id: Switches.hxx,v 1.8 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #ifndef SWITCHES_HXX @@ -29,7 +29,7 @@ class Properties; This class represents the console switches of the game console. @author Bradford W. Mott - @version $Id: Switches.hxx,v 1.7 2008-05-15 18:59:56 stephena Exp $ + @version $Id: Switches.hxx,v 1.8 2009-01-01 18:13:37 stephena Exp $ */ class Switches : public Serializable { diff --git a/stella/src/emucore/TIA.cxx b/stella/src/emucore/TIA.cxx index 030af5b3f..84f24bb7b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.94 2008-05-22 17:54:54 stephena Exp $ +// $Id: TIA.cxx,v 1.95 2009-01-01 18:13:37 stephena Exp $ //============================================================================ //#define DEBUG_HMOVE diff --git a/stella/src/emucore/TIA.hxx b/stella/src/emucore/TIA.hxx index eb23fae8a..869855b12 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.47 2008-05-21 14:01:31 stephena Exp $ +// $Id: TIA.hxx,v 1.48 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #ifndef TIA_HXX @@ -40,7 +40,7 @@ class Settings; be displayed on screen. @author Bradford W. Mott - @version $Id: TIA.hxx,v 1.47 2008-05-21 14:01:31 stephena Exp $ + @version $Id: TIA.hxx,v 1.48 2009-01-01 18:13:37 stephena Exp $ */ class TIA : public Device , public MediaSource { diff --git a/stella/src/emucore/TIASnd.cxx b/stella/src/emucore/TIASnd.cxx index 277176c1e..8dd618efd 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-2008 by Bradford W. Mott +// Copyright (c) 1995-2009 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.7 2008-02-06 13:45:22 stephena Exp $ +// $Id: TIASnd.cxx,v 1.8 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #include "System.hxx" diff --git a/stella/src/emucore/TIASnd.hxx b/stella/src/emucore/TIASnd.hxx index 0e632ad4f..b3cacd394 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-2008 by Bradford W. Mott +// Copyright (c) 1995-2009 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.7 2008-02-06 13:45:22 stephena Exp $ +// $Id: TIASnd.hxx,v 1.8 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #ifndef TIASOUND_HXX @@ -26,7 +26,7 @@ hardware. @author Bradford W. Mott - @version $Id: TIASnd.hxx,v 1.7 2008-02-06 13:45:22 stephena Exp $ + @version $Id: TIASnd.hxx,v 1.8 2009-01-01 18:13:37 stephena Exp $ */ class TIASound { diff --git a/stella/src/emucore/TrackBall.cxx b/stella/src/emucore/TrackBall.cxx index 5d2ba6c3e..5b8ef6a95 100644 --- a/stella/src/emucore/TrackBall.cxx +++ b/stella/src/emucore/TrackBall.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: TrackBall.cxx,v 1.3 2008-05-30 12:06:17 stephena Exp $ +// $Id: TrackBall.cxx,v 1.4 2009-01-01 18:13:37 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/TrackBall.hxx b/stella/src/emucore/TrackBall.hxx index 1eb4f212a..992c013cc 100644 --- a/stella/src/emucore/TrackBall.hxx +++ b/stella/src/emucore/TrackBall.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: TrackBall.hxx,v 1.2 2008-05-19 03:15:12 stephena Exp $ +// $Id: TrackBall.hxx,v 1.3 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #ifndef TRACKBALL_HXX @@ -35,7 +35,7 @@ AmigaMouse: Amiga Mouse @author Stephen Anthony & z26 team - @version $Id: TrackBall.hxx,v 1.2 2008-05-19 03:15:12 stephena Exp $ + @version $Id: TrackBall.hxx,v 1.3 2009-01-01 18:13:38 stephena Exp $ */ class TrackBall : public Controller { diff --git a/stella/src/emucore/m6502/src/Device.cxx b/stella/src/emucore/m6502/src/Device.cxx index 8fe7b6812..31c46b780 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:22 stephena Exp $ +// $Id: Device.cxx,v 1.6 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #include "Device.hxx" diff --git a/stella/src/emucore/m6502/src/Device.hxx b/stella/src/emucore/m6502/src/Device.hxx index 0024b6479..f21b3cbf1 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-02-06 13:45:22 stephena Exp $ +// $Id: Device.hxx,v 1.9 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #ifndef DEVICE_HXX @@ -29,7 +29,7 @@ class System; based system. @author Bradford W. Mott - @version $Id: Device.hxx,v 1.8 2008-02-06 13:45:22 stephena Exp $ + @version $Id: Device.hxx,v 1.9 2009-01-01 18:13:38 stephena Exp $ */ class Device : public Serializable { diff --git a/stella/src/emucore/m6502/src/M6502.cxx b/stella/src/emucore/m6502/src/M6502.cxx index 68383b91a..58076b695 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.23 2008-05-04 17:16:39 stephena Exp $ +// $Id: M6502.cxx,v 1.24 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #include "M6502.hxx" diff --git a/stella/src/emucore/m6502/src/M6502.hxx b/stella/src/emucore/m6502/src/M6502.hxx index a82417c90..3eb56fc4b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.22 2008-05-04 17:16:39 stephena Exp $ +// $Id: M6502.hxx,v 1.23 2009-01-01 18:13:38 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.22 2008-05-04 17:16:39 stephena Exp $ + @version $Id: M6502.hxx,v 1.23 2009-01-01 18:13:38 stephena Exp $ */ class M6502 { diff --git a/stella/src/emucore/m6502/src/M6502Hi.cxx b/stella/src/emucore/m6502/src/M6502Hi.cxx index c31291f14..1561d52a9 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.22 2008-04-11 01:28:35 stephena Exp $ +// $Id: M6502Hi.cxx,v 1.23 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #include "M6502Hi.hxx" diff --git a/stella/src/emucore/m6502/src/M6502Hi.hxx b/stella/src/emucore/m6502/src/M6502Hi.hxx index 7120cbc33..7f5d54371 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-02-06 13:45:22 stephena Exp $ +// $Id: M6502Hi.hxx,v 1.7 2009-01-01 18:13:38 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.6 2008-02-06 13:45:22 stephena Exp $ + @version $Id: M6502Hi.hxx,v 1.7 2009-01-01 18:13:38 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 2a1be726d..8993fda93 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.15 2008-05-04 17:16:39 stephena Exp $ +// $Id: M6502Low.cxx,v 1.16 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #include "M6502Low.hxx" diff --git a/stella/src/emucore/m6502/src/M6502Low.hxx b/stella/src/emucore/m6502/src/M6502Low.hxx index cc3115b42..cccf2a083 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-02-06 13:45:22 stephena Exp $ +// $Id: M6502Low.hxx,v 1.9 2009-01-01 18:13:38 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.8 2008-02-06 13:45:22 stephena Exp $ + @version $Id: M6502Low.hxx,v 1.9 2009-01-01 18:13:38 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 349c6bb13..4a80be92d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.7 2008-02-06 13:45:22 stephena Exp $ +// $Id: NullDev.cxx,v 1.8 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #include "NullDev.hxx" diff --git a/stella/src/emucore/m6502/src/NullDev.hxx b/stella/src/emucore/m6502/src/NullDev.hxx index ad68dc89d..444f60cc4 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.7 2008-02-06 13:45:22 stephena Exp $ +// $Id: NullDev.hxx,v 1.8 2009-01-01 18:13:38 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.7 2008-02-06 13:45:22 stephena Exp $ + @version $Id: NullDev.hxx,v 1.8 2009-01-01 18:13:38 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 6669d7787..9713a52f0 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.26 2008-03-28 23:29:14 stephena Exp $ +// $Id: System.cxx,v 1.27 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/m6502/src/System.hxx b/stella/src/emucore/m6502/src/System.hxx index 96d70752f..efb5c95c4 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.19 2008-02-19 12:33:07 stephena Exp $ +// $Id: System.hxx,v 1.20 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #ifndef SYSTEM_HXX @@ -47,7 +47,7 @@ class NullDevice; dynamic code for that page of memory. @author Bradford W. Mott - @version $Id: System.hxx,v 1.19 2008-02-19 12:33:07 stephena Exp $ + @version $Id: System.hxx,v 1.20 2009-01-01 18:13:38 stephena Exp $ */ class System : public Serializable { diff --git a/stella/src/gp2x/FSNodeGP2X.cxx b/stella/src/gp2x/FSNodeGP2X.cxx index fbf814670..fb0e6dc39 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-03-14 23:52:17 stephena Exp $ +// $Id: FSNodeGP2X.cxx,v 1.9 2009-01-01 18:13:38 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 b4b3d953b..1cf53fd5d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.26 2008-03-13 22:58:06 stephena Exp $ +// $Id: FrameBufferGP2X.cxx,v 1.27 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #include diff --git a/stella/src/gp2x/FrameBufferGP2X.hxx b/stella/src/gp2x/FrameBufferGP2X.hxx index 18a1cc0d6..04595c837 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-03-13 22:58:06 stephena Exp $ +// $Id: FrameBufferGP2X.hxx,v 1.14 2009-01-01 18:13:38 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.13 2008-03-13 22:58:06 stephena Exp $ + @version $Id: FrameBufferGP2X.hxx,v 1.14 2009-01-01 18:13:38 stephena Exp $ */ class FrameBufferGP2X : public FrameBuffer { diff --git a/stella/src/gp2x/OSystemGP2X.cxx b/stella/src/gp2x/OSystemGP2X.cxx index ec3c985fe..f018ae688 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.30 2008-05-16 23:56:31 stephena Exp $ +// $Id: OSystemGP2X.cxx,v 1.31 2009-01-01 18:13:38 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 1ad4f4fca..8dc388ff1 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-05-16 23:56:31 stephena Exp $ +// $Id: OSystemGP2X.hxx,v 1.14 2009-01-01 18:13:38 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 5c8481eb3..77876382f 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.28 2008-02-20 00:17:49 stephena Exp $ +// $Id: SettingsGP2X.cxx,v 1.29 2009-01-01 18:13:38 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 56946ab06..0507a0dcf 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.4 2008-02-06 13:45:23 stephena Exp $ +// $Id: SettingsGP2X.hxx,v 1.5 2009-01-01 18:13:38 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 740962b16..eb56fca49 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.26 2008-12-25 23:05:16 stephena Exp $ +// $Id: AboutDialog.cxx,v 1.27 2009-01-01 18:13:38 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -107,7 +107,7 @@ void AboutDialog::updateStrings(int page, int lines, string& title, string* &dsc ADD_ATEXT("\\CA multi-platform Atari 2600 VCS emulator"); ADD_ATEXT(string("\\C\\c2") + instance().features()); ADD_ALINE; - ADD_ATEXT("\\CCopyright (C) 1995-2008 The Stella team"); + ADD_ATEXT("\\CCopyright (C) 1995-2009 The Stella team"); ADD_ATEXT("\\Chttp://stella.sourceforge.net"); ADD_ALINE; ADD_ATEXT("Stella is free software released under the GNU GPL"); diff --git a/stella/src/gui/AboutDialog.hxx b/stella/src/gui/AboutDialog.hxx index 7842eedfe..678ab6d13 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-02-06 13:45:23 stephena Exp $ +// $Id: AboutDialog.hxx,v 1.9 2009-01-01 18:13:38 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 368402938..345afa994 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.29 2008-07-25 12:41:41 stephena Exp $ +// $Id: AudioDialog.cxx,v 1.30 2009-01-01 18:13:38 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 ba73c5edb..bb4acc107 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.12 2008-02-06 13:45:23 stephena Exp $ +// $Id: AudioDialog.hxx,v 1.13 2009-01-01 18:13:38 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 cc153d9e3..565d0417f 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.32 2008-08-01 12:16:00 stephena Exp $ +// $Id: BrowserDialog.cxx,v 1.33 2009-01-01 18:13:38 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 c890acd24..8d914849b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-02-06 13:45:23 stephena Exp $ +// $Id: BrowserDialog.hxx,v 1.14 2009-01-01 18:13:38 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 652c8d985..d92a0e579 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.17 2008-06-13 13:14:51 stephena Exp $ +// $Id: CheckListWidget.cxx,v 1.18 2009-01-01 18:13:38 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 24fd6eaf6..0bd8c8a0e 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.12 2008-02-06 13:45:23 stephena Exp $ +// $Id: CheckListWidget.hxx,v 1.13 2009-01-01 18:13:38 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 058e21f1e..d5137f1df 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-02-06 13:45:23 stephena Exp $ +// $Id: Command.hxx,v 1.9 2009-01-01 18:13:38 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.8 2008-02-06 13:45:23 stephena Exp $ + @version $Id: Command.hxx,v 1.9 2009-01-01 18:13:38 stephena Exp $ */ class CommandReceiver; class CommandSender; diff --git a/stella/src/gui/CommandDialog.cxx b/stella/src/gui/CommandDialog.cxx index f853ab61e..8932c8141 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.22 2008-12-27 23:27:32 stephena Exp $ +// $Id: CommandDialog.cxx,v 1.23 2009-01-01 18:13:38 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 854af0359..2bd6138da 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-02-06 13:45:23 stephena Exp $ +// $Id: CommandDialog.hxx,v 1.9 2009-01-01 18:13:38 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 45840d762..955fa58c1 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.7 2008-02-06 13:45:23 stephena Exp $ +// $Id: CommandMenu.cxx,v 1.8 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #include "Dialog.hxx" diff --git a/stella/src/gui/CommandMenu.hxx b/stella/src/gui/CommandMenu.hxx index 59f61d30c..60a20a918 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:23 stephena Exp $ +// $Id: CommandMenu.hxx,v 1.6 2009-01-01 18:13:38 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.5 2008-02-06 13:45:23 stephena Exp $ + @version $Id: CommandMenu.hxx,v 1.6 2009-01-01 18:13:38 stephena Exp $ */ class CommandMenu : public DialogContainer { diff --git a/stella/src/gui/ConsoleFont.hxx b/stella/src/gui/ConsoleFont.hxx index a3d968065..fd02def2c 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-12-25 23:05:16 stephena Exp $ +// $Id: ConsoleFont.hxx,v 1.11 2009-01-01 18:13:38 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/ContextMenu.cxx b/stella/src/gui/ContextMenu.cxx index eb4113b79..2b27a37a9 100644 --- a/stella/src/gui/ContextMenu.cxx +++ b/stella/src/gui/ContextMenu.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.9 2008-12-28 00:23:21 stephena Exp $ +// $Id: ContextMenu.cxx,v 1.10 2009-01-01 18:13:38 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/ContextMenu.hxx b/stella/src/gui/ContextMenu.hxx index 74c0b458d..f3c45c682 100644 --- a/stella/src/gui/ContextMenu.hxx +++ b/stella/src/gui/ContextMenu.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-07-25 12:41:41 stephena Exp $ +// $Id: ContextMenu.hxx,v 1.6 2009-01-01 18:13:38 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 387e439ab..25747463f 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.73 2008-12-28 21:01:55 stephena Exp $ +// $Id: Dialog.cxx,v 1.74 2009-01-01 18:13:38 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 abe76a279..6f34fe6c6 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.41 2008-12-25 23:05:16 stephena Exp $ +// $Id: Dialog.hxx,v 1.42 2009-01-01 18:13:38 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -47,7 +47,7 @@ class TabWidget; This is the base class for all dialog boxes. @author Stephen Anthony - @version $Id: Dialog.hxx,v 1.41 2008-12-25 23:05:16 stephena Exp $ + @version $Id: Dialog.hxx,v 1.42 2009-01-01 18:13:38 stephena Exp $ */ class Dialog : public GuiObject { diff --git a/stella/src/gui/DialogContainer.cxx b/stella/src/gui/DialogContainer.cxx index e9d474491..dc000c808 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.52 2008-12-29 20:42:15 stephena Exp $ +// $Id: DialogContainer.cxx,v 1.53 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #include "OSystem.hxx" diff --git a/stella/src/gui/DialogContainer.hxx b/stella/src/gui/DialogContainer.hxx index 5b218d946..5fcd67e3d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.27 2008-12-29 20:42:15 stephena Exp $ +// $Id: DialogContainer.hxx,v 1.28 2009-01-01 18:13:38 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.27 2008-12-29 20:42:15 stephena Exp $ + @version $Id: DialogContainer.hxx,v 1.28 2009-01-01 18:13:38 stephena Exp $ */ class DialogContainer { diff --git a/stella/src/gui/EditTextWidget.cxx b/stella/src/gui/EditTextWidget.cxx index 9eaff2131..4a1f2caba 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.20 2008-06-13 13:14:51 stephena Exp $ +// $Id: EditTextWidget.cxx,v 1.21 2009-01-01 18:13:38 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 1fda3b71a..6fb6dccd5 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.8 2008-02-06 13:45:23 stephena Exp $ +// $Id: EditTextWidget.hxx,v 1.9 2009-01-01 18:13:38 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 f53bd3b2c..0cbb482d1 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.28 2008-06-13 13:14:51 stephena Exp $ +// $Id: EditableWidget.cxx,v 1.29 2009-01-01 18:13:38 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 0091f9d07..7d2665b63 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.15 2008-02-06 13:45:23 stephena Exp $ +// $Id: EditableWidget.hxx,v 1.16 2009-01-01 18:13:38 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 19f7f812c..bed49218b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.24 2008-06-13 13:14:51 stephena Exp $ +// $Id: EventMappingWidget.cxx,v 1.25 2009-01-01 18:13:38 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 905f0626f..f772f5dce 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-02-06 13:45:23 stephena Exp $ +// $Id: EventMappingWidget.hxx,v 1.14 2009-01-01 18:13:38 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 1c923d14c..c11bbbd8e 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.21 2008-12-25 23:05:16 stephena Exp $ +// $Id: FileSnapDialog.cxx,v 1.22 2009-01-01 18:13:38 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 5034cca7a..d95f39151 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-03-12 19:42:36 stephena Exp $ +// $Id: FileSnapDialog.hxx,v 1.11 2009-01-01 18:13:38 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 f8372712f..67ee31507 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:23 stephena Exp $ +// $Id: Font.cxx,v 1.6 2009-01-01 18:13:38 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 6232e3fa6..bc30f625a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.12 2008-12-25 23:05:16 stephena Exp $ +// $Id: Font.hxx,v 1.13 2009-01-01 18:13:38 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 bb3411e3e..8af32ace1 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.60 2008-12-25 23:05:16 stephena Exp $ +// $Id: GameInfoDialog.cxx,v 1.61 2009-01-01 18:13:38 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 5dc6326d8..4659787b3 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.34 2008-07-25 12:41:41 stephena Exp $ +// $Id: GameInfoDialog.hxx,v 1.35 2009-01-01 18:13:38 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 15b4acf38..b4af54674 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.15 2008-02-06 13:45:23 stephena Exp $ +// $Id: GameList.cxx,v 1.16 2009-01-01 18:13:38 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 7629b019f..c8aeeb04a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.15 2008-02-06 13:45:23 stephena Exp $ +// $Id: GameList.hxx,v 1.16 2009-01-01 18:13:38 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 5040fea89..a1193bbd9 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.26 2008-12-29 20:42:15 stephena Exp $ +// $Id: GuiObject.hxx,v 1.27 2009-01-01 18:13:38 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -54,7 +54,7 @@ enum { This is the base class for all GUI objects/widgets. @author Stephen Anthony - @version $Id: GuiObject.hxx,v 1.26 2008-12-29 20:42:15 stephena Exp $ + @version $Id: GuiObject.hxx,v 1.27 2009-01-01 18:13:38 stephena Exp $ */ class GuiObject : public CommandReceiver { diff --git a/stella/src/gui/HelpDialog.cxx b/stella/src/gui/HelpDialog.cxx index fb1ef2d6e..3906bf22e 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.26 2008-12-25 23:05:16 stephena Exp $ +// $Id: HelpDialog.cxx,v 1.27 2009-01-01 18:13:38 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 b4c33d0e9..c29160c48 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-02-06 13:45:23 stephena Exp $ +// $Id: HelpDialog.hxx,v 1.11 2009-01-01 18:13:38 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 0d816e192..e2bfcb0a9 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.34 2008-07-25 12:41:41 stephena Exp $ +// $Id: InputDialog.cxx,v 1.35 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/gui/InputDialog.hxx b/stella/src/gui/InputDialog.hxx index 2ad7350ef..13caf0399 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.18 2008-05-11 21:18:35 stephena Exp $ +// $Id: InputDialog.hxx,v 1.19 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #ifndef INPUT_DIALOG_HXX diff --git a/stella/src/gui/InputTextDialog.cxx b/stella/src/gui/InputTextDialog.cxx index 1edac08a6..1e9b94e88 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.26 2008-12-28 00:23:21 stephena Exp $ +// $Id: InputTextDialog.cxx,v 1.27 2009-01-01 18:13:38 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 6bdc7c397..e190a73f1 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.13 2008-12-24 01:20:06 stephena Exp $ +// $Id: InputTextDialog.hxx,v 1.14 2009-01-01 18:13:38 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 ee6dac662..e7ce90bb0 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.25 2008-07-22 14:54:39 stephena Exp $ +// $Id: Launcher.cxx,v 1.26 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #include diff --git a/stella/src/gui/Launcher.hxx b/stella/src/gui/Launcher.hxx index 9b08a0509..135c79790 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.16 2008-05-30 19:07:55 stephena Exp $ +// $Id: Launcher.hxx,v 1.17 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #ifndef LAUNCHER_HXX @@ -28,7 +28,7 @@ class OSystem; The base dialog for the ROM launcher in Stella. @author Stephen Anthony - @version $Id: Launcher.hxx,v 1.16 2008-05-30 19:07:55 stephena Exp $ + @version $Id: Launcher.hxx,v 1.17 2009-01-01 18:13:38 stephena Exp $ */ class Launcher : public DialogContainer { diff --git a/stella/src/gui/LauncherDialog.cxx b/stella/src/gui/LauncherDialog.cxx index f78dbdbcc..5174f8b00 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.92 2008-12-31 01:33:03 stephena Exp $ +// $Id: LauncherDialog.cxx,v 1.93 2009-01-01 18:13:38 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 54e5324a4..26a2fc282 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.37 2008-12-31 01:33:03 stephena Exp $ +// $Id: LauncherDialog.hxx,v 1.38 2009-01-01 18:13:38 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 860556ce7..2a64d1f42 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.51 2008-06-13 13:14:51 stephena Exp $ +// $Id: ListWidget.cxx,v 1.52 2009-01-01 18:13:38 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 2b71bd2de..35e290774 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.21 2008-02-06 13:45:24 stephena Exp $ +// $Id: ListWidget.hxx,v 1.22 2009-01-01 18:13:38 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 423a2ad5a..10f0a965a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.17 2008-02-06 13:45:24 stephena Exp $ +// $Id: Menu.cxx,v 1.18 2009-01-01 18:13:38 stephena Exp $ //============================================================================ #include "Dialog.hxx" diff --git a/stella/src/gui/Menu.hxx b/stella/src/gui/Menu.hxx index 6866617cc..c62649789 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.16 2008-02-06 13:45:24 stephena Exp $ +// $Id: Menu.hxx,v 1.17 2009-01-01 18:13:38 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.16 2008-02-06 13:45:24 stephena Exp $ + @version $Id: Menu.hxx,v 1.17 2009-01-01 18:13:38 stephena Exp $ */ class Menu : public DialogContainer { diff --git a/stella/src/gui/OptionsDialog.cxx b/stella/src/gui/OptionsDialog.cxx index 6888b60ca..6d60b67bf 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.75 2008-12-28 21:01:55 stephena Exp $ +// $Id: OptionsDialog.cxx,v 1.76 2009-01-01 18:13:38 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 11e673835..23456b099 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.29 2008-03-23 16:22:46 stephena Exp $ +// $Id: OptionsDialog.hxx,v 1.30 2009-01-01 18:13:38 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 7da5c7ec5..45cfb713d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.44 2008-12-28 00:23:21 stephena Exp $ +// $Id: PopUpWidget.cxx,v 1.45 2009-01-01 18:13:38 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 78a11fdf1..b20f67073 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.23 2008-12-28 00:23:21 stephena Exp $ +// $Id: PopUpWidget.hxx,v 1.24 2009-01-01 18:13:38 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 6d1b362c5..46dd52139 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-12-31 01:33:03 stephena Exp $ +// $Id: ProgressDialog.cxx,v 1.15 2009-01-01 18:13:38 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 32045a86b..48bfba6a9 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-12-31 01:33:03 stephena Exp $ +// $Id: ProgressDialog.hxx,v 1.7 2009-01-01 18:13:38 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 312a20b57..5db5a544e 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.7 2008-06-19 12:01:31 stephena Exp $ +// $Id: Rect.hxx,v 1.8 2009-01-01 18:13:39 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/RomAuditDialog.cxx b/stella/src/gui/RomAuditDialog.cxx index 9c2c25a83..fbbab9e4d 100644 --- a/stella/src/gui/RomAuditDialog.cxx +++ b/stella/src/gui/RomAuditDialog.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: RomAuditDialog.cxx,v 1.7 2008-12-31 01:33:03 stephena Exp $ +// $Id: RomAuditDialog.cxx,v 1.8 2009-01-01 18:13:39 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/RomAuditDialog.hxx b/stella/src/gui/RomAuditDialog.hxx index 20e910bc0..b75153d78 100644 --- a/stella/src/gui/RomAuditDialog.hxx +++ b/stella/src/gui/RomAuditDialog.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: RomAuditDialog.hxx,v 1.1 2008-03-14 15:23:24 stephena Exp $ +// $Id: RomAuditDialog.hxx,v 1.2 2009-01-01 18:13:39 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/RomInfoWidget.cxx b/stella/src/gui/RomInfoWidget.cxx index b6a5505a0..875b3eb88 100644 --- a/stella/src/gui/RomInfoWidget.cxx +++ b/stella/src/gui/RomInfoWidget.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: RomInfoWidget.cxx,v 1.12 2008-12-30 02:34:49 stephena Exp $ +// $Id: RomInfoWidget.cxx,v 1.13 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #include diff --git a/stella/src/gui/RomInfoWidget.hxx b/stella/src/gui/RomInfoWidget.hxx index 5ebd01eef..8fc9f6f6b 100644 --- a/stella/src/gui/RomInfoWidget.hxx +++ b/stella/src/gui/RomInfoWidget.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: RomInfoWidget.hxx,v 1.7 2008-12-30 02:34:49 stephena Exp $ +// $Id: RomInfoWidget.hxx,v 1.8 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #ifndef ROM_INFO_WIDGET_HXX diff --git a/stella/src/gui/ScrollBarWidget.cxx b/stella/src/gui/ScrollBarWidget.cxx index 8300e5eb3..b6914ec8d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.23 2008-06-13 13:14:51 stephena Exp $ +// $Id: ScrollBarWidget.cxx,v 1.24 2009-01-01 18:13:39 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 a6ffe5f7b..e205a5687 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-02-06 13:45:24 stephena Exp $ +// $Id: ScrollBarWidget.hxx,v 1.11 2009-01-01 18:13:39 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 762881b8c..47ef74dbf 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.6 2008-06-13 13:14:51 stephena Exp $ +// $Id: Stack.hxx,v 1.7 2009-01-01 18:13:39 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 b7e173128..9d3f1a6e9 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.11 2008-12-25 23:05:16 stephena Exp $ +// $Id: StellaFont.hxx,v 1.12 2009-01-01 18:13:39 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/StellaLargeFont.hxx b/stella/src/gui/StellaLargeFont.hxx index db776d56d..14071d8b4 100644 --- a/stella/src/gui/StellaLargeFont.hxx +++ b/stella/src/gui/StellaLargeFont.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: StellaLargeFont.hxx,v 1.3 2008-12-25 23:05:16 stephena Exp $ +// $Id: StellaLargeFont.hxx,v 1.4 2009-01-01 18:13:39 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 c91f0200f..15799d4dc 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.9 2008-07-25 12:41:41 stephena Exp $ +// $Id: StringList.hxx,v 1.10 2009-01-01 18:13:39 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 c3ea20507..237054b3b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.11 2008-06-13 13:14:51 stephena Exp $ +// $Id: StringListWidget.cxx,v 1.12 2009-01-01 18:13:39 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 c954ec0c8..998b8161b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.5 2008-02-06 13:45:24 stephena Exp $ +// $Id: StringListWidget.hxx,v 1.6 2009-01-01 18:13:39 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Surface.cxx b/stella/src/gui/Surface.cxx index fa3c78fd7..c642e8a70 100644 --- a/stella/src/gui/Surface.cxx +++ b/stella/src/gui/Surface.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Surface.cxx,v 1.3 2008-03-13 22:58:07 stephena Exp $ +// $Id: Surface.cxx,v 1.4 2009-01-01 18:13:39 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/gui/Surface.hxx b/stella/src/gui/Surface.hxx index 570757f19..7e955b21d 100644 --- a/stella/src/gui/Surface.hxx +++ b/stella/src/gui/Surface.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Surface.hxx,v 1.3 2008-03-13 22:58:07 stephena Exp $ +// $Id: Surface.hxx,v 1.4 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #ifndef GUI_SURFACE_HXX @@ -31,7 +31,7 @@ namespace GUI { advertised interface, or from FrameBuffer-derived classes. @author Stephen Anthony - @version $Id: Surface.hxx,v 1.3 2008-03-13 22:58:07 stephena Exp $ + @version $Id: Surface.hxx,v 1.4 2009-01-01 18:13:39 stephena Exp $ */ class Surface { diff --git a/stella/src/gui/TabWidget.cxx b/stella/src/gui/TabWidget.cxx index 78d20971b..1df874d99 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.32 2008-06-13 13:14:51 stephena Exp $ +// $Id: TabWidget.cxx,v 1.33 2009-01-01 18:13:39 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 ee87bf4a1..91ff84f0e 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.20 2008-03-23 16:22:46 stephena Exp $ +// $Id: TabWidget.hxx,v 1.21 2009-01-01 18:13:39 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 64e3d6a7d..3d3a1f759 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.16 2008-12-29 20:42:15 stephena Exp $ +// $Id: UIDialog.cxx,v 1.17 2009-01-01 18:13:39 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 6477b41d6..44b38fc50 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.9 2008-12-29 20:42:15 stephena Exp $ +// $Id: UIDialog.hxx,v 1.10 2009-01-01 18:13:39 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 b4f55245b..9adaf6124 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.58 2008-12-28 21:01:55 stephena Exp $ +// $Id: VideoDialog.cxx,v 1.59 2009-01-01 18:13:39 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 20d48d67a..8edf44f8d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.26 2008-12-28 21:01:55 stephena Exp $ +// $Id: VideoDialog.hxx,v 1.27 2009-01-01 18:13:39 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 d5d562346..081e3bcda 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.58 2008-06-13 13:14:52 stephena Exp $ +// $Id: Widget.cxx,v 1.59 2009-01-01 18:13:39 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 e2845324c..6e7226bde 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.63 2008-12-25 23:05:16 stephena Exp $ +// $Id: Widget.hxx,v 1.64 2009-01-01 18:13:39 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -83,7 +83,7 @@ enum { This is the base class for all widgets. @author Stephen Anthony - @version $Id: Widget.hxx,v 1.63 2008-12-25 23:05:16 stephena Exp $ + @version $Id: Widget.hxx,v 1.64 2009-01-01 18:13:39 stephena Exp $ */ class Widget : public GuiObject { diff --git a/stella/src/macosx/Credits.html b/stella/src/macosx/Credits.html index c0088e435..79d59a490 100644 --- a/stella/src/macosx/Credits.html +++ b/stella/src/macosx/Credits.html @@ -8,7 +8,7 @@
StellaOSX
-
Copyright © 1995-2008 The Stella Team
+
Copyright © 1995-2009 The Stella Team
http://stella.sourceforge.net

Macintosh OS X version by Mark Grebe
diff --git a/stella/src/macosx/OSystemMACOSX.cxx b/stella/src/macosx/OSystemMACOSX.cxx index e5c3b0ba6..ff889a959 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.19 2008-05-16 23:56:31 stephena Exp $ +// $Id: OSystemMACOSX.cxx,v 1.20 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #include diff --git a/stella/src/macosx/OSystemMACOSX.hxx b/stella/src/macosx/OSystemMACOSX.hxx index 3ec4b13fd..81e9ad8ba 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.12 2008-05-16 23:56:31 stephena Exp $ +// $Id: OSystemMACOSX.hxx,v 1.13 2009-01-01 18:13:39 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.12 2008-05-16 23:56:31 stephena Exp $ + @version $Id: OSystemMACOSX.hxx,v 1.13 2009-01-01 18:13:39 stephena Exp $ */ class OSystemMACOSX : public OSystem { diff --git a/stella/src/macosx/SerialPortMACOSX.cxx b/stella/src/macosx/SerialPortMACOSX.cxx index 53b8879c7..0321d8bab 100644 --- a/stella/src/macosx/SerialPortMACOSX.cxx +++ b/stella/src/macosx/SerialPortMACOSX.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SerialPortMACOSX.cxx,v 1.2 2008-04-14 18:50:35 stephena Exp $ +// $Id: SerialPortMACOSX.cxx,v 1.3 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #include diff --git a/stella/src/macosx/SerialPortMACOSX.hxx b/stella/src/macosx/SerialPortMACOSX.hxx index 8ded78d2e..bdb646786 100644 --- a/stella/src/macosx/SerialPortMACOSX.hxx +++ b/stella/src/macosx/SerialPortMACOSX.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SerialPortMACOSX.hxx,v 1.1 2008-04-14 15:12:55 stephena Exp $ +// $Id: SerialPortMACOSX.hxx,v 1.2 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #ifndef SERIALPORT_UNIX_HXX @@ -26,7 +26,7 @@ reading isn't actually supported at all. @author Stephen Anthony & D. Spice - @version $Id: SerialPortMACOSX.hxx,v 1.1 2008-04-14 15:12:55 stephena Exp $ + @version $Id: SerialPortMACOSX.hxx,v 1.2 2009-01-01 18:13:39 stephena Exp $ */ class SerialPortMACOSX : public SerialPort { diff --git a/stella/src/macosx/SettingsMACOSX.cxx b/stella/src/macosx/SettingsMACOSX.cxx index 2c5a8ecab..7277b5bf8 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.20 2008-02-06 13:45:24 stephena Exp $ +// $Id: SettingsMACOSX.cxx,v 1.21 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #include diff --git a/stella/src/macosx/SettingsMACOSX.hxx b/stella/src/macosx/SettingsMACOSX.hxx index 8a34c3f2e..7db2bf1ac 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.7 2008-02-06 13:45:24 stephena Exp $ +// $Id: SettingsMACOSX.hxx,v 1.8 2009-01-01 18:13:39 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.7 2008-02-06 13:45:24 stephena Exp $ + @version $Id: SettingsMACOSX.hxx,v 1.8 2009-01-01 18:13:39 stephena Exp $ */ class SettingsMACOSX : public Settings { diff --git a/stella/src/unix/FSNodePOSIX.cxx b/stella/src/unix/FSNodePOSIX.cxx index 869da0d77..4429a73f9 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.15 2008-12-20 23:42:30 stephena Exp $ +// $Id: FSNodePOSIX.cxx,v 1.16 2009-01-01 18:13:39 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 dcb43f2e2..65eaf6757 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.29 2008-05-16 23:56:31 stephena Exp $ +// $Id: OSystemUNIX.cxx,v 1.30 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #include diff --git a/stella/src/unix/OSystemUNIX.hxx b/stella/src/unix/OSystemUNIX.hxx index daaeb86bf..061a1fa5b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.18 2008-05-16 23:56:31 stephena Exp $ +// $Id: OSystemUNIX.hxx,v 1.19 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #ifndef OSYSTEM_UNIX_HXX @@ -25,7 +25,7 @@ This class defines UNIX-like OS's (Linux) system specific settings. @author Stephen Anthony - @version $Id: OSystemUNIX.hxx,v 1.18 2008-05-16 23:56:31 stephena Exp $ + @version $Id: OSystemUNIX.hxx,v 1.19 2009-01-01 18:13:39 stephena Exp $ */ class OSystemUNIX : public OSystem { diff --git a/stella/src/unix/SerialPortUNIX.cxx b/stella/src/unix/SerialPortUNIX.cxx index 8a0279a47..f3ad96c56 100644 --- a/stella/src/unix/SerialPortUNIX.cxx +++ b/stella/src/unix/SerialPortUNIX.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SerialPortUNIX.cxx,v 1.5 2008-05-30 12:06:17 stephena Exp $ +// $Id: SerialPortUNIX.cxx,v 1.6 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #include diff --git a/stella/src/unix/SerialPortUNIX.hxx b/stella/src/unix/SerialPortUNIX.hxx index e6107da50..3354b1107 100644 --- a/stella/src/unix/SerialPortUNIX.hxx +++ b/stella/src/unix/SerialPortUNIX.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SerialPortUNIX.hxx,v 1.4 2008-04-11 17:56:34 stephena Exp $ +// $Id: SerialPortUNIX.hxx,v 1.5 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #ifndef SERIALPORT_UNIX_HXX @@ -26,7 +26,7 @@ it seems to be Linux-only, and reading isn't actually supported at all. @author Stephen Anthony - @version $Id: SerialPortUNIX.hxx,v 1.4 2008-04-11 17:56:34 stephena Exp $ + @version $Id: SerialPortUNIX.hxx,v 1.5 2009-01-01 18:13:39 stephena Exp $ */ class SerialPortUNIX : public SerialPort { diff --git a/stella/src/unix/SettingsUNIX.cxx b/stella/src/unix/SettingsUNIX.cxx index f5bf1f386..0a0033cae 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.24 2008-02-06 13:45:24 stephena Exp $ +// $Id: SettingsUNIX.cxx,v 1.25 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/unix/SettingsUNIX.hxx b/stella/src/unix/SettingsUNIX.hxx index 36e585376..797d3f08a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.9 2008-02-06 13:45:24 stephena Exp $ +// $Id: SettingsUNIX.hxx,v 1.10 2009-01-01 18:13:39 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.9 2008-02-06 13:45:24 stephena Exp $ + @version $Id: SettingsUNIX.hxx,v 1.10 2009-01-01 18:13:39 stephena Exp $ */ class SettingsUNIX : public Settings { diff --git a/stella/src/win32/FSNodeWin32.cxx b/stella/src/win32/FSNodeWin32.cxx index 3fb39a486..d252dd1aa 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-03-14 23:52:17 stephena Exp $ +// $Id: FSNodeWin32.cxx,v 1.15 2009-01-01 18:13:39 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 ed3c54ba0..6a47a1e8d 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.25 2008-05-16 23:56:31 stephena Exp $ +// $Id: OSystemWin32.cxx,v 1.26 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #include diff --git a/stella/src/win32/OSystemWin32.hxx b/stella/src/win32/OSystemWin32.hxx index 95151a747..2eff7643b 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.14 2008-05-16 23:56:31 stephena Exp $ +// $Id: OSystemWin32.hxx,v 1.15 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #ifndef OSYSTEM_WIN32_HXX @@ -27,7 +27,7 @@ This class defines Windows system specific settings. @author Stephen Anthony - @version $Id: OSystemWin32.hxx,v 1.14 2008-05-16 23:56:31 stephena Exp $ + @version $Id: OSystemWin32.hxx,v 1.15 2009-01-01 18:13:39 stephena Exp $ */ class OSystemWin32 : public OSystem { diff --git a/stella/src/win32/SerialPortWin32.cxx b/stella/src/win32/SerialPortWin32.cxx index 75fd4dd53..19ac3781b 100644 --- a/stella/src/win32/SerialPortWin32.cxx +++ b/stella/src/win32/SerialPortWin32.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SerialPortWin32.cxx,v 1.4 2008-04-13 11:08:36 estolberg Exp $ +// $Id: SerialPortWin32.cxx,v 1.5 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #include diff --git a/stella/src/win32/SerialPortWin32.hxx b/stella/src/win32/SerialPortWin32.hxx index d76ae88ec..ab633b007 100644 --- a/stella/src/win32/SerialPortWin32.hxx +++ b/stella/src/win32/SerialPortWin32.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SerialPortWin32.hxx,v 1.3 2008-04-12 23:20:05 stephena Exp $ +// $Id: SerialPortWin32.hxx,v 1.4 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #ifndef SERIALPORT_WIN32_HXX @@ -27,7 +27,7 @@ Implement reading and writing from a serial port under Windows systems. @author Stephen Anthony - @version $Id: SerialPortWin32.hxx,v 1.3 2008-04-12 23:20:05 stephena Exp $ + @version $Id: SerialPortWin32.hxx,v 1.4 2009-01-01 18:13:39 stephena Exp $ */ class SerialPortWin32 : public SerialPort { diff --git a/stella/src/win32/SettingsWin32.cxx b/stella/src/win32/SettingsWin32.cxx index d91b675b9..4aa3b801a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.30 2008-11-30 17:28:03 stephena Exp $ +// $Id: SettingsWin32.cxx,v 1.31 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/win32/SettingsWin32.hxx b/stella/src/win32/SettingsWin32.hxx index e987f194a..ae68c1f3a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-03-08 23:34:24 stephena Exp $ +// $Id: SettingsWin32.hxx,v 1.11 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #ifndef SETTINGS_WIN32_HXX diff --git a/stella/src/win32/stella.rc b/stella/src/win32/stella.rc index 593416d0a..31b0b2ffb 100755 --- a/stella/src/win32/stella.rc +++ b/stella/src/win32/stella.rc @@ -57,7 +57,7 @@ BEGIN VALUE "FileDescription", "Stella" VALUE "FileVersion", "2.6.1" VALUE "InternalName", "Stella" - VALUE "LegalCopyright", "Copyright (C) 1995-2008 B. Mott & the Stella team" + VALUE "LegalCopyright", "Copyright (C) 1995-2009 B. Mott & the Stella team" VALUE "OriginalFilename", "Stella.exe" VALUE "ProductName", "Stella" VALUE "ProductVersion", "2.6.1" diff --git a/stella/src/wince/FSNodeWinCE.cxx b/stella/src/wince/FSNodeWinCE.cxx index c84d1f817..23d0fd9d0 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott 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 e7f55c6d0..5adbaba50 100644 --- a/stella/src/wince/FrameBufferWinCE.hxx +++ b/stella/src/wince/FrameBufferWinCE.hxx @@ -8,13 +8,13 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // // Windows CE Port by Kostas Nakos -// $Id: FrameBufferWinCE.hxx,v 1.16 2008-02-06 13:45:24 stephena Exp $ +// $Id: FrameBufferWinCE.hxx,v 1.17 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_WINCE_HXX diff --git a/stella/src/wince/OSystemWinCE.cxx b/stella/src/wince/OSystemWinCE.cxx index 5c21f7e4e..0a6336c0f 100644 --- a/stella/src/wince/OSystemWinCE.cxx +++ b/stella/src/wince/OSystemWinCE.cxx @@ -8,13 +8,13 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // // Windows CE Port by Kostas Nakos -// $Id: OSystemWinCE.cxx,v 1.14 2008-05-16 23:56:31 stephena Exp $ +// $Id: OSystemWinCE.cxx,v 1.15 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #include diff --git a/stella/src/wince/OSystemWinCE.hxx b/stella/src/wince/OSystemWinCE.hxx index 5a7380fbc..f7cfaaf04 100644 --- a/stella/src/wince/OSystemWinCE.hxx +++ b/stella/src/wince/OSystemWinCE.hxx @@ -8,13 +8,13 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // // Windows CE Port by Kostas Nakos -// $Id: OSystemWinCE.hxx,v 1.11 2008-05-16 23:56:31 stephena Exp $ +// $Id: OSystemWinCE.hxx,v 1.12 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #ifndef OSYSTEM_WINCE_HXX diff --git a/stella/src/wince/SettingsWinCE.hxx b/stella/src/wince/SettingsWinCE.hxx index 48aa6e184..61ff7a51a 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott 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 2e0d7456a..953e1fc2d 100644 --- a/stella/src/wince/SoundWinCE.cxx +++ b/stella/src/wince/SoundWinCE.cxx @@ -8,13 +8,13 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // // Windows CE Port by Kostas Nakos -// $Id: SoundWinCE.cxx,v 1.7 2008-02-06 13:45:24 stephena Exp $ +// $Id: SoundWinCE.cxx,v 1.8 2009-01-01 18:13:39 stephena Exp $ //============================================================================ #ifdef SOUND_SUPPORT diff --git a/stella/src/wince/SoundWinCE.hxx b/stella/src/wince/SoundWinCE.hxx index 5dabe008a..78d195758 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott 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 978232165..aa26fe96f 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.24 2008-03-23 17:43:22 stephena Exp $ +// $Id: YaccParser.cxx,v 1.25 2009-01-01 18:13:40 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 1d3e1d9c5..d127e12fe 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-2008 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2009 by Bradford W. Mott and 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.10 2008-08-04 20:12:23 stephena Exp $ +// $Id: YaccParser.hxx,v 1.11 2009-01-01 18:13:40 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project