diff --git a/stella/src/build/makefile b/stella/src/build/makefile index ef30ae266..cee5a86a7 100644 --- a/stella/src/build/makefile +++ b/stella/src/build/makefile @@ -8,12 +8,12 @@ ## SS SS tt ee ll ll aa aa ## SSSS ttt eeeee llll llll aaaaa ## -## Copyright (c) 1995-1999 by Bradford W. Mott +## Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team ## ## See the file "license" for information on usage and redistribution of ## this file, and for a DISCLAIMER OF ALL WARRANTIES. ## -## $Id: makefile,v 1.97 2005-06-15 18:45:27 stephena Exp $ +## $Id: makefile,v 1.98 2005-06-16 01:11:26 stephena Exp $ ##============================================================================ ##============================================================================ diff --git a/stella/src/emucore/CartF8.cxx b/stella/src/emucore/CartF8.cxx index 5593148b7..32d97f05a 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.3 2002-05-14 15:22:28 stephena Exp $ +// $Id: CartF8.cxx,v 1.4 2005-06-16 01:11:26 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF8.hxx b/stella/src/emucore/CartF8.hxx index 14acd9570..fc43393fb 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartF8.hxx,v 1.3 2005-06-16 01:11:26 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF8_HXX @@ -31,7 +31,7 @@ class Deserializer; are two 4K banks. @author Bradford W. Mott - @version $Id: CartF8.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartF8.hxx,v 1.3 2005-06-16 01:11:26 stephena Exp $ */ class CartridgeF8 : public Cartridge { diff --git a/stella/src/emucore/CartF8SC.cxx b/stella/src/emucore/CartF8SC.cxx index d5cf465b6..a5ce9e246 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.3 2002-05-14 15:22:28 stephena Exp $ +// $Id: CartF8SC.cxx,v 1.4 2005-06-16 01:11:26 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF8SC.hxx b/stella/src/emucore/CartF8SC.hxx index ca9a28d83..c791320f0 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartF8SC.hxx,v 1.3 2005-06-16 01:11:26 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF8SC_HXX @@ -31,7 +31,7 @@ class Deserializer; 128 bytes of RAM. There are two 4K banks. @author Bradford W. Mott - @version $Id: CartF8SC.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartF8SC.hxx,v 1.3 2005-06-16 01:11:26 stephena Exp $ */ class CartridgeF8SC : public Cartridge { diff --git a/stella/src/emucore/CartFASC.cxx b/stella/src/emucore/CartFASC.cxx index 8e176d6eb..3936a79aa 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.3 2002-05-14 15:22:28 stephena Exp $ +// $Id: CartFASC.cxx,v 1.4 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartFASC.hxx b/stella/src/emucore/CartFASC.hxx index 98658ab38..b512bfa3b 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartFASC.hxx,v 1.3 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef CARTRIDGEFASC_HXX @@ -31,7 +31,7 @@ class Deserializer; three 4K banks and 256 bytes of RAM. @author Bradford W. Mott - @version $Id: CartFASC.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartFASC.hxx,v 1.3 2005-06-16 01:11:27 stephena Exp $ */ class CartridgeFASC : public Cartridge { diff --git a/stella/src/emucore/CartFE.cxx b/stella/src/emucore/CartFE.cxx index 63642a928..25f64b5a1 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartFE.cxx,v 1.3 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartFE.hxx b/stella/src/emucore/CartFE.hxx index 24c21bc79..2a157c335 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartFE.hxx,v 1.3 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef CARTRIDGEFE_HXX @@ -43,7 +43,7 @@ class Deserializer; monitoring the bus. @author Bradford W. Mott - @version $Id: CartFE.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartFE.hxx,v 1.3 2005-06-16 01:11:27 stephena Exp $ */ class CartridgeFE : public Cartridge { diff --git a/stella/src/emucore/CartMB.cxx b/stella/src/emucore/CartMB.cxx index 7dd753c99..1107c4f4f 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.3 2002-05-14 15:22:28 stephena Exp $ +// $Id: CartMB.cxx,v 1.4 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartMB.hxx b/stella/src/emucore/CartMB.hxx index e507fecd0..a3a359634 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartMB.hxx,v 1.3 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef CARTRIDGEMB_HXX @@ -32,7 +32,7 @@ class Deserializer; Accessing $1FF0 switches to next bank. @author Eckhard Stolberg - @version $Id: CartMB.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartMB.hxx,v 1.3 2005-06-16 01:11:27 stephena Exp $ */ class CartridgeMB : public Cartridge { diff --git a/stella/src/emucore/CartMC.cxx b/stella/src/emucore/CartMC.cxx index 745389130..ad840bda0 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.4 2003-09-21 14:33:33 stephena Exp $ +// $Id: CartMC.cxx,v 1.5 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartMC.hxx b/stella/src/emucore/CartMC.hxx index 2c87cfd45..b8a6db004 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartMC.hxx,v 1.3 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef CARTRIDGEMC_HXX @@ -135,7 +135,7 @@ class Deserializer; @author Bradford W. Mott - @version $Id: CartMC.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartMC.hxx,v 1.3 2005-06-16 01:11:27 stephena Exp $ */ class CartridgeMC : public Cartridge { diff --git a/stella/src/emucore/Control.cxx b/stella/src/emucore/Control.cxx index da154b20a..d3d13d536 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:21 bwmott Exp $ +// $Id: Control.cxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Control.hxx b/stella/src/emucore/Control.hxx index 2f9a0ab9b..5016b673a 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:21 bwmott Exp $ +// $Id: Control.hxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef CONTROLLER_HXX @@ -55,7 +55,7 @@ class Event; of the controller from the prespective of the controller's jack. @author Bradford W. Mott - @version $Id: Control.hxx,v 1.1.1.1 2001-12-27 19:54:21 bwmott Exp $ + @version $Id: Control.hxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ */ class Controller { diff --git a/stella/src/emucore/Deserializer.cxx b/stella/src/emucore/Deserializer.cxx index f9a6dd3c0..b8643436b 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.3 2005-05-25 17:17:35 stephena Exp $ +// $Id: Deserializer.cxx,v 1.4 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Deserializer.hxx b/stella/src/emucore/Deserializer.hxx index aae00c8bf..9aee6cdee 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.5 2005-05-25 17:17:35 stephena Exp $ +// $Id: Deserializer.hxx,v 1.6 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef DESERIALIZER_HXX @@ -32,7 +32,7 @@ return. @author Stephen Anthony - @version $Id: Deserializer.hxx,v 1.5 2005-05-25 17:17:35 stephena Exp $ + @version $Id: Deserializer.hxx,v 1.6 2005-06-16 01:11:27 stephena Exp $ */ class Deserializer { diff --git a/stella/src/emucore/Driving.cxx b/stella/src/emucore/Driving.cxx index ae3da6413..c18b258db 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.3 2004-06-04 12:22:12 stephena Exp $ +// $Id: Driving.cxx,v 1.4 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Driving.hxx b/stella/src/emucore/Driving.hxx index e8e88f707..cfd0d55ef 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:21 bwmott Exp $ +// $Id: Driving.hxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef DRIVING_HXX @@ -29,7 +29,7 @@ class System; The standard Atari 2600 Indy 500 driving controller. @author Bradford W. Mott - @version $Id: Driving.hxx,v 1.1.1.1 2001-12-27 19:54:21 bwmott Exp $ + @version $Id: Driving.hxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ */ class Driving : public Controller { diff --git a/stella/src/emucore/Event.cxx b/stella/src/emucore/Event.cxx index 68cfc8c64..c909182fa 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2005-05-12 18:45:21 stephena Exp $ +// $Id: Event.cxx,v 1.3 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Event.hxx b/stella/src/emucore/Event.hxx index 6b6bf85c2..34914b7dc 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.10 2005-05-16 00:02:31 stephena Exp $ +// $Id: Event.hxx,v 1.11 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef EVENT_HXX @@ -25,7 +25,7 @@ class Event; /** @author Bradford W. Mott - @version $Id: Event.hxx,v 1.10 2005-05-16 00:02:31 stephena Exp $ + @version $Id: Event.hxx,v 1.11 2005-06-16 01:11:27 stephena Exp $ */ class Event { diff --git a/stella/src/emucore/EventHandler.hxx b/stella/src/emucore/EventHandler.hxx index 050018d40..90427246e 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.39 2005-06-12 18:18:00 stephena Exp $ +// $Id: EventHandler.hxx,v 1.40 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef EVENTHANDLER_HXX @@ -74,7 +74,7 @@ struct Stella_Joystick { mapping can take place. @author Stephen Anthony - @version $Id: EventHandler.hxx,v 1.39 2005-06-12 18:18:00 stephena Exp $ + @version $Id: EventHandler.hxx,v 1.40 2005-06-16 01:11:27 stephena Exp $ */ class EventHandler { diff --git a/stella/src/emucore/FrameBuffer.cxx b/stella/src/emucore/FrameBuffer.cxx index e73e85d79..bf7f1f8c4 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.44 2005-06-14 01:11:48 stephena Exp $ +// $Id: FrameBuffer.cxx,v 1.45 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/FrameBuffer.hxx b/stella/src/emucore/FrameBuffer.hxx index 5ff38e7ab..dc23dedee 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.39 2005-06-14 01:11:48 stephena Exp $ +// $Id: FrameBuffer.hxx,v 1.40 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_HXX @@ -46,7 +46,7 @@ enum TextAlignment { All GUI elements (ala ScummVM) are drawn here as well. @author Stephen Anthony - @version $Id: FrameBuffer.hxx,v 1.39 2005-06-14 01:11:48 stephena Exp $ + @version $Id: FrameBuffer.hxx,v 1.40 2005-06-16 01:11:27 stephena Exp $ */ class FrameBuffer { diff --git a/stella/src/emucore/Joystick.cxx b/stella/src/emucore/Joystick.cxx index 0a070bec1..e650fcff3 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:21 bwmott Exp $ +// $Id: Joystick.cxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Joystick.hxx b/stella/src/emucore/Joystick.hxx index c471d35dc..0e7959983 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:22 bwmott Exp $ +// $Id: Joystick.hxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef JOYSTICK_HXX @@ -26,7 +26,7 @@ The standard Atari 2600 joystick controller. @author Bradford W. Mott - @version $Id: Joystick.hxx,v 1.1.1.1 2001-12-27 19:54:22 bwmott Exp $ + @version $Id: Joystick.hxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ */ class Joystick : public Controller { diff --git a/stella/src/emucore/Keyboard.cxx b/stella/src/emucore/Keyboard.cxx index 145e800d3..29721ce3b 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:22 bwmott Exp $ +// $Id: Keyboard.cxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Keyboard.hxx b/stella/src/emucore/Keyboard.hxx index 5481227c6..0cf09e3a4 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:22 bwmott Exp $ +// $Id: Keyboard.hxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef KEYBOARD_HXX @@ -26,7 +26,7 @@ The standard Atari 2600 keyboard controller @author Bradford W. Mott - @version $Id: Keyboard.hxx,v 1.1.1.1 2001-12-27 19:54:22 bwmott Exp $ + @version $Id: Keyboard.hxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ */ class Keyboard : public Controller { diff --git a/stella/src/emucore/M6532.hxx b/stella/src/emucore/M6532.hxx index 4e85b2ad3..6a306215e 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: M6532.hxx,v 1.3 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef M6532_HXX @@ -31,7 +31,7 @@ class Deserializer; RIOT @author Bradford W. Mott - @version $Id: M6532.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: M6532.hxx,v 1.3 2005-06-16 01:11:27 stephena Exp $ */ class M6532 : public Device { diff --git a/stella/src/emucore/MD5.cxx b/stella/src/emucore/MD5.cxx index 740fd5762..ae2c02859 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 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.1.1.1 2001-12-27 19:54:22 bwmott Exp $ +// $Id: MD5.cxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include "MD5.hxx" diff --git a/stella/src/emucore/MD5.hxx b/stella/src/emucore/MD5.hxx index 0e45a405c..b09d5050e 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:22 bwmott Exp $ +// $Id: MD5.hxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #ifndef MD5_HXX diff --git a/stella/src/emucore/MediaSrc.cxx b/stella/src/emucore/MediaSrc.cxx index 2ca5840cf..a2cd1f295 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:22 bwmott Exp $ +// $Id: MediaSrc.cxx,v 1.2 2005-06-16 01:11:27 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/OSystem.hxx b/stella/src/emucore/OSystem.hxx index fb8ff1cb3..bb158160d 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.20 2005-06-08 18:45:08 stephena Exp $ +// $Id: OSystem.hxx,v 1.21 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #ifndef OSYSTEM_HXX @@ -44,7 +44,7 @@ class Debugger; other objects belong. @author Stephen Anthony - @version $Id: OSystem.hxx,v 1.20 2005-06-08 18:45:08 stephena Exp $ + @version $Id: OSystem.hxx,v 1.21 2005-06-16 01:11:28 stephena Exp $ */ class OSystem { diff --git a/stella/src/emucore/Paddles.cxx b/stella/src/emucore/Paddles.cxx index ef2ee27e0..6c0bbf878 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:22 bwmott Exp $ +// $Id: Paddles.cxx,v 1.2 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Paddles.hxx b/stella/src/emucore/Paddles.hxx index bdb7cbeec..343213604 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:23 bwmott Exp $ +// $Id: Paddles.hxx,v 1.2 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #ifndef PADDLES_HXX @@ -26,7 +26,7 @@ The standard Atari 2600 pair of paddle controllers. @author Bradford W. Mott - @version $Id: Paddles.hxx,v 1.1.1.1 2001-12-27 19:54:23 bwmott Exp $ + @version $Id: Paddles.hxx,v 1.2 2005-06-16 01:11:28 stephena Exp $ */ class Paddles : public Controller { diff --git a/stella/src/emucore/Props.cxx b/stella/src/emucore/Props.cxx index 50366f743..b2efa7dc2 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.9 2005-05-12 18:45:21 stephena Exp $ +// $Id: Props.cxx,v 1.10 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #include "Props.hxx" diff --git a/stella/src/emucore/Props.hxx b/stella/src/emucore/Props.hxx index f5a9194e0..8d6e70a54 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.4 2004-07-05 00:53:48 stephena Exp $ +// $Id: Props.hxx,v 1.5 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #ifndef PROPERTIES_HXX @@ -30,7 +30,7 @@ if the property key is not found in the original property list. @author Bradford W. Mott - @version $Id: Props.hxx,v 1.4 2004-07-05 00:53:48 stephena Exp $ + @version $Id: Props.hxx,v 1.5 2005-06-16 01:11:28 stephena Exp $ */ class Properties { diff --git a/stella/src/emucore/PropsSet.cxx b/stella/src/emucore/PropsSet.cxx index f72ab05b6..5d9b061c7 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.9 2005-02-25 02:29:38 stephena Exp $ +// $Id: PropsSet.cxx,v 1.10 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/PropsSet.hxx b/stella/src/emucore/PropsSet.hxx index e28339f9c..34dcb2e66 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.6 2004-07-10 13:20:35 stephena Exp $ +// $Id: PropsSet.hxx,v 1.7 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #ifndef PROPERTIESSET_HXX diff --git a/stella/src/emucore/Random.cxx b/stella/src/emucore/Random.cxx index e0d61cfd4..a1ec28da9 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:23 bwmott Exp $ +// $Id: Random.cxx,v 1.2 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Random.hxx b/stella/src/emucore/Random.hxx index c1af19b2c..d695f2247 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:23 bwmott Exp $ +// $Id: Random.hxx,v 1.2 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #ifndef RANDOM_HXX @@ -27,7 +27,7 @@ linear congruential generator. @author Bradford W. Mott - @version $Id: Random.hxx,v 1.1.1.1 2001-12-27 19:54:23 bwmott Exp $ + @version $Id: Random.hxx,v 1.2 2005-06-16 01:11:28 stephena Exp $ */ class Random { diff --git a/stella/src/emucore/Serializer.cxx b/stella/src/emucore/Serializer.cxx index e9155d247..8d63ab7af 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.4 2005-05-25 17:17:37 stephena Exp $ +// $Id: Serializer.cxx,v 1.5 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Serializer.hxx b/stella/src/emucore/Serializer.hxx index b60ae7a34..c428acd04 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.6 2005-05-25 17:17:37 stephena Exp $ +// $Id: Serializer.hxx,v 1.7 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #ifndef SERIALIZER_HXX @@ -33,7 +33,7 @@ Boolean values are written using a special pattern. @author Stephen Anthony - @version $Id: Serializer.hxx,v 1.6 2005-05-25 17:17:37 stephena Exp $ + @version $Id: Serializer.hxx,v 1.7 2005-06-16 01:11:28 stephena Exp $ */ class Serializer { diff --git a/stella/src/emucore/Settings.cxx b/stella/src/emucore/Settings.cxx index 80663bfbc..8ad22bc5d 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.47 2005-05-28 23:57:10 stephena Exp $ +// $Id: Settings.cxx,v 1.48 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Settings.hxx b/stella/src/emucore/Settings.hxx index b6f3a30e0..46768e6bf 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.24 2005-05-13 18:28:05 stephena Exp $ +// $Id: Settings.hxx,v 1.25 2005-06-16 01:11:28 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.24 2005-05-13 18:28:05 stephena Exp $ + @version $Id: Settings.hxx,v 1.25 2005-06-16 01:11:28 stephena Exp $ */ class Settings { diff --git a/stella/src/emucore/Switches.hxx b/stella/src/emucore/Switches.hxx index e58361f75..ddfb6a85e 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:23 bwmott Exp $ +// $Id: Switches.hxx,v 1.2 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #ifndef SWITCHES_HXX @@ -29,7 +29,7 @@ class Switches; This class represents the console switches of the game console. @author Bradford W. Mott - @version $Id: Switches.hxx,v 1.1.1.1 2001-12-27 19:54:23 bwmott Exp $ + @version $Id: Switches.hxx,v 1.2 2005-06-16 01:11:28 stephena Exp $ */ class Switches { diff --git a/stella/src/emucore/m6502/src/D6502.cxx b/stella/src/emucore/m6502/src/D6502.cxx index 2b747a196..be6b14d2c 100644 --- a/stella/src/emucore/m6502/src/D6502.cxx +++ b/stella/src/emucore/m6502/src/D6502.cxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: D6502.cxx,v 1.7 2005-06-15 23:45:04 urchlay Exp $ +// $Id: D6502.cxx,v 1.8 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/m6502/src/D6502.hxx b/stella/src/emucore/m6502/src/D6502.hxx index 77842b43b..cf7aafcf3 100644 --- a/stella/src/emucore/m6502/src/D6502.hxx +++ b/stella/src/emucore/m6502/src/D6502.hxx @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: D6502.hxx,v 1.5 2005-06-15 20:41:09 urchlay Exp $ +// $Id: D6502.hxx,v 1.6 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #ifndef D6502_HXX @@ -31,7 +31,7 @@ class System; basic functionality needed for interactive debuggers. @author Bradford W. Mott - @version $Id: D6502.hxx,v 1.5 2005-06-15 20:41:09 urchlay Exp $ + @version $Id: D6502.hxx,v 1.6 2005-06-16 01:11:28 stephena Exp $ */ class D6502 { diff --git a/stella/src/emucore/m6502/src/Device.cxx b/stella/src/emucore/m6502/src/Device.cxx index b0d6c1832..3fbdd6516 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1.1.1 2001-12-27 19:54:29 bwmott Exp $ +// $Id: Device.cxx,v 1.2 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #include "Device.hxx" diff --git a/stella/src/emucore/m6502/src/Device.hxx b/stella/src/emucore/m6502/src/Device.hxx index 60f089257..33acb2374 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:10:25 stephena Exp $ +// $Id: Device.hxx,v 1.3 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #ifndef DEVICE_HXX @@ -30,7 +30,7 @@ class Deserializer; based system. @author Bradford W. Mott - @version $Id: Device.hxx,v 1.2 2002-05-13 19:10:25 stephena Exp $ + @version $Id: Device.hxx,v 1.3 2005-06-16 01:11:28 stephena Exp $ */ class Device { diff --git a/stella/src/emucore/m6502/src/M6502.cxx b/stella/src/emucore/m6502/src/M6502.cxx index dad4fb87d..3d08e1574 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.3 2005-06-03 17:52:05 stephena Exp $ +// $Id: M6502.cxx,v 1.4 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #include "M6502.hxx" diff --git a/stella/src/emucore/m6502/src/M6502.hxx b/stella/src/emucore/m6502/src/M6502.hxx index 35f8566f3..5efcd22dd 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:10:25 stephena Exp $ +// $Id: M6502.hxx,v 1.3 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #ifndef M6502_HXX @@ -33,7 +33,7 @@ class Deserializer; has a 64K addressing space. @author Bradford W. Mott - @version $Id: M6502.hxx,v 1.2 2002-05-13 19:10:25 stephena Exp $ + @version $Id: M6502.hxx,v 1.3 2005-06-16 01:11:28 stephena Exp $ */ class M6502 { diff --git a/stella/src/emucore/m6502/src/M6502.m4 b/stella/src/emucore/m6502/src/M6502.m4 index 948daea1d..441323fe3 100644 --- a/stella/src/emucore/m6502/src/M6502.m4 +++ b/stella/src/emucore/m6502/src/M6502.m4 @@ -8,19 +8,19 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.m4,v 1.3 2002-04-22 01:08:51 bwmott Exp $ +// $Id: M6502.m4,v 1.4 2005-06-16 01:11:28 stephena Exp $ //============================================================================ /** Code and cases to emulate each of the 6502 instruction @author Bradford W. Mott - @version $Id: M6502.m4,v 1.3 2002-04-22 01:08:51 bwmott Exp $ + @version $Id: M6502.m4,v 1.4 2005-06-16 01:11:28 stephena Exp $ */ #ifndef NOTSAMEPAGE diff --git a/stella/src/emucore/m6502/src/M6502Hi.cxx b/stella/src/emucore/m6502/src/M6502Hi.cxx index 82813c080..70af64e19 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:10:25 stephena Exp $ +// $Id: M6502Hi.cxx,v 1.3 2005-06-16 01:11:28 stephena Exp $ //============================================================================ #include "M6502Hi.hxx" diff --git a/stella/src/emucore/m6502/src/M6502Hi.hxx b/stella/src/emucore/m6502/src/M6502Hi.hxx index 8dbd565f4..7eb2cdcea 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:10:25 stephena Exp $ +// $Id: M6502Hi.hxx,v 1.3 2005-06-16 01:11:28 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.2 2002-05-13 19:10:25 stephena Exp $ + @version $Id: M6502Hi.hxx,v 1.3 2005-06-16 01:11:28 stephena Exp $ */ class M6502High : public M6502 { diff --git a/stella/src/emucore/m6502/src/M6502Hi.ins b/stella/src/emucore/m6502/src/M6502Hi.ins index 1e0e7337f..540abd342 100644 --- a/stella/src/emucore/m6502/src/M6502Hi.ins +++ b/stella/src/emucore/m6502/src/M6502Hi.ins @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.ins,v 1.1 2004-06-28 01:24:09 stephena Exp $ +// $Id: M6502Hi.ins,v 1.2 2005-06-16 01:11:28 stephena Exp $ //============================================================================ /** @@ -21,7 +21,7 @@ high compatibility emulation @author Bradford W. Mott - @version $Id: M6502Hi.ins,v 1.1 2004-06-28 01:24:09 stephena Exp $ + @version $Id: M6502Hi.ins,v 1.2 2005-06-16 01:11:28 stephena Exp $ */ #ifndef NOTSAMEPAGE @@ -109,19 +109,19 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.ins,v 1.1 2004-06-28 01:24:09 stephena Exp $ +// $Id: M6502Hi.ins,v 1.2 2005-06-16 01:11:28 stephena Exp $ //============================================================================ /** Code and cases to emulate each of the 6502 instruction @author Bradford W. Mott - @version $Id: M6502Hi.ins,v 1.1 2004-06-28 01:24:09 stephena Exp $ + @version $Id: M6502Hi.ins,v 1.2 2005-06-16 01:11:28 stephena Exp $ */ #ifndef NOTSAMEPAGE diff --git a/stella/src/emucore/m6502/src/M6502Hi.m4 b/stella/src/emucore/m6502/src/M6502Hi.m4 index 82a7b761a..5855a69f0 100644 --- a/stella/src/emucore/m6502/src/M6502Hi.m4 +++ b/stella/src/emucore/m6502/src/M6502Hi.m4 @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.m4,v 1.1.1.1 2001-12-27 19:54:31 bwmott Exp $ +// $Id: M6502Hi.m4,v 1.2 2005-06-16 01:11:29 stephena Exp $ //============================================================================ /** @@ -21,7 +21,7 @@ high compatibility emulation @author Bradford W. Mott - @version $Id: M6502Hi.m4,v 1.1.1.1 2001-12-27 19:54:31 bwmott Exp $ + @version $Id: M6502Hi.m4,v 1.2 2005-06-16 01:11:29 stephena Exp $ */ #ifndef NOTSAMEPAGE diff --git a/stella/src/emucore/m6502/src/M6502Low.cxx b/stella/src/emucore/m6502/src/M6502Low.cxx index 7124f301a..024ed33a7 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:10:25 stephena Exp $ +// $Id: M6502Low.cxx,v 1.3 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #include "M6502Low.hxx" diff --git a/stella/src/emucore/m6502/src/M6502Low.hxx b/stella/src/emucore/m6502/src/M6502Low.hxx index 2c63f691f..b3577fbb6 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:10:25 stephena Exp $ +// $Id: M6502Low.hxx,v 1.3 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #ifndef M6507LOW_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.2 2002-05-13 19:10:25 stephena Exp $ + @version $Id: M6502Low.hxx,v 1.3 2005-06-16 01:11:29 stephena Exp $ */ class M6502Low : public M6502 { diff --git a/stella/src/emucore/m6502/src/M6502Low.ins b/stella/src/emucore/m6502/src/M6502Low.ins index 67b1fa943..295e2d325 100644 --- a/stella/src/emucore/m6502/src/M6502Low.ins +++ b/stella/src/emucore/m6502/src/M6502Low.ins @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.ins,v 1.1 2004-06-28 01:24:09 stephena Exp $ +// $Id: M6502Low.ins,v 1.2 2005-06-16 01:11:29 stephena Exp $ //============================================================================ /** @@ -21,7 +21,7 @@ low compatibility emulation @author Bradford W. Mott - @version $Id: M6502Low.ins,v 1.1 2004-06-28 01:24:09 stephena Exp $ + @version $Id: M6502Low.ins,v 1.2 2005-06-16 01:11:29 stephena Exp $ */ #ifndef NOTSAMEPAGE @@ -110,19 +110,19 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.ins,v 1.1 2004-06-28 01:24:09 stephena Exp $ +// $Id: M6502Low.ins,v 1.2 2005-06-16 01:11:29 stephena Exp $ //============================================================================ /** Code and cases to emulate each of the 6502 instruction @author Bradford W. Mott - @version $Id: M6502Low.ins,v 1.1 2004-06-28 01:24:09 stephena Exp $ + @version $Id: M6502Low.ins,v 1.2 2005-06-16 01:11:29 stephena Exp $ */ #ifndef NOTSAMEPAGE diff --git a/stella/src/emucore/m6502/src/M6502Low.m4 b/stella/src/emucore/m6502/src/M6502Low.m4 index e0621be8a..cc2929536 100644 --- a/stella/src/emucore/m6502/src/M6502Low.m4 +++ b/stella/src/emucore/m6502/src/M6502Low.m4 @@ -8,12 +8,12 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.m4,v 1.1.1.1 2001-12-27 19:54:31 bwmott Exp $ +// $Id: M6502Low.m4,v 1.2 2005-06-16 01:11:29 stephena Exp $ //============================================================================ /** @@ -21,7 +21,7 @@ low compatibility emulation @author Bradford W. Mott - @version $Id: M6502Low.m4,v 1.1.1.1 2001-12-27 19:54:31 bwmott Exp $ + @version $Id: M6502Low.m4,v 1.2 2005-06-16 01:11:29 stephena Exp $ */ #ifndef NOTSAMEPAGE diff --git a/stella/src/emucore/m6502/src/NullDev.cxx b/stella/src/emucore/m6502/src/NullDev.cxx index dc6181fad..669f06d50 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:10:25 stephena Exp $ +// $Id: NullDev.cxx,v 1.3 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #include "NullDev.hxx" diff --git a/stella/src/emucore/m6502/src/NullDev.hxx b/stella/src/emucore/m6502/src/NullDev.hxx index 5caac1e4f..27b9ae54a 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-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2002-05-13 19:10:25 stephena Exp $ +// $Id: NullDev.hxx,v 1.3 2005-06-16 01:11:29 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.2 2002-05-13 19:10:25 stephena Exp $ + @version $Id: NullDev.hxx,v 1.3 2005-06-16 01:11:29 stephena Exp $ */ class NullDevice : public Device { diff --git a/stella/src/emucore/misc/scrom.asm b/stella/src/emucore/misc/scrom.asm index 428dd41f9..aaf513a08 100644 --- a/stella/src/emucore/misc/scrom.asm +++ b/stella/src/emucore/misc/scrom.asm @@ -8,12 +8,12 @@ ;; SS SS tt ee ll ll aa aa ;; SSSS ttt eeeee llll llll aaaaa ;; -;; Copyright (c) 1995-2002 by Bradford W. Mott +;; Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team ;; ;; See the file "license" for information on usage and redistribution of ;; this file, and for a DISCLAIMER OF ALL WARRANTIES. ;; -;; $Id: scrom.asm,v 1.2 2002-04-05 02:18:23 bwmott Exp $ +;; $Id: scrom.asm,v 1.3 2005-06-16 01:11:29 stephena Exp $ ;;============================================================================ ;; ;; This file contains a "dummy" Supercharger BIOS for Stella. It is based diff --git a/stella/src/macosx/OSystemMACOSX.cxx b/stella/src/macosx/OSystemMACOSX.cxx index ac40ec5df..5d3c1c44f 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.3 2005-06-03 05:05:05 markgrebe Exp $ +// $Id: OSystemMACOSX.cxx,v 1.4 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #include diff --git a/stella/src/macosx/OSystemMACOSX.hxx b/stella/src/macosx/OSystemMACOSX.hxx index 2569529c6..1d0127aa9 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.1 2005-05-28 01:28:36 markgrebe Exp $ +// $Id: OSystemMACOSX.hxx,v 1.2 2005-06-16 01:11:29 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.1 2005-05-28 01:28:36 markgrebe Exp $ + @version $Id: OSystemMACOSX.hxx,v 1.2 2005-06-16 01:11:29 stephena Exp $ */ class OSystemMACOSX : public OSystem { diff --git a/stella/src/macosx/SettingsMACOSX.cxx b/stella/src/macosx/SettingsMACOSX.cxx index 51a2da7d2..ae5c6dd44 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.4 2005-05-27 17:12:58 markgrebe Exp $ +// $Id: SettingsMACOSX.cxx,v 1.5 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #include diff --git a/stella/src/macosx/SettingsMACOSX.hxx b/stella/src/macosx/SettingsMACOSX.hxx index dac4cf974..6dc25fa02 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.2 2005-05-27 17:12:35 markgrebe Exp $ +// $Id: SettingsMACOSX.hxx,v 1.3 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #ifndef SETTINGS_MAC_OSX_HXX @@ -28,7 +28,7 @@ class Console; This class defines Macintosh OSX system specific settings. @author Mark Grebe - @version $Id: SettingsMACOSX.hxx,v 1.2 2005-05-27 17:12:35 markgrebe Exp $ + @version $Id: SettingsMACOSX.hxx,v 1.3 2005-06-16 01:11:29 stephena Exp $ */ class SettingsMACOSX : public Settings { diff --git a/stella/src/unix/OSystemUNIX.cxx b/stella/src/unix/OSystemUNIX.cxx index 691191fe9..1d0e351b5 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.11 2005-05-26 18:56:58 stephena Exp $ +// $Id: OSystemUNIX.cxx,v 1.12 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #include diff --git a/stella/src/unix/OSystemUNIX.hxx b/stella/src/unix/OSystemUNIX.hxx index 191ef6ccc..6d16eaf0b 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.7 2005-05-25 17:17:38 stephena Exp $ +// $Id: OSystemUNIX.hxx,v 1.8 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #ifndef OSYSTEM_UNIX_HXX @@ -26,7 +26,7 @@ This class defines UNIX-like OS's (Linux) system specific settings. @author Stephen Anthony - @version $Id: OSystemUNIX.hxx,v 1.7 2005-05-25 17:17:38 stephena Exp $ + @version $Id: OSystemUNIX.hxx,v 1.8 2005-06-16 01:11:29 stephena Exp $ */ class OSystemUNIX : public OSystem { diff --git a/stella/src/unix/SettingsUNIX.cxx b/stella/src/unix/SettingsUNIX.cxx index bec37d84b..52df008b1 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.13 2005-05-11 19:36:00 stephena Exp $ +// $Id: SettingsUNIX.cxx,v 1.14 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/unix/SettingsUNIX.hxx b/stella/src/unix/SettingsUNIX.hxx index 999fbfe28..0639852f4 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.5 2005-02-21 20:43:53 stephena Exp $ +// $Id: SettingsUNIX.hxx,v 1.6 2005-06-16 01:11:29 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.5 2005-02-21 20:43:53 stephena Exp $ + @version $Id: SettingsUNIX.hxx,v 1.6 2005-06-16 01:11:29 stephena Exp $ */ class SettingsUNIX : public Settings { diff --git a/stella/src/win32/OSystemWin32.cxx b/stella/src/win32/OSystemWin32.cxx index cbdc9da88..2748dabb5 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.4 2005-05-29 18:54:28 stephena Exp $ +// $Id: OSystemWin32.cxx,v 1.5 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #include diff --git a/stella/src/win32/OSystemWin32.hxx b/stella/src/win32/OSystemWin32.hxx index 646fc235f..5102550b8 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.3 2005-05-29 18:54:28 stephena Exp $ +// $Id: OSystemWin32.hxx,v 1.4 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #ifndef OSYSTEM_WIN32_HXX @@ -26,7 +26,7 @@ This class defines Windows system specific settings. @author Stephen Anthony - @version $Id: OSystemWin32.hxx,v 1.3 2005-05-29 18:54:28 stephena Exp $ + @version $Id: OSystemWin32.hxx,v 1.4 2005-06-16 01:11:29 stephena Exp $ */ class OSystemWin32 : public OSystem { diff --git a/stella/src/win32/SettingsWin32.cxx b/stella/src/win32/SettingsWin32.cxx index d8b78763c..f7b51a3ad 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.15 2005-05-18 22:54:02 stephena Exp $ +// $Id: SettingsWin32.cxx,v 1.16 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #include diff --git a/stella/src/win32/SettingsWin32.hxx b/stella/src/win32/SettingsWin32.hxx index 8655b3587..6014a8926 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-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott and 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.5 2005-05-18 22:35:37 stephena Exp $ +// $Id: SettingsWin32.hxx,v 1.6 2005-06-16 01:11:29 stephena Exp $ //============================================================================ #ifndef SETTINGS_WIN32_HXX