From c95d5f804d6175c07b8e2429e9075d3e35265f26 Mon Sep 17 00:00:00 2001 From: stephena Date: Sat, 31 Dec 2011 21:56:36 +0000 Subject: [PATCH] Updated all files to copyright 2012. Happy New Year to anyone reading these logs! Moved TODO and Credits info directly to the webpage, where it will hopefully be easier to maintain. Fixed 'crackling' sound when loading a new ROM, introduced with the 3.5 sound restructuring. It looks like stale data was being loaded by the sound processing callback. As well, moved the computation of certain division variables from the sound callback to the framerate re-calculator (where it's recomputed 1/5 of the time or less). Updated AboutDialog with info about Stella DonationWare status, and active members of Stella development. Updated OSX in-app HTML documentation about Stella DonationWare status. Bumped version # to 3.5.1_svn, and the process starts again. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2318 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- Makefile | 2 +- Todo.txt | 35 +-- docs/index.html | 357 +------------------------ src/cheat/BankRomCheat.cxx | 2 +- src/cheat/BankRomCheat.hxx | 2 +- src/cheat/Cheat.hxx | 2 +- src/cheat/CheatCodeDialog.cxx | 2 +- src/cheat/CheatCodeDialog.hxx | 2 +- src/cheat/CheatManager.cxx | 2 +- src/cheat/CheatManager.hxx | 2 +- src/cheat/CheetahCheat.cxx | 2 +- src/cheat/CheetahCheat.hxx | 2 +- src/cheat/RamCheat.cxx | 2 +- src/cheat/RamCheat.hxx | 2 +- src/common/Array.hxx | 2 +- src/common/FBSurfaceGL.cxx | 2 +- src/common/FBSurfaceGL.hxx | 2 +- src/common/FBSurfaceTIA.cxx | 2 +- src/common/FBSurfaceTIA.hxx | 2 +- src/common/FrameBufferGL.cxx | 2 +- src/common/FrameBufferGL.hxx | 2 +- src/common/FrameBufferSoft.cxx | 2 +- src/common/FrameBufferSoft.hxx | 2 +- src/common/PNGLibrary.cxx | 2 +- src/common/PNGLibrary.hxx | 2 +- src/common/RectList.cxx | 2 +- src/common/RectList.hxx | 2 +- src/common/SharedPtr.hxx | 2 +- src/common/Snapshot.cxx | 2 +- src/common/Snapshot.hxx | 2 +- src/common/SoundNull.cxx | 2 +- src/common/SoundNull.hxx | 2 +- src/common/SoundSDL.cxx | 25 +- src/common/SoundSDL.hxx | 11 +- src/common/Stack.hxx | 2 +- src/common/StringList.hxx | 2 +- src/common/StringParser.hxx | 2 +- src/common/Version.hxx | 4 +- src/common/bspf.hxx | 2 +- src/common/mainSDL.cxx | 2 +- src/debugger/CartDebug.cxx | 2 +- src/debugger/CartDebug.hxx | 2 +- src/debugger/CpuDebug.cxx | 2 +- src/debugger/CpuDebug.hxx | 2 +- src/debugger/Debugger.cxx | 2 +- src/debugger/Debugger.hxx | 2 +- src/debugger/DebuggerExpressions.hxx | 2 +- src/debugger/DebuggerParser.cxx | 2 +- src/debugger/DebuggerParser.hxx | 2 +- src/debugger/DebuggerSystem.hxx | 2 +- src/debugger/DiStella.cxx | 2 +- src/debugger/DiStella.hxx | 2 +- src/debugger/Expression.cxx | 2 +- src/debugger/Expression.hxx | 2 +- src/debugger/PackedBitArray.cxx | 2 +- src/debugger/PackedBitArray.hxx | 2 +- src/debugger/RiotDebug.cxx | 2 +- src/debugger/RiotDebug.hxx | 2 +- src/debugger/TIADebug.cxx | 2 +- src/debugger/TIADebug.hxx | 2 +- src/debugger/gui/AudioWidget.cxx | 2 +- src/debugger/gui/AudioWidget.hxx | 2 +- src/debugger/gui/ColorWidget.cxx | 2 +- src/debugger/gui/ColorWidget.hxx | 2 +- src/debugger/gui/CpuWidget.cxx | 2 +- src/debugger/gui/CpuWidget.hxx | 2 +- src/debugger/gui/DataGridOpsWidget.cxx | 2 +- src/debugger/gui/DataGridOpsWidget.hxx | 2 +- src/debugger/gui/DataGridWidget.cxx | 2 +- src/debugger/gui/DataGridWidget.hxx | 2 +- src/debugger/gui/DebuggerDialog.cxx | 2 +- src/debugger/gui/DebuggerDialog.hxx | 2 +- src/debugger/gui/PromptWidget.cxx | 2 +- src/debugger/gui/PromptWidget.hxx | 2 +- src/debugger/gui/RamWidget.cxx | 2 +- src/debugger/gui/RamWidget.hxx | 2 +- src/debugger/gui/RiotWidget.cxx | 2 +- src/debugger/gui/RiotWidget.hxx | 2 +- src/debugger/gui/RomListWidget.cxx | 2 +- src/debugger/gui/RomListWidget.hxx | 2 +- src/debugger/gui/RomWidget.cxx | 2 +- src/debugger/gui/RomWidget.hxx | 2 +- src/debugger/gui/TiaInfoWidget.cxx | 2 +- src/debugger/gui/TiaInfoWidget.hxx | 2 +- src/debugger/gui/TiaOutputWidget.cxx | 2 +- src/debugger/gui/TiaOutputWidget.hxx | 2 +- src/debugger/gui/TiaWidget.cxx | 2 +- src/debugger/gui/TiaWidget.hxx | 2 +- src/debugger/gui/TiaZoomWidget.cxx | 2 +- src/debugger/gui/TiaZoomWidget.hxx | 2 +- src/debugger/gui/ToggleBitWidget.cxx | 2 +- src/debugger/gui/ToggleBitWidget.hxx | 2 +- src/debugger/gui/TogglePixelWidget.cxx | 2 +- src/debugger/gui/TogglePixelWidget.hxx | 2 +- src/debugger/gui/ToggleWidget.cxx | 2 +- src/debugger/gui/ToggleWidget.hxx | 2 +- src/emucore/AtariVox.cxx | 2 +- src/emucore/AtariVox.hxx | 2 +- src/emucore/Booster.cxx | 2 +- src/emucore/Booster.hxx | 2 +- src/emucore/Cart.cxx | 2 +- src/emucore/Cart.hxx | 2 +- src/emucore/Cart0840.cxx | 2 +- src/emucore/Cart0840.hxx | 2 +- src/emucore/Cart2K.cxx | 2 +- src/emucore/Cart2K.hxx | 2 +- src/emucore/Cart3E.cxx | 2 +- src/emucore/Cart3E.hxx | 2 +- src/emucore/Cart3F.cxx | 2 +- src/emucore/Cart3F.hxx | 2 +- src/emucore/Cart4A50.cxx | 2 +- src/emucore/Cart4A50.hxx | 2 +- src/emucore/Cart4K.cxx | 2 +- src/emucore/Cart4K.hxx | 2 +- src/emucore/CartAR.cxx | 2 +- src/emucore/CartAR.hxx | 2 +- src/emucore/CartCV.cxx | 2 +- src/emucore/CartCV.hxx | 2 +- src/emucore/CartDPC.cxx | 2 +- src/emucore/CartDPC.hxx | 2 +- src/emucore/CartDPCPlus.cxx | 2 +- src/emucore/CartDPCPlus.hxx | 2 +- src/emucore/CartE0.cxx | 2 +- src/emucore/CartE0.hxx | 2 +- src/emucore/CartE7.cxx | 2 +- src/emucore/CartE7.hxx | 2 +- src/emucore/CartEF.cxx | 2 +- src/emucore/CartEF.hxx | 2 +- src/emucore/CartEFSC.cxx | 2 +- src/emucore/CartEFSC.hxx | 2 +- src/emucore/CartF0.cxx | 2 +- src/emucore/CartF0.hxx | 2 +- src/emucore/CartF4.cxx | 2 +- src/emucore/CartF4.hxx | 2 +- src/emucore/CartF4SC.cxx | 2 +- src/emucore/CartF4SC.hxx | 2 +- src/emucore/CartF6.cxx | 2 +- src/emucore/CartF6.hxx | 2 +- src/emucore/CartF6SC.cxx | 2 +- src/emucore/CartF6SC.hxx | 2 +- src/emucore/CartF8.cxx | 2 +- src/emucore/CartF8.hxx | 2 +- src/emucore/CartF8SC.cxx | 2 +- src/emucore/CartF8SC.hxx | 2 +- src/emucore/CartFA.cxx | 2 +- src/emucore/CartFA.hxx | 2 +- src/emucore/CartFE.cxx | 2 +- src/emucore/CartFE.hxx | 2 +- src/emucore/CartMC.cxx | 2 +- src/emucore/CartMC.hxx | 2 +- src/emucore/CartSB.cxx | 2 +- src/emucore/CartSB.hxx | 2 +- src/emucore/CartUA.cxx | 2 +- src/emucore/CartUA.hxx | 2 +- src/emucore/CartX07.cxx | 2 +- src/emucore/CartX07.hxx | 2 +- src/emucore/Console.cxx | 2 +- src/emucore/Console.hxx | 2 +- src/emucore/Control.cxx | 2 +- src/emucore/Control.hxx | 2 +- src/emucore/DefProps.hxx | 2 +- src/emucore/Device.hxx | 2 +- src/emucore/Driving.cxx | 2 +- src/emucore/Driving.hxx | 2 +- src/emucore/Event.hxx | 2 +- src/emucore/EventHandler.cxx | 2 +- src/emucore/EventHandler.hxx | 2 +- src/emucore/FSNode.cxx | 2 +- src/emucore/FSNode.hxx | 2 +- src/emucore/FrameBuffer.cxx | 2 +- src/emucore/FrameBuffer.hxx | 2 +- src/emucore/Genesis.cxx | 2 +- src/emucore/Genesis.hxx | 2 +- src/emucore/Joystick.cxx | 2 +- src/emucore/Joystick.hxx | 2 +- src/emucore/Keyboard.cxx | 2 +- src/emucore/Keyboard.hxx | 2 +- src/emucore/KidVid.cxx | 2 +- src/emucore/KidVid.hxx | 2 +- src/emucore/M6502.cxx | 2 +- src/emucore/M6502.hxx | 2 +- src/emucore/M6502.ins | 2 +- src/emucore/M6502.m4 | 2 +- src/emucore/M6532.cxx | 2 +- src/emucore/M6532.hxx | 2 +- src/emucore/MD5.cxx | 2 +- src/emucore/MD5.hxx | 2 +- src/emucore/MT24LC256.cxx | 2 +- src/emucore/MT24LC256.hxx | 2 +- src/emucore/MediaFactory.cxx | 2 +- src/emucore/MediaFactory.hxx | 2 +- src/emucore/NullDev.cxx | 2 +- src/emucore/NullDev.hxx | 2 +- src/emucore/OSystem.cxx | 2 +- src/emucore/OSystem.hxx | 2 +- src/emucore/Paddles.cxx | 2 +- src/emucore/Paddles.hxx | 2 +- src/emucore/Props.cxx | 2 +- src/emucore/Props.hxx | 2 +- src/emucore/PropsSet.cxx | 2 +- src/emucore/PropsSet.hxx | 2 +- src/emucore/Random.cxx | 2 +- src/emucore/Random.hxx | 2 +- src/emucore/SaveKey.cxx | 2 +- src/emucore/SaveKey.hxx | 2 +- src/emucore/SerialPort.hxx | 2 +- src/emucore/Serializable.hxx | 2 +- src/emucore/Serializer.cxx | 2 +- src/emucore/Serializer.hxx | 2 +- src/emucore/Settings.cxx | 2 +- src/emucore/Settings.hxx | 2 +- src/emucore/Sound.hxx | 2 +- src/emucore/StateManager.cxx | 2 +- src/emucore/StateManager.hxx | 2 +- src/emucore/Switches.cxx | 2 +- src/emucore/Switches.hxx | 2 +- src/emucore/System.cxx | 2 +- src/emucore/System.hxx | 2 +- src/emucore/TIA.cxx | 2 +- src/emucore/TIA.hxx | 2 +- src/emucore/TIASnd.cxx | 2 +- src/emucore/TIASnd.hxx | 2 +- src/emucore/TIATables.cxx | 2 +- src/emucore/TIATables.hxx | 2 +- src/emucore/Thumbulator.cxx | 2 +- src/emucore/Thumbulator.hxx | 2 +- src/emucore/TrackBall.cxx | 2 +- src/emucore/TrackBall.hxx | 2 +- src/gui/AboutDialog.cxx | 49 ++-- src/gui/AboutDialog.hxx | 10 +- src/gui/AudioDialog.cxx | 2 +- src/gui/AudioDialog.hxx | 2 +- src/gui/BrowserDialog.cxx | 2 +- src/gui/BrowserDialog.hxx | 2 +- src/gui/CheckListWidget.cxx | 2 +- src/gui/CheckListWidget.hxx | 2 +- src/gui/ComboDialog.cxx | 2 +- src/gui/ComboDialog.hxx | 2 +- src/gui/Command.hxx | 2 +- src/gui/CommandDialog.cxx | 2 +- src/gui/CommandDialog.hxx | 2 +- src/gui/CommandMenu.cxx | 2 +- src/gui/CommandMenu.hxx | 2 +- src/gui/ConsoleFont.hxx | 2 +- src/gui/ContextMenu.cxx | 2 +- src/gui/ContextMenu.hxx | 2 +- src/gui/Dialog.cxx | 2 +- src/gui/Dialog.hxx | 2 +- src/gui/DialogContainer.cxx | 2 +- src/gui/DialogContainer.hxx | 2 +- src/gui/EditTextWidget.cxx | 2 +- src/gui/EditTextWidget.hxx | 2 +- src/gui/EditableWidget.cxx | 2 +- src/gui/EditableWidget.hxx | 2 +- src/gui/EventMappingWidget.cxx | 2 +- src/gui/EventMappingWidget.hxx | 2 +- src/gui/FileSnapDialog.cxx | 2 +- src/gui/FileSnapDialog.hxx | 2 +- src/gui/Font.cxx | 2 +- src/gui/Font.hxx | 2 +- src/gui/GameInfoDialog.cxx | 2 +- src/gui/GameInfoDialog.hxx | 2 +- src/gui/GameList.cxx | 2 +- src/gui/GameList.hxx | 2 +- src/gui/GlobalPropsDialog.cxx | 2 +- src/gui/GlobalPropsDialog.hxx | 2 +- src/gui/GuiObject.hxx | 2 +- src/gui/HelpDialog.cxx | 2 +- src/gui/HelpDialog.hxx | 2 +- src/gui/InputDialog.cxx | 2 +- src/gui/InputDialog.hxx | 2 +- src/gui/InputTextDialog.cxx | 2 +- src/gui/InputTextDialog.hxx | 2 +- src/gui/Launcher.cxx | 2 +- src/gui/Launcher.hxx | 2 +- src/gui/LauncherDialog.cxx | 2 +- src/gui/LauncherDialog.hxx | 2 +- src/gui/LauncherFilterDialog.cxx | 2 +- src/gui/LauncherFilterDialog.hxx | 2 +- src/gui/ListWidget.cxx | 2 +- src/gui/ListWidget.hxx | 2 +- src/gui/LoggerDialog.cxx | 2 +- src/gui/LoggerDialog.hxx | 2 +- src/gui/Menu.cxx | 2 +- src/gui/Menu.hxx | 2 +- src/gui/MessageBox.cxx | 2 +- src/gui/MessageBox.hxx | 2 +- src/gui/OptionsDialog.cxx | 2 +- src/gui/OptionsDialog.hxx | 2 +- src/gui/PopUpWidget.cxx | 2 +- src/gui/PopUpWidget.hxx | 2 +- src/gui/ProgressDialog.cxx | 2 +- src/gui/ProgressDialog.hxx | 2 +- src/gui/Rect.hxx | 2 +- src/gui/RomAuditDialog.cxx | 2 +- src/gui/RomAuditDialog.hxx | 2 +- src/gui/RomInfoWidget.cxx | 2 +- src/gui/RomInfoWidget.hxx | 2 +- src/gui/ScrollBarWidget.cxx | 2 +- src/gui/ScrollBarWidget.hxx | 2 +- src/gui/StellaFont.hxx | 2 +- src/gui/StellaLargeFont.hxx | 2 +- src/gui/StellaMediumFont.hxx | 2 +- src/gui/StringListWidget.cxx | 2 +- src/gui/StringListWidget.hxx | 2 +- src/gui/TabWidget.cxx | 2 +- src/gui/TabWidget.hxx | 2 +- src/gui/UIDialog.cxx | 2 +- src/gui/UIDialog.hxx | 2 +- src/gui/VideoDialog.cxx | 2 +- src/gui/VideoDialog.hxx | 2 +- src/gui/Widget.cxx | 2 +- src/gui/Widget.hxx | 2 +- src/macosx/AboutBox.h | 2 +- src/macosx/AboutBox.m | 2 +- src/macosx/AboutBoxTextView.h | 2 +- src/macosx/AboutBoxTextView.m | 2 +- src/macosx/Credits.html | 7 +- src/macosx/MenusEvents.h | 2 +- src/macosx/OSystemMACOSX.cxx | 2 +- src/macosx/OSystemMACOSX.hxx | 2 +- src/macosx/Preferences.h | 2 +- src/macosx/Preferences.m | 2 +- src/macosx/SerialPortMACOSX.cxx | 2 +- src/macosx/SerialPortMACOSX.hxx | 2 +- src/macosx/SettingsMACOSX.cxx | 2 +- src/macosx/SettingsMACOSX.hxx | 2 +- src/tools/create_props.pl | 2 +- src/tools/create_shaders.pl | 2 +- src/tools/scrom.asm | 2 +- src/tools/update_stella_date.pl | 2 +- src/unix/FSNodePOSIX.cxx | 2 +- src/unix/OSystemUNIX.cxx | 2 +- src/unix/OSystemUNIX.hxx | 2 +- src/unix/SerialPortUNIX.cxx | 2 +- src/unix/SerialPortUNIX.hxx | 2 +- src/unix/SettingsUNIX.cxx | 2 +- src/unix/SettingsUNIX.hxx | 2 +- src/win32/FSNodeWin32.cxx | 2 +- src/win32/HomeFinder.hxx | 2 +- src/win32/OSystemWin32.cxx | 2 +- src/win32/OSystemWin32.hxx | 2 +- src/win32/SerialPortWin32.cxx | 2 +- src/win32/SerialPortWin32.hxx | 2 +- src/win32/SettingsWin32.cxx | 2 +- src/win32/SettingsWin32.hxx | 2 +- src/win32/stella.rc | 2 +- src/yacc/YaccParser.cxx | 2 +- src/yacc/YaccParser.hxx | 2 +- 349 files changed, 406 insertions(+), 774 deletions(-) diff --git a/Makefile b/Makefile index 15fbfa3d6..6292b0561 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ ## SS SS tt ee ll ll aa aa ## SSSS ttt eeeee llll llll aaaaa ## -## Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +## Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony ## and the Stella Team ## ## See the file "License.txt" for information on usage and redistribution of diff --git a/Todo.txt b/Todo.txt index 9a7050b35..e6fa575e4 100644 --- a/Todo.txt +++ b/Todo.txt @@ -12,39 +12,10 @@ To Do List =========================================================================== +The main Todo list is now available directly from the main webpage: + http://stella.sf.net/todo.php + If you would like to contribute to Stella's development then feel free to contact me by email: Stephen Anthony (stephena@users.sf.net). - - -The following is a list of items that I plan to get to sooner or later. -Note that currently I'm the only person working on Stella, maintaining -the code across three major platforms (Linux, MacOSX, Windows), so my -time is very limited: - - * Convert code to SDL-1.3/2.0. The next major revision of SDL hasn't - been released yet, but I'm already in the process of working with - beta versions. The main reason for this change is to have hardware- - accelerated Direct3D support in Windows (which currently uses - OpenGL, and isn't as fast as it is on other systems). As well, I'll - no longer have to maintain separate software and OpenGL renderers - within Stella; SDL will handle it all behind the scenes. - - * Add Blargg NTSC TV filters. This will be OpenGL only for now. - Eventually when I move to SDL 2.0, it will be available for any - accelerated backend (Direct3D, OpenGL, OpenGLES, etc). - - * Add support for esoteric controllers. KidVid support is almost done; - still TODO are Mindlink and Lightgun. - - * Add more debugger features, improve graphics access tracking, improve - GUI, etc. - - * Fix final remaining bugs in the TIA emulation. - - * Add rewind support to the entire emulation, not just in the debugger. - - * Look into adding movie recording or net play. - - * Probably a thousand other things that I've forgotten. diff --git a/docs/index.html b/docs/index.html index 888328ec0..b1dda0c4b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3306,359 +3306,10 @@ Ms Pac-Man (Stella extended codes): from around the world have contributed to the project. Some people have provided technical help while others have offered suggestions and praise. The Stella Team is grateful for all the help and support it has - received over the years. The following is an incomplete list of the people who have - played a part in bringing Stella to you. If I've missed someone, please let - me know.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ant
- (http://aqfl.net)
Provided much feedback and testing which eventually led to a fix - for the infamous ATI OpenGL 'red screen' issue
Stephen Anthony
- (http://minbar.org)
Ported Stella 1.1 to SDL. Added extra command line options to X11/SDL - versions. Added INI file support, faster startup, snapshot support, - and pause functionality to core. Converted Stella 1.1 manual to HTML. - Ported codebase to SDL for Windows/MacOSX. Added OpenGL support and - Stelladaptor/2600-daptor support. Current maintainer for the Linux, MacOSX and Windows - versions.
David AspellPorted release 0.7 of Stella to Java
Christopher BennettHelped discover a Superchanger emulation bug in release 1.0 of Stella
Alexander BilsteinProvided "A Brief History of the Atari 2600" for this manual
Ian Bogost and the Georgia Tech Atari Team
- (CRT Simulation Project)
Contributed code for the 'CRT simulation' OpenGL filters. The Winter 2009 - team members are Edward Booth, Michael Cook, Justin Dobbs, William Rowland - and Prince Yang.
Dan BorisProvided technical information on the Supercharger
"Uncle" Carmine
- (http://www.carmine.com)
Generously donated several 2600 games and manuals to help with development
Piero CavinaAllowed "Oystron" to be included in the Stella distribution
Bob ColbertAllowed "Okie Dokie" to be included in the Stella distribution
Joe D'AndreaAuthor of the IRIX port of Stella until release 1.2
Renato FerreiraProvided code to support private colormaps under Unix
Ron FriesAuthor of the awesome TIA Sound library
Aaron GilesAuthor of the Power Macintosh version of Stella until release 1.1
Mark Grebe
- (http://www.atarimac.com)
Author of the Macintosh OSX version of Stella from releases - 1.4 to 2.4; helped with Stelladaptor support
Tom Hafner
- (http://2600-daptor.com)
Generously donated a 2600-daptor device and sample code to help with - development
Mark HahnAllowed "Elk Attack" to be included in the Stella distribution and - provided help with the TIA HMOVE blank bug
Alex HerbertProvided much information on AtariVox and SaveKey functionality
Kevin HortonAuthor of the definitive Atari 2600 bank-switching document
Richard HutchinsonProvided an AtariVox USB adaptor to help with AVox development
Thomas JentzschProvided updated NTSC palette and many ideas
Andrew Kator
(http://www.katorlegaz.com)
Provided PHP and CSS code for a major update to the Stella website
Richard KennehanDonated Atari light-sixer, various controllers, and several games to help - in testing ROMs on a real system
Nick Montfort and Ian Bogost
- (Racing the Beam)
Specifically mentioned Stella in their book
Kostas NakosAuthor/maintainer of the WinCE version of Stella from releases 2.0 - to 2.3.5
Erik KovachAuthor of the property file for release 0.7, 1.0, 1.1, and 1.2 of Stella
Daniel MarksProvided improved keyboard joystick support for Stella release 0.1
James McclainProvided patches for the 1.2 release to get Stella to compile with GCC 3.0
David McEwenAuthor of the Acorn version of Stella
Jeff MillerAuthor of the Windows version of Stella until release 1.2
Dan MowczanProvided a Supercharger to help with Stella's development
Jack NuttingAuthor of the OpenStep version of Stella
OmegamatrixProvided test ROMs which led to more accurate emulation for SWCHx/SWxCNT - and RIOT behaviour, and for 'illegal' TIA reads
John PaysonProvided EEPROM emulation code for AtariVox and SaveKey support
Wilbert PolProvided many ideas and some sample algorithms for greatly improving - 'illegal HMOVE' emulation
Manuel PolikAuthor of the Windows version of Stella (Cyberstella) starting with the 1.2 - release until its retirement
Jim PragitAuthor of the "Game Menu" emulator game shell
James Randall aka 'toymailman'Generously donated a 7800 console and several games and manuals to help - with development
RomHunter
(RomHunter ROMs)
Provides an updated database of ROM information on a regular basis
John SaegerParticipated in a helpful discussion on understanding the TIA's - RESPx multi-sprite trick
Chris SalomonProvided information and code to help implement Supercharger support
Glenn SaundersProvided a Supercharger to help with Stella's development
Jason ScottOrganizer of the property file archive for early versions of - Stella
SeagtgruffProvided test ROMs which finally fixed all remaining issues with - ADC/SBC opcode decimal mode emulation
David ShawProvided make targets for the BSDI platform
Raul SilvaHelped with design and graphics for an early version of the Stella - web site
Chris SnellMaintained a mirror of the Stella FTP site
Darrell Spice Jr.Author of the OS/2 version of Stella
John StilesMaintained the Macintosh version of Stella until release 1.2
Eckhard StolbergProvided a description of the TIA bug that produces the star field - effect in Cosmic Ark, provided the PAL television palette, and - participated in a helpful discussion on understanding the TIA's RESPx - multi-sprite trick. Provided the Commavid, Megaboy, 4A50 and X07 support - for Stella as well as some improved Supercharger BIOS code.
Matthew StroupAuthor of the Amiga version of Stella
Joel SuttonAuthor of the FreeBSD version of Stella
Greg TroutmanAllowed "This Planet Sucks" to be included in the Stella distribution
Robert TuccittoProvided valuable bugtesting and feedback which finally helped in fixing - a long-standing lockup which occurred after Stella has been running for - 71 minutes.
Curt VendelProvided schematics of the TIA which are being used to improve the - TIA emulation.
David VoswinkelMaintainer of the PSP version of Stella starting with the 2.0 release - until release 2.2
Brian WatsonHelped with getting the illegal CPU instruction support working with Stella. - Brian also submitted a number of other changes, such as debugger support, which - have been finally integrated into the 2.0 release of Stella. Without - a doubt, there would be no debugger support in Stella if not for the - tireless work of Brian.
Keith WilkinsMaintained the DOS version of Stella until release 0.7
Jeff WisniaProvided technical data sheet for the 6532 RIOT chip
Albert Yarusso
- (http://atariage.com)
Provided helpful feedback for the MacOSX port, and generously - donated an AtariVox device to help with development
Alex ZaballaMaintainer of the GP2X version of Stella from releases 2.1 to 2.3.5
+ received over the years. A (likely incomplete) list of the people who have + played a part in bringing Stella to you is available on the main Stella + webpage Credits List. + If I've missed someone, please let us know.

diff --git a/src/cheat/BankRomCheat.cxx b/src/cheat/BankRomCheat.cxx index 555065e0e..c4a748c1f 100644 --- a/src/cheat/BankRomCheat.cxx +++ b/src/cheat/BankRomCheat.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/cheat/BankRomCheat.hxx b/src/cheat/BankRomCheat.hxx index ec1a38717..05fd24ad3 100644 --- a/src/cheat/BankRomCheat.hxx +++ b/src/cheat/BankRomCheat.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/cheat/Cheat.hxx b/src/cheat/Cheat.hxx index dc266582f..8c2398c1e 100644 --- a/src/cheat/Cheat.hxx +++ b/src/cheat/Cheat.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/cheat/CheatCodeDialog.cxx b/src/cheat/CheatCodeDialog.cxx index abb39e13f..6c643f4f3 100644 --- a/src/cheat/CheatCodeDialog.cxx +++ b/src/cheat/CheatCodeDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/cheat/CheatCodeDialog.hxx b/src/cheat/CheatCodeDialog.hxx index 17205c1f7..35399c6f4 100644 --- a/src/cheat/CheatCodeDialog.hxx +++ b/src/cheat/CheatCodeDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/cheat/CheatManager.cxx b/src/cheat/CheatManager.cxx index f9cd27390..e07c49269 100644 --- a/src/cheat/CheatManager.cxx +++ b/src/cheat/CheatManager.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/cheat/CheatManager.hxx b/src/cheat/CheatManager.hxx index 7f1f33455..ab02c50e6 100644 --- a/src/cheat/CheatManager.hxx +++ b/src/cheat/CheatManager.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/cheat/CheetahCheat.cxx b/src/cheat/CheetahCheat.cxx index 91f86b51f..93ce6f44b 100644 --- a/src/cheat/CheetahCheat.cxx +++ b/src/cheat/CheetahCheat.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/cheat/CheetahCheat.hxx b/src/cheat/CheetahCheat.hxx index f33479431..05e6be85e 100644 --- a/src/cheat/CheetahCheat.hxx +++ b/src/cheat/CheetahCheat.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/cheat/RamCheat.cxx b/src/cheat/RamCheat.cxx index a46d5afa1..7bd4e3401 100644 --- a/src/cheat/RamCheat.cxx +++ b/src/cheat/RamCheat.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/cheat/RamCheat.hxx b/src/cheat/RamCheat.hxx index 47e6279c1..687bd79ed 100644 --- a/src/cheat/RamCheat.hxx +++ b/src/cheat/RamCheat.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/Array.hxx b/src/common/Array.hxx index 441499f16..5475d8178 100644 --- a/src/common/Array.hxx +++ b/src/common/Array.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/FBSurfaceGL.cxx b/src/common/FBSurfaceGL.cxx index 3d16b8ced..ca902be03 100644 --- a/src/common/FBSurfaceGL.cxx +++ b/src/common/FBSurfaceGL.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/FBSurfaceGL.hxx b/src/common/FBSurfaceGL.hxx index fd6914de1..3f1f23114 100644 --- a/src/common/FBSurfaceGL.hxx +++ b/src/common/FBSurfaceGL.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/FBSurfaceTIA.cxx b/src/common/FBSurfaceTIA.cxx index 82c909865..f006180d6 100644 --- a/src/common/FBSurfaceTIA.cxx +++ b/src/common/FBSurfaceTIA.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/FBSurfaceTIA.hxx b/src/common/FBSurfaceTIA.hxx index c2b66fd31..aaacfad06 100644 --- a/src/common/FBSurfaceTIA.hxx +++ b/src/common/FBSurfaceTIA.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/FrameBufferGL.cxx b/src/common/FrameBufferGL.cxx index 81ec4433c..8a0e5c6f9 100644 --- a/src/common/FrameBufferGL.cxx +++ b/src/common/FrameBufferGL.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/FrameBufferGL.hxx b/src/common/FrameBufferGL.hxx index 2200c2245..2c184226c 100644 --- a/src/common/FrameBufferGL.hxx +++ b/src/common/FrameBufferGL.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/FrameBufferSoft.cxx b/src/common/FrameBufferSoft.cxx index f8fa9d8c1..51b811cea 100644 --- a/src/common/FrameBufferSoft.cxx +++ b/src/common/FrameBufferSoft.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/FrameBufferSoft.hxx b/src/common/FrameBufferSoft.hxx index 527714be9..e058831ed 100644 --- a/src/common/FrameBufferSoft.hxx +++ b/src/common/FrameBufferSoft.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/PNGLibrary.cxx b/src/common/PNGLibrary.cxx index 191d5bb76..1151a6ef5 100644 --- a/src/common/PNGLibrary.cxx +++ b/src/common/PNGLibrary.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/PNGLibrary.hxx b/src/common/PNGLibrary.hxx index a6c4ec271..2456bf28f 100644 --- a/src/common/PNGLibrary.hxx +++ b/src/common/PNGLibrary.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/RectList.cxx b/src/common/RectList.cxx index 26d0a0a9f..2c8cf4398 100644 --- a/src/common/RectList.cxx +++ b/src/common/RectList.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/RectList.hxx b/src/common/RectList.hxx index 81acf83dc..68be1c665 100644 --- a/src/common/RectList.hxx +++ b/src/common/RectList.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/SharedPtr.hxx b/src/common/SharedPtr.hxx index cba0904d6..6d5641101 100644 --- a/src/common/SharedPtr.hxx +++ b/src/common/SharedPtr.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/Snapshot.cxx b/src/common/Snapshot.cxx index 3bd8452c2..6b045600f 100644 --- a/src/common/Snapshot.cxx +++ b/src/common/Snapshot.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/Snapshot.hxx b/src/common/Snapshot.hxx index 2dd7b4eae..6064c3d7b 100644 --- a/src/common/Snapshot.hxx +++ b/src/common/Snapshot.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/SoundNull.cxx b/src/common/SoundNull.cxx index 7f2628775..c08af7f84 100644 --- a/src/common/SoundNull.cxx +++ b/src/common/SoundNull.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/SoundNull.hxx b/src/common/SoundNull.hxx index a04923f70..54f000c03 100644 --- a/src/common/SoundNull.hxx +++ b/src/common/SoundNull.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/SoundSDL.cxx b/src/common/SoundSDL.cxx index c0a5d31e1..b532b9060 100644 --- a/src/common/SoundSDL.cxx +++ b/src/common/SoundSDL.cxx @@ -38,7 +38,6 @@ SoundSDL::SoundSDL(OSystem* osystem) myIsEnabled(false), myIsInitializedFlag(false), myLastRegisterSetCycle(0), - myDisplayFrameRate(60.0), myNumChannels(0), myFragmentSizeLogBase2(0), myIsMuted(true), @@ -80,6 +79,11 @@ SoundSDL::SoundSDL(OSystem* osystem) return; } + // Pre-compute fragment-related variables as much as possible + myFragmentSizeLogBase2 = log((double)myHardwareSpec.samples) / log(2.0); + myFragmentSizeLogDiv1 = myFragmentSizeLogBase2 / 60.0; + myFragmentSizeLogDiv2 = (myFragmentSizeLogBase2 - 1) / 60.0; + myIsInitializedFlag = true; SDL_PauseAudio(1); @@ -124,8 +128,6 @@ void SoundSDL::open() myRegWriteQueue.clear(); myTIASound.reset(); - myFragmentSizeLogBase2 = log((double)myHardwareSpec.samples) / log(2.0); - // Now initialize the TIASound object which will actually generate sound int tiafreq = myOSystem->settings().getInt("tiafreq"); myTIASound.outputFrequency(myHardwareSpec.freq); @@ -164,6 +166,8 @@ void SoundSDL::open() // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - void SoundSDL::close() { + myTIASound.reset(); + myIsEnabled = false; mute(true); myOSystem->logMessage("SoundSDL::close\n", 2); } @@ -247,8 +251,10 @@ void SoundSDL::setChannels(uInt32 channels) // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - void SoundSDL::setFrameRate(float framerate) { + // Recalculate since frame rate has changed // FIXME - should we clear out the queue or adjust the values in it? - myDisplayFrameRate = framerate; + myFragmentSizeLogDiv1 = myFragmentSizeLogBase2 / framerate; + myFragmentSizeLogDiv2 = (myFragmentSizeLogBase2 - 1) / framerate; } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -280,18 +286,14 @@ void SoundSDL::set(uInt16 addr, uInt8 value, Int32 cycle) // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - void SoundSDL::processFragment(uInt8* stream, Int32 length) { - if(!myIsEnabled) - return; - uInt32 channels = myHardwareSpec.channels; length = length / channels; // If there are excessive items on the queue then we'll remove some - if(myRegWriteQueue.duration() > - (myFragmentSizeLogBase2 / myDisplayFrameRate)) + if(myRegWriteQueue.duration() > myFragmentSizeLogDiv1) { double removed = 0.0; - while(removed < ((myFragmentSizeLogBase2 - 1) / myDisplayFrameRate)) + while(removed < myFragmentSizeLogDiv2) { RegWrite& info = myRegWriteQueue.front(); removed += info.delta; @@ -371,7 +373,8 @@ void SoundSDL::processFragment(uInt8* stream, Int32 length) void SoundSDL::callback(void* udata, uInt8* stream, int len) { SoundSDL* sound = (SoundSDL*)udata; - sound->processFragment(stream, (Int32)len); + if(sound->myIsEnabled) + sound->processFragment(stream, (Int32)len); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/common/SoundSDL.hxx b/src/common/SoundSDL.hxx index a4e80d6f1..d67f4881f 100644 --- a/src/common/SoundSDL.hxx +++ b/src/common/SoundSDL.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of @@ -256,15 +256,18 @@ class SoundSDL : public Sound // Indicates the cycle when a sound register was last set Int32 myLastRegisterSetCycle; - // Indicates the base framerate depending on if the ROM is NTSC or PAL - float myDisplayFrameRate; - // Indicates the number of channels (mono or stereo) uInt32 myNumChannels; // Log base 2 of the selected fragment size double myFragmentSizeLogBase2; + // The myFragmentSizeLogBase2 variable is used in only two places, + // both of which involve an expensive division in the sound + // processing callback + // These are pre-computed to speed up the callback as much as possible + double myFragmentSizeLogDiv1, myFragmentSizeLogDiv2; + // Indicates if the sound is currently muted bool myIsMuted; diff --git a/src/common/Stack.hxx b/src/common/Stack.hxx index 89e2bad4c..5c395bc30 100644 --- a/src/common/Stack.hxx +++ b/src/common/Stack.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/StringList.hxx b/src/common/StringList.hxx index 9ba0b99f2..2fdb5fc39 100644 --- a/src/common/StringList.hxx +++ b/src/common/StringList.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/StringParser.hxx b/src/common/StringParser.hxx index 86a4bf1d2..3ade3efcd 100644 --- a/src/common/StringParser.hxx +++ b/src/common/StringParser.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/Version.hxx b/src/common/Version.hxx index ede6e517c..ca6373d4d 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.5" +#define STELLA_VERSION "3.5.1_svn" #define STELLA_BUILD atoi("$Rev$" + 6) #endif diff --git a/src/common/bspf.hxx b/src/common/bspf.hxx index 06e15e4a2..49c34441b 100644 --- a/src/common/bspf.hxx +++ b/src/common/bspf.hxx @@ -8,7 +8,7 @@ // BB BB SS SS PP FF // BBBBB SSSS PP FF // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/common/mainSDL.cxx b/src/common/mainSDL.cxx index 9384d7020..b4c2889cb 100644 --- a/src/common/mainSDL.cxx +++ b/src/common/mainSDL.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/CartDebug.cxx b/src/debugger/CartDebug.cxx index 36ced3eb8..fcb223096 100644 --- a/src/debugger/CartDebug.cxx +++ b/src/debugger/CartDebug.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/CartDebug.hxx b/src/debugger/CartDebug.hxx index 427eb32ef..17521c4ba 100644 --- a/src/debugger/CartDebug.hxx +++ b/src/debugger/CartDebug.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/CpuDebug.cxx b/src/debugger/CpuDebug.cxx index 3d29471d2..fac0d1f30 100644 --- a/src/debugger/CpuDebug.cxx +++ b/src/debugger/CpuDebug.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/CpuDebug.hxx b/src/debugger/CpuDebug.hxx index a599b17ca..76f33c6de 100644 --- a/src/debugger/CpuDebug.hxx +++ b/src/debugger/CpuDebug.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/Debugger.cxx b/src/debugger/Debugger.cxx index b217681bd..65987433b 100644 --- a/src/debugger/Debugger.cxx +++ b/src/debugger/Debugger.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/Debugger.hxx b/src/debugger/Debugger.hxx index 12a7e159b..63bac9c57 100644 --- a/src/debugger/Debugger.hxx +++ b/src/debugger/Debugger.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/DebuggerExpressions.hxx b/src/debugger/DebuggerExpressions.hxx index de2d3f3d0..834be261a 100644 --- a/src/debugger/DebuggerExpressions.hxx +++ b/src/debugger/DebuggerExpressions.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/DebuggerParser.cxx b/src/debugger/DebuggerParser.cxx index 51462ea42..0311a7b3f 100644 --- a/src/debugger/DebuggerParser.cxx +++ b/src/debugger/DebuggerParser.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/DebuggerParser.hxx b/src/debugger/DebuggerParser.hxx index d60a20e3a..582da481a 100644 --- a/src/debugger/DebuggerParser.hxx +++ b/src/debugger/DebuggerParser.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/DebuggerSystem.hxx b/src/debugger/DebuggerSystem.hxx index 56d467492..31d6733e0 100644 --- a/src/debugger/DebuggerSystem.hxx +++ b/src/debugger/DebuggerSystem.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/DiStella.cxx b/src/debugger/DiStella.cxx index ced523201..55c539165 100644 --- a/src/debugger/DiStella.cxx +++ b/src/debugger/DiStella.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/DiStella.hxx b/src/debugger/DiStella.hxx index 349d7bee3..2cf5579c0 100644 --- a/src/debugger/DiStella.hxx +++ b/src/debugger/DiStella.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/Expression.cxx b/src/debugger/Expression.cxx index b7ce6aa58..e44905799 100644 --- a/src/debugger/Expression.cxx +++ b/src/debugger/Expression.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/Expression.hxx b/src/debugger/Expression.hxx index 4952bf57c..2a349973f 100644 --- a/src/debugger/Expression.hxx +++ b/src/debugger/Expression.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/PackedBitArray.cxx b/src/debugger/PackedBitArray.cxx index 1d7abd150..0bb2f9cbe 100644 --- a/src/debugger/PackedBitArray.cxx +++ b/src/debugger/PackedBitArray.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/PackedBitArray.hxx b/src/debugger/PackedBitArray.hxx index 937b96ec7..5a2858702 100644 --- a/src/debugger/PackedBitArray.hxx +++ b/src/debugger/PackedBitArray.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/RiotDebug.cxx b/src/debugger/RiotDebug.cxx index 23a463fbe..a7d25a408 100644 --- a/src/debugger/RiotDebug.cxx +++ b/src/debugger/RiotDebug.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/RiotDebug.hxx b/src/debugger/RiotDebug.hxx index f6c91aa33..9ac3e8b62 100644 --- a/src/debugger/RiotDebug.hxx +++ b/src/debugger/RiotDebug.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/TIADebug.cxx b/src/debugger/TIADebug.cxx index e449c84fc..5e0d7e763 100644 --- a/src/debugger/TIADebug.cxx +++ b/src/debugger/TIADebug.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/TIADebug.hxx b/src/debugger/TIADebug.hxx index cb72503f3..7531ab2c8 100644 --- a/src/debugger/TIADebug.hxx +++ b/src/debugger/TIADebug.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/AudioWidget.cxx b/src/debugger/gui/AudioWidget.cxx index ad132f161..5f07fca16 100644 --- a/src/debugger/gui/AudioWidget.cxx +++ b/src/debugger/gui/AudioWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/AudioWidget.hxx b/src/debugger/gui/AudioWidget.hxx index b5a5cf6f9..07ca779cc 100644 --- a/src/debugger/gui/AudioWidget.hxx +++ b/src/debugger/gui/AudioWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/ColorWidget.cxx b/src/debugger/gui/ColorWidget.cxx index 6f3ba4d67..e4e2ab525 100644 --- a/src/debugger/gui/ColorWidget.cxx +++ b/src/debugger/gui/ColorWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/ColorWidget.hxx b/src/debugger/gui/ColorWidget.hxx index 2a04af39b..9667aa79c 100644 --- a/src/debugger/gui/ColorWidget.hxx +++ b/src/debugger/gui/ColorWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/CpuWidget.cxx b/src/debugger/gui/CpuWidget.cxx index 11ccfef39..ba105bf7f 100644 --- a/src/debugger/gui/CpuWidget.cxx +++ b/src/debugger/gui/CpuWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/CpuWidget.hxx b/src/debugger/gui/CpuWidget.hxx index 184a367f3..f058488ca 100644 --- a/src/debugger/gui/CpuWidget.hxx +++ b/src/debugger/gui/CpuWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/DataGridOpsWidget.cxx b/src/debugger/gui/DataGridOpsWidget.cxx index f8b469087..66ee1957a 100644 --- a/src/debugger/gui/DataGridOpsWidget.cxx +++ b/src/debugger/gui/DataGridOpsWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/DataGridOpsWidget.hxx b/src/debugger/gui/DataGridOpsWidget.hxx index d3b584cee..9401d15de 100644 --- a/src/debugger/gui/DataGridOpsWidget.hxx +++ b/src/debugger/gui/DataGridOpsWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/DataGridWidget.cxx b/src/debugger/gui/DataGridWidget.cxx index f5eae125a..2be6530cb 100644 --- a/src/debugger/gui/DataGridWidget.cxx +++ b/src/debugger/gui/DataGridWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/DataGridWidget.hxx b/src/debugger/gui/DataGridWidget.hxx index 4e4db9617..fe3946c0d 100644 --- a/src/debugger/gui/DataGridWidget.hxx +++ b/src/debugger/gui/DataGridWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/DebuggerDialog.cxx b/src/debugger/gui/DebuggerDialog.cxx index 23cdb36fb..e2d5efc98 100644 --- a/src/debugger/gui/DebuggerDialog.cxx +++ b/src/debugger/gui/DebuggerDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/DebuggerDialog.hxx b/src/debugger/gui/DebuggerDialog.hxx index 60312dbbd..6a7b6f801 100644 --- a/src/debugger/gui/DebuggerDialog.hxx +++ b/src/debugger/gui/DebuggerDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/PromptWidget.cxx b/src/debugger/gui/PromptWidget.cxx index 95d039162..450b8cc33 100644 --- a/src/debugger/gui/PromptWidget.cxx +++ b/src/debugger/gui/PromptWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/PromptWidget.hxx b/src/debugger/gui/PromptWidget.hxx index 975a35ffe..ccf036972 100644 --- a/src/debugger/gui/PromptWidget.hxx +++ b/src/debugger/gui/PromptWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/RamWidget.cxx b/src/debugger/gui/RamWidget.cxx index 0ba12dbe3..e6fc4f1df 100644 --- a/src/debugger/gui/RamWidget.cxx +++ b/src/debugger/gui/RamWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/RamWidget.hxx b/src/debugger/gui/RamWidget.hxx index 41a9eb865..d6c47863f 100644 --- a/src/debugger/gui/RamWidget.hxx +++ b/src/debugger/gui/RamWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/RiotWidget.cxx b/src/debugger/gui/RiotWidget.cxx index a218e2e7c..55e44332e 100644 --- a/src/debugger/gui/RiotWidget.cxx +++ b/src/debugger/gui/RiotWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/RiotWidget.hxx b/src/debugger/gui/RiotWidget.hxx index 3b1999e7b..8934032ba 100644 --- a/src/debugger/gui/RiotWidget.hxx +++ b/src/debugger/gui/RiotWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/RomListWidget.cxx b/src/debugger/gui/RomListWidget.cxx index c994c9fb9..3d847ac4d 100644 --- a/src/debugger/gui/RomListWidget.cxx +++ b/src/debugger/gui/RomListWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/RomListWidget.hxx b/src/debugger/gui/RomListWidget.hxx index 8b290c948..026a8cede 100644 --- a/src/debugger/gui/RomListWidget.hxx +++ b/src/debugger/gui/RomListWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/RomWidget.cxx b/src/debugger/gui/RomWidget.cxx index 629013a1d..0cc8c0e63 100644 --- a/src/debugger/gui/RomWidget.cxx +++ b/src/debugger/gui/RomWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/RomWidget.hxx b/src/debugger/gui/RomWidget.hxx index e57f1f8fc..45c148ca5 100644 --- a/src/debugger/gui/RomWidget.hxx +++ b/src/debugger/gui/RomWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/TiaInfoWidget.cxx b/src/debugger/gui/TiaInfoWidget.cxx index 6cdd1d42c..47239e972 100644 --- a/src/debugger/gui/TiaInfoWidget.cxx +++ b/src/debugger/gui/TiaInfoWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/TiaInfoWidget.hxx b/src/debugger/gui/TiaInfoWidget.hxx index ff063e5fd..46421f338 100644 --- a/src/debugger/gui/TiaInfoWidget.hxx +++ b/src/debugger/gui/TiaInfoWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/TiaOutputWidget.cxx b/src/debugger/gui/TiaOutputWidget.cxx index 0d746a11d..5c9851bad 100644 --- a/src/debugger/gui/TiaOutputWidget.cxx +++ b/src/debugger/gui/TiaOutputWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/TiaOutputWidget.hxx b/src/debugger/gui/TiaOutputWidget.hxx index cf967dbcd..1e6eb1dbe 100644 --- a/src/debugger/gui/TiaOutputWidget.hxx +++ b/src/debugger/gui/TiaOutputWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/TiaWidget.cxx b/src/debugger/gui/TiaWidget.cxx index 4a3215a58..63a3f8f39 100644 --- a/src/debugger/gui/TiaWidget.cxx +++ b/src/debugger/gui/TiaWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/TiaWidget.hxx b/src/debugger/gui/TiaWidget.hxx index 25d6fb3da..cc0a5942c 100644 --- a/src/debugger/gui/TiaWidget.hxx +++ b/src/debugger/gui/TiaWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/TiaZoomWidget.cxx b/src/debugger/gui/TiaZoomWidget.cxx index 1b1247aee..533a2d8aa 100644 --- a/src/debugger/gui/TiaZoomWidget.cxx +++ b/src/debugger/gui/TiaZoomWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/TiaZoomWidget.hxx b/src/debugger/gui/TiaZoomWidget.hxx index ecad1311d..0c8c145c8 100644 --- a/src/debugger/gui/TiaZoomWidget.hxx +++ b/src/debugger/gui/TiaZoomWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/ToggleBitWidget.cxx b/src/debugger/gui/ToggleBitWidget.cxx index 47e8f9df9..a268752c2 100644 --- a/src/debugger/gui/ToggleBitWidget.cxx +++ b/src/debugger/gui/ToggleBitWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/ToggleBitWidget.hxx b/src/debugger/gui/ToggleBitWidget.hxx index 787d92c0f..93ef5c6e2 100644 --- a/src/debugger/gui/ToggleBitWidget.hxx +++ b/src/debugger/gui/ToggleBitWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/TogglePixelWidget.cxx b/src/debugger/gui/TogglePixelWidget.cxx index bf60c31fe..554dd9289 100644 --- a/src/debugger/gui/TogglePixelWidget.cxx +++ b/src/debugger/gui/TogglePixelWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/TogglePixelWidget.hxx b/src/debugger/gui/TogglePixelWidget.hxx index 0b28be3a9..4eed752ac 100644 --- a/src/debugger/gui/TogglePixelWidget.hxx +++ b/src/debugger/gui/TogglePixelWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/ToggleWidget.cxx b/src/debugger/gui/ToggleWidget.cxx index 761179004..d11d79d67 100644 --- a/src/debugger/gui/ToggleWidget.cxx +++ b/src/debugger/gui/ToggleWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/debugger/gui/ToggleWidget.hxx b/src/debugger/gui/ToggleWidget.hxx index c1c25aaa8..0c9cd9e19 100644 --- a/src/debugger/gui/ToggleWidget.hxx +++ b/src/debugger/gui/ToggleWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/AtariVox.cxx b/src/emucore/AtariVox.cxx index e3888a0e1..9472984e7 100644 --- a/src/emucore/AtariVox.cxx +++ b/src/emucore/AtariVox.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/AtariVox.hxx b/src/emucore/AtariVox.hxx index 68bb33dc0..31ee0c025 100644 --- a/src/emucore/AtariVox.hxx +++ b/src/emucore/AtariVox.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Booster.cxx b/src/emucore/Booster.cxx index 1b64228e7..bdea62d6a 100644 --- a/src/emucore/Booster.cxx +++ b/src/emucore/Booster.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Booster.hxx b/src/emucore/Booster.hxx index a9336582b..a9bb9e2df 100644 --- a/src/emucore/Booster.hxx +++ b/src/emucore/Booster.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart.cxx b/src/emucore/Cart.cxx index e15b2f47f..1eba17377 100644 --- a/src/emucore/Cart.cxx +++ b/src/emucore/Cart.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart.hxx b/src/emucore/Cart.hxx index 110524fe7..6f3b12280 100644 --- a/src/emucore/Cart.hxx +++ b/src/emucore/Cart.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart0840.cxx b/src/emucore/Cart0840.cxx index 7c9da679b..d049a745f 100644 --- a/src/emucore/Cart0840.cxx +++ b/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-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart0840.hxx b/src/emucore/Cart0840.hxx index 9cbe1bd82..4f3779261 100644 --- a/src/emucore/Cart0840.hxx +++ b/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-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart2K.cxx b/src/emucore/Cart2K.cxx index c7209f2aa..08a349816 100644 --- a/src/emucore/Cart2K.cxx +++ b/src/emucore/Cart2K.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart2K.hxx b/src/emucore/Cart2K.hxx index 676d96271..e0f6d67d2 100644 --- a/src/emucore/Cart2K.hxx +++ b/src/emucore/Cart2K.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart3E.cxx b/src/emucore/Cart3E.cxx index 677ce8fd4..d8f9043fb 100644 --- a/src/emucore/Cart3E.cxx +++ b/src/emucore/Cart3E.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart3E.hxx b/src/emucore/Cart3E.hxx index c101800ef..e1c04eb46 100644 --- a/src/emucore/Cart3E.hxx +++ b/src/emucore/Cart3E.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart3F.cxx b/src/emucore/Cart3F.cxx index 8aaf07242..2f344ac58 100644 --- a/src/emucore/Cart3F.cxx +++ b/src/emucore/Cart3F.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart3F.hxx b/src/emucore/Cart3F.hxx index 8e67d4fa5..ffde9d5af 100644 --- a/src/emucore/Cart3F.hxx +++ b/src/emucore/Cart3F.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart4A50.cxx b/src/emucore/Cart4A50.cxx index 1f04e6685..b805173be 100644 --- a/src/emucore/Cart4A50.cxx +++ b/src/emucore/Cart4A50.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart4A50.hxx b/src/emucore/Cart4A50.hxx index 5206954d5..3daee37c0 100644 --- a/src/emucore/Cart4A50.hxx +++ b/src/emucore/Cart4A50.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart4K.cxx b/src/emucore/Cart4K.cxx index 6c08e25ea..acb6a5807 100644 --- a/src/emucore/Cart4K.cxx +++ b/src/emucore/Cart4K.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Cart4K.hxx b/src/emucore/Cart4K.hxx index ab12e2fcd..ec631bfc3 100644 --- a/src/emucore/Cart4K.hxx +++ b/src/emucore/Cart4K.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartAR.cxx b/src/emucore/CartAR.cxx index 312cc77a4..4b24e8aed 100644 --- a/src/emucore/CartAR.cxx +++ b/src/emucore/CartAR.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartAR.hxx b/src/emucore/CartAR.hxx index cdf0b00a0..3cc15352f 100644 --- a/src/emucore/CartAR.hxx +++ b/src/emucore/CartAR.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartCV.cxx b/src/emucore/CartCV.cxx index f79ada0d6..8f8cd4c72 100644 --- a/src/emucore/CartCV.cxx +++ b/src/emucore/CartCV.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartCV.hxx b/src/emucore/CartCV.hxx index b819589fa..22340d5a3 100644 --- a/src/emucore/CartCV.hxx +++ b/src/emucore/CartCV.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartDPC.cxx b/src/emucore/CartDPC.cxx index 672f660c1..b901cce1f 100644 --- a/src/emucore/CartDPC.cxx +++ b/src/emucore/CartDPC.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartDPC.hxx b/src/emucore/CartDPC.hxx index 882b706fd..f71b8646c 100644 --- a/src/emucore/CartDPC.hxx +++ b/src/emucore/CartDPC.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartDPCPlus.cxx b/src/emucore/CartDPCPlus.cxx index 2cc4adc8c..d8146d49c 100644 --- a/src/emucore/CartDPCPlus.cxx +++ b/src/emucore/CartDPCPlus.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartDPCPlus.hxx b/src/emucore/CartDPCPlus.hxx index 13ab01bdb..237ca61c0 100644 --- a/src/emucore/CartDPCPlus.hxx +++ b/src/emucore/CartDPCPlus.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartE0.cxx b/src/emucore/CartE0.cxx index 27f4b39d3..bab207465 100644 --- a/src/emucore/CartE0.cxx +++ b/src/emucore/CartE0.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartE0.hxx b/src/emucore/CartE0.hxx index 9907cdc9f..443774742 100644 --- a/src/emucore/CartE0.hxx +++ b/src/emucore/CartE0.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartE7.cxx b/src/emucore/CartE7.cxx index aa571e16c..27916d9ed 100644 --- a/src/emucore/CartE7.cxx +++ b/src/emucore/CartE7.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartE7.hxx b/src/emucore/CartE7.hxx index 76e677f0d..73b3e8b21 100644 --- a/src/emucore/CartE7.hxx +++ b/src/emucore/CartE7.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartEF.cxx b/src/emucore/CartEF.cxx index e2939d89e..cd4b1a0b2 100644 --- a/src/emucore/CartEF.cxx +++ b/src/emucore/CartEF.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartEF.hxx b/src/emucore/CartEF.hxx index e98a08fd9..0e8d31cf7 100644 --- a/src/emucore/CartEF.hxx +++ b/src/emucore/CartEF.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartEFSC.cxx b/src/emucore/CartEFSC.cxx index 9404d70cc..5c5b1e599 100644 --- a/src/emucore/CartEFSC.cxx +++ b/src/emucore/CartEFSC.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartEFSC.hxx b/src/emucore/CartEFSC.hxx index d4a20928c..00d7cbb68 100644 --- a/src/emucore/CartEFSC.hxx +++ b/src/emucore/CartEFSC.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF0.cxx b/src/emucore/CartF0.cxx index 0060447e5..721a5ba62 100644 --- a/src/emucore/CartF0.cxx +++ b/src/emucore/CartF0.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF0.hxx b/src/emucore/CartF0.hxx index 0f55f5d9e..058fb12e0 100644 --- a/src/emucore/CartF0.hxx +++ b/src/emucore/CartF0.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF4.cxx b/src/emucore/CartF4.cxx index 2aed04e7b..0da7e9988 100644 --- a/src/emucore/CartF4.cxx +++ b/src/emucore/CartF4.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF4.hxx b/src/emucore/CartF4.hxx index 68ac8a636..53d0b2658 100644 --- a/src/emucore/CartF4.hxx +++ b/src/emucore/CartF4.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF4SC.cxx b/src/emucore/CartF4SC.cxx index 082ceb1f8..ee528e289 100644 --- a/src/emucore/CartF4SC.cxx +++ b/src/emucore/CartF4SC.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF4SC.hxx b/src/emucore/CartF4SC.hxx index 8fb405bde..8e6a63535 100644 --- a/src/emucore/CartF4SC.hxx +++ b/src/emucore/CartF4SC.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF6.cxx b/src/emucore/CartF6.cxx index 800424293..22460b2ae 100644 --- a/src/emucore/CartF6.cxx +++ b/src/emucore/CartF6.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF6.hxx b/src/emucore/CartF6.hxx index ca48e07d9..77139d4af 100644 --- a/src/emucore/CartF6.hxx +++ b/src/emucore/CartF6.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF6SC.cxx b/src/emucore/CartF6SC.cxx index 9f52b9ff3..913324e05 100644 --- a/src/emucore/CartF6SC.cxx +++ b/src/emucore/CartF6SC.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF6SC.hxx b/src/emucore/CartF6SC.hxx index b1ea538d8..befcb014b 100644 --- a/src/emucore/CartF6SC.hxx +++ b/src/emucore/CartF6SC.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF8.cxx b/src/emucore/CartF8.cxx index 399722d7d..56214e96e 100644 --- a/src/emucore/CartF8.cxx +++ b/src/emucore/CartF8.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF8.hxx b/src/emucore/CartF8.hxx index 47aa46cbb..52310a39f 100644 --- a/src/emucore/CartF8.hxx +++ b/src/emucore/CartF8.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF8SC.cxx b/src/emucore/CartF8SC.cxx index 1d208785d..6b59aff89 100644 --- a/src/emucore/CartF8SC.cxx +++ b/src/emucore/CartF8SC.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartF8SC.hxx b/src/emucore/CartF8SC.hxx index 2c913284c..f320ed003 100644 --- a/src/emucore/CartF8SC.hxx +++ b/src/emucore/CartF8SC.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartFA.cxx b/src/emucore/CartFA.cxx index 5c80a3530..dce8455f6 100644 --- a/src/emucore/CartFA.cxx +++ b/src/emucore/CartFA.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartFA.hxx b/src/emucore/CartFA.hxx index ebd7eb468..177b9bbed 100644 --- a/src/emucore/CartFA.hxx +++ b/src/emucore/CartFA.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartFE.cxx b/src/emucore/CartFE.cxx index 65e157bb5..e836908a8 100644 --- a/src/emucore/CartFE.cxx +++ b/src/emucore/CartFE.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartFE.hxx b/src/emucore/CartFE.hxx index 9e07ebb36..e8d6f3e99 100644 --- a/src/emucore/CartFE.hxx +++ b/src/emucore/CartFE.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartMC.cxx b/src/emucore/CartMC.cxx index e12292758..d970d6a78 100644 --- a/src/emucore/CartMC.cxx +++ b/src/emucore/CartMC.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartMC.hxx b/src/emucore/CartMC.hxx index 662be59ba..3d259f848 100644 --- a/src/emucore/CartMC.hxx +++ b/src/emucore/CartMC.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartSB.cxx b/src/emucore/CartSB.cxx index 722a3ebd4..2990fabfd 100644 --- a/src/emucore/CartSB.cxx +++ b/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-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartSB.hxx b/src/emucore/CartSB.hxx index a71ebe9fe..a2c03ebad 100644 --- a/src/emucore/CartSB.hxx +++ b/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-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartUA.cxx b/src/emucore/CartUA.cxx index c9b256508..f91a38d3a 100644 --- a/src/emucore/CartUA.cxx +++ b/src/emucore/CartUA.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartUA.hxx b/src/emucore/CartUA.hxx index 9d08cc2e9..f229064ad 100644 --- a/src/emucore/CartUA.hxx +++ b/src/emucore/CartUA.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartX07.cxx b/src/emucore/CartX07.cxx index 1aa6c322e..3e56c5bb6 100644 --- a/src/emucore/CartX07.cxx +++ b/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-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/CartX07.hxx b/src/emucore/CartX07.hxx index ec2eb7ccc..5eaf6f5fa 100644 --- a/src/emucore/CartX07.hxx +++ b/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-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Console.cxx b/src/emucore/Console.cxx index bf2029682..2572d3d07 100644 --- a/src/emucore/Console.cxx +++ b/src/emucore/Console.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Console.hxx b/src/emucore/Console.hxx index d08486faa..d67251242 100644 --- a/src/emucore/Console.hxx +++ b/src/emucore/Console.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Control.cxx b/src/emucore/Control.cxx index 3d815dd95..57a68051e 100644 --- a/src/emucore/Control.cxx +++ b/src/emucore/Control.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Control.hxx b/src/emucore/Control.hxx index 241daf691..be0088d30 100644 --- a/src/emucore/Control.hxx +++ b/src/emucore/Control.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/DefProps.hxx b/src/emucore/DefProps.hxx index 86f2a4748..2bbc9aa33 100644 --- a/src/emucore/DefProps.hxx +++ b/src/emucore/DefProps.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Device.hxx b/src/emucore/Device.hxx index deb82f70d..001a1b92e 100644 --- a/src/emucore/Device.hxx +++ b/src/emucore/Device.hxx @@ -8,7 +8,7 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Driving.cxx b/src/emucore/Driving.cxx index 9a6529af5..b51eda970 100644 --- a/src/emucore/Driving.cxx +++ b/src/emucore/Driving.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Driving.hxx b/src/emucore/Driving.hxx index 2ac1f80b9..9c863bcbf 100644 --- a/src/emucore/Driving.hxx +++ b/src/emucore/Driving.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Event.hxx b/src/emucore/Event.hxx index eae52ad2e..0f1e59469 100644 --- a/src/emucore/Event.hxx +++ b/src/emucore/Event.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/EventHandler.cxx b/src/emucore/EventHandler.cxx index 8f0e7d0d2..2cec4bc51 100644 --- a/src/emucore/EventHandler.cxx +++ b/src/emucore/EventHandler.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/EventHandler.hxx b/src/emucore/EventHandler.hxx index 7f4e544a8..f226a199b 100644 --- a/src/emucore/EventHandler.hxx +++ b/src/emucore/EventHandler.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/FSNode.cxx b/src/emucore/FSNode.cxx index 8fb46391c..3ce917cc7 100644 --- a/src/emucore/FSNode.cxx +++ b/src/emucore/FSNode.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/FSNode.hxx b/src/emucore/FSNode.hxx index ab8e56ac8..651545711 100644 --- a/src/emucore/FSNode.hxx +++ b/src/emucore/FSNode.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/FrameBuffer.cxx b/src/emucore/FrameBuffer.cxx index 9a1d42564..384fa737c 100644 --- a/src/emucore/FrameBuffer.cxx +++ b/src/emucore/FrameBuffer.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/FrameBuffer.hxx b/src/emucore/FrameBuffer.hxx index 7de2124d6..21ca27ee6 100644 --- a/src/emucore/FrameBuffer.hxx +++ b/src/emucore/FrameBuffer.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Genesis.cxx b/src/emucore/Genesis.cxx index f7f68ad4a..7339b4f8d 100644 --- a/src/emucore/Genesis.cxx +++ b/src/emucore/Genesis.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Genesis.hxx b/src/emucore/Genesis.hxx index 568fdc363..f3b9c3a36 100644 --- a/src/emucore/Genesis.hxx +++ b/src/emucore/Genesis.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Joystick.cxx b/src/emucore/Joystick.cxx index ec20d6524..de3b7aac0 100644 --- a/src/emucore/Joystick.cxx +++ b/src/emucore/Joystick.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Joystick.hxx b/src/emucore/Joystick.hxx index c96ef2355..637112400 100644 --- a/src/emucore/Joystick.hxx +++ b/src/emucore/Joystick.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Keyboard.cxx b/src/emucore/Keyboard.cxx index cd60dc755..b878ad448 100644 --- a/src/emucore/Keyboard.cxx +++ b/src/emucore/Keyboard.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Keyboard.hxx b/src/emucore/Keyboard.hxx index 8afdf6fbc..49c64954a 100644 --- a/src/emucore/Keyboard.hxx +++ b/src/emucore/Keyboard.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/KidVid.cxx b/src/emucore/KidVid.cxx index 9b7696191..b160586d6 100644 --- a/src/emucore/KidVid.cxx +++ b/src/emucore/KidVid.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/KidVid.hxx b/src/emucore/KidVid.hxx index 7310906b6..9a6eaadc5 100644 --- a/src/emucore/KidVid.hxx +++ b/src/emucore/KidVid.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/M6502.cxx b/src/emucore/M6502.cxx index 1ed33f897..c2d10b16e 100644 --- a/src/emucore/M6502.cxx +++ b/src/emucore/M6502.cxx @@ -8,7 +8,7 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/M6502.hxx b/src/emucore/M6502.hxx index 5bf3c8f29..95910b0e6 100644 --- a/src/emucore/M6502.hxx +++ b/src/emucore/M6502.hxx @@ -8,7 +8,7 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/M6502.ins b/src/emucore/M6502.ins index a6ca94011..db5f419b0 100644 --- a/src/emucore/M6502.ins +++ b/src/emucore/M6502.ins @@ -8,7 +8,7 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/M6502.m4 b/src/emucore/M6502.m4 index 4edf8ebd8..aeaedfc99 100644 --- a/src/emucore/M6502.m4 +++ b/src/emucore/M6502.m4 @@ -8,7 +8,7 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/M6532.cxx b/src/emucore/M6532.cxx index 25fc4a6f3..8e72de907 100644 --- a/src/emucore/M6532.cxx +++ b/src/emucore/M6532.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/M6532.hxx b/src/emucore/M6532.hxx index 6bc3ffe73..f86dd2d9d 100644 --- a/src/emucore/M6532.hxx +++ b/src/emucore/M6532.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/MD5.cxx b/src/emucore/MD5.cxx index fb4dea8e6..d9d0a4fd6 100644 --- a/src/emucore/MD5.cxx +++ b/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-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // This file is derived from the RSA Data Security, Inc. MD5 Message-Digest diff --git a/src/emucore/MD5.hxx b/src/emucore/MD5.hxx index 89abb652c..bb6f99d68 100644 --- a/src/emucore/MD5.hxx +++ b/src/emucore/MD5.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/MT24LC256.cxx b/src/emucore/MT24LC256.cxx index 9d8a81f1c..63074b48f 100644 --- a/src/emucore/MT24LC256.cxx +++ b/src/emucore/MT24LC256.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/MT24LC256.hxx b/src/emucore/MT24LC256.hxx index 28613862b..f35c7d4a0 100644 --- a/src/emucore/MT24LC256.hxx +++ b/src/emucore/MT24LC256.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/MediaFactory.cxx b/src/emucore/MediaFactory.cxx index 441193a7e..f35010a60 100644 --- a/src/emucore/MediaFactory.cxx +++ b/src/emucore/MediaFactory.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/MediaFactory.hxx b/src/emucore/MediaFactory.hxx index b7d2c6c31..b20684cb4 100644 --- a/src/emucore/MediaFactory.hxx +++ b/src/emucore/MediaFactory.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/NullDev.cxx b/src/emucore/NullDev.cxx index f4e1a812b..6088dc2ed 100644 --- a/src/emucore/NullDev.cxx +++ b/src/emucore/NullDev.cxx @@ -8,7 +8,7 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/NullDev.hxx b/src/emucore/NullDev.hxx index 7627099c0..7f311dd9a 100644 --- a/src/emucore/NullDev.hxx +++ b/src/emucore/NullDev.hxx @@ -8,7 +8,7 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/OSystem.cxx b/src/emucore/OSystem.cxx index 9b445fdd7..f3cea2138 100644 --- a/src/emucore/OSystem.cxx +++ b/src/emucore/OSystem.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/OSystem.hxx b/src/emucore/OSystem.hxx index da0be1c6d..c153d7488 100644 --- a/src/emucore/OSystem.hxx +++ b/src/emucore/OSystem.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Paddles.cxx b/src/emucore/Paddles.cxx index 29c303016..b894f8964 100644 --- a/src/emucore/Paddles.cxx +++ b/src/emucore/Paddles.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Paddles.hxx b/src/emucore/Paddles.hxx index 2381a0d2b..92d22fe74 100644 --- a/src/emucore/Paddles.hxx +++ b/src/emucore/Paddles.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Props.cxx b/src/emucore/Props.cxx index e01938a85..06279e194 100644 --- a/src/emucore/Props.cxx +++ b/src/emucore/Props.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Props.hxx b/src/emucore/Props.hxx index 3885d91eb..858fb97c2 100644 --- a/src/emucore/Props.hxx +++ b/src/emucore/Props.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/PropsSet.cxx b/src/emucore/PropsSet.cxx index d40daa8d1..baad39f47 100644 --- a/src/emucore/PropsSet.cxx +++ b/src/emucore/PropsSet.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/PropsSet.hxx b/src/emucore/PropsSet.hxx index 69c00e837..a4836100a 100644 --- a/src/emucore/PropsSet.hxx +++ b/src/emucore/PropsSet.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Random.cxx b/src/emucore/Random.cxx index 975e94895..71511553e 100644 --- a/src/emucore/Random.cxx +++ b/src/emucore/Random.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Random.hxx b/src/emucore/Random.hxx index 2d5e14c43..b2496e08f 100644 --- a/src/emucore/Random.hxx +++ b/src/emucore/Random.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/SaveKey.cxx b/src/emucore/SaveKey.cxx index 309ecd815..75e842f61 100644 --- a/src/emucore/SaveKey.cxx +++ b/src/emucore/SaveKey.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/SaveKey.hxx b/src/emucore/SaveKey.hxx index c303f7f81..32e7b9ddc 100644 --- a/src/emucore/SaveKey.hxx +++ b/src/emucore/SaveKey.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/SerialPort.hxx b/src/emucore/SerialPort.hxx index 99d59a88b..28e2de5b1 100644 --- a/src/emucore/SerialPort.hxx +++ b/src/emucore/SerialPort.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Serializable.hxx b/src/emucore/Serializable.hxx index 153d7cc7b..c4b4e43f4 100644 --- a/src/emucore/Serializable.hxx +++ b/src/emucore/Serializable.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Serializer.cxx b/src/emucore/Serializer.cxx index 6422d6bd2..a46ba8d87 100644 --- a/src/emucore/Serializer.cxx +++ b/src/emucore/Serializer.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Serializer.hxx b/src/emucore/Serializer.hxx index 4f89f4d48..f61df4f36 100644 --- a/src/emucore/Serializer.hxx +++ b/src/emucore/Serializer.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Settings.cxx b/src/emucore/Settings.cxx index 02f55bb96..4689e79ef 100644 --- a/src/emucore/Settings.cxx +++ b/src/emucore/Settings.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Settings.hxx b/src/emucore/Settings.hxx index b82172614..3a5835585 100644 --- a/src/emucore/Settings.hxx +++ b/src/emucore/Settings.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Sound.hxx b/src/emucore/Sound.hxx index 6c65ec8a2..356a6f28e 100644 --- a/src/emucore/Sound.hxx +++ b/src/emucore/Sound.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/StateManager.cxx b/src/emucore/StateManager.cxx index b2937b073..1d8e9df59 100644 --- a/src/emucore/StateManager.cxx +++ b/src/emucore/StateManager.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/StateManager.hxx b/src/emucore/StateManager.hxx index 65bc4b6bc..96f378b72 100644 --- a/src/emucore/StateManager.hxx +++ b/src/emucore/StateManager.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Switches.cxx b/src/emucore/Switches.cxx index 6a4a42886..f27e29b08 100644 --- a/src/emucore/Switches.cxx +++ b/src/emucore/Switches.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Switches.hxx b/src/emucore/Switches.hxx index f5d267ee3..e6c7f1113 100644 --- a/src/emucore/Switches.hxx +++ b/src/emucore/Switches.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/System.cxx b/src/emucore/System.cxx index cd0811d57..71d30c9af 100644 --- a/src/emucore/System.cxx +++ b/src/emucore/System.cxx @@ -8,7 +8,7 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/System.hxx b/src/emucore/System.hxx index 7139d37b7..a2f6b9f76 100644 --- a/src/emucore/System.hxx +++ b/src/emucore/System.hxx @@ -8,7 +8,7 @@ // MM MM 66 66 55 55 00 00 22 // MM MM 6666 5555 0000 222222 // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/TIA.cxx b/src/emucore/TIA.cxx index 41bceb51f..effe0ddf4 100644 --- a/src/emucore/TIA.cxx +++ b/src/emucore/TIA.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/TIA.hxx b/src/emucore/TIA.hxx index 60e5602df..df7326785 100644 --- a/src/emucore/TIA.hxx +++ b/src/emucore/TIA.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/TIASnd.cxx b/src/emucore/TIASnd.cxx index 0e781f8f5..a516d6f84 100644 --- a/src/emucore/TIASnd.cxx +++ b/src/emucore/TIASnd.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/TIASnd.hxx b/src/emucore/TIASnd.hxx index 2bea354d4..7e81fc87b 100644 --- a/src/emucore/TIASnd.hxx +++ b/src/emucore/TIASnd.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/TIATables.cxx b/src/emucore/TIATables.cxx index a329d2ad6..c25076305 100644 --- a/src/emucore/TIATables.cxx +++ b/src/emucore/TIATables.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/TIATables.hxx b/src/emucore/TIATables.hxx index 0a6ec8739..8e7fe7a1d 100644 --- a/src/emucore/TIATables.hxx +++ b/src/emucore/TIATables.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Thumbulator.cxx b/src/emucore/Thumbulator.cxx index d1385e246..e69139d94 100644 --- a/src/emucore/Thumbulator.cxx +++ b/src/emucore/Thumbulator.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/Thumbulator.hxx b/src/emucore/Thumbulator.hxx index 340da0550..5bb075157 100644 --- a/src/emucore/Thumbulator.hxx +++ b/src/emucore/Thumbulator.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/TrackBall.cxx b/src/emucore/TrackBall.cxx index 9f3327abd..85a24e60f 100644 --- a/src/emucore/TrackBall.cxx +++ b/src/emucore/TrackBall.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/emucore/TrackBall.hxx b/src/emucore/TrackBall.hxx index 56e2832cc..48e4fbef9 100644 --- a/src/emucore/TrackBall.hxx +++ b/src/emucore/TrackBall.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/AboutDialog.cxx b/src/gui/AboutDialog.cxx index 0ee49c6d3..f85bd82d8 100644 --- a/src/gui/AboutDialog.cxx +++ b/src/gui/AboutDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of @@ -32,7 +32,8 @@ AboutDialog::AboutDialog(OSystem* osystem, DialogContainer* parent, const GUI::Font& font) : Dialog(osystem, parent, 0, 0, 0, 0), myPage(1), - myNumPages(5) + myNumPages(4), + myLinesPerPage(12) { const int lineHeight = font.getLineHeight(), fontWidth = font.getMaxCharWidth(), @@ -44,7 +45,7 @@ AboutDialog::AboutDialog(OSystem* osystem, DialogContainer* parent, // Set real dimensions _w = 52 * fontWidth + 8; - _h = 11 * lineHeight + 20; + _h = 14 * lineHeight + 20; // Add Previous, Next and Close buttons xpos = 10; ypos = _h - buttonHeight - 10; @@ -73,10 +74,11 @@ AboutDialog::AboutDialog(OSystem* osystem, DialogContainer* parent, myTitle->setTextColor(kTextColorEm); xpos = 10; ypos += lineHeight + 4; - for(int i = 0; i < kLINES_PER_PAGE; i++) + for(int i = 0; i < myLinesPerPage; i++) { - myDesc[i] = new StaticTextWidget(this, font, xpos, ypos, _w - 20, - fontHeight, "", kTextAlignLeft); + myDesc.push_back(new StaticTextWidget(this, font, xpos, ypos, _w - 20, + fontHeight, "", kTextAlignLeft)); + myDescStr.push_back(""); ypos += fontHeight; } @@ -86,6 +88,8 @@ AboutDialog::AboutDialog(OSystem* osystem, DialogContainer* parent, // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - AboutDialog::~AboutDialog() { + myDesc.clear(); + myDescStr.clear(); } // The following commands can be put at the start of a line (all subject to change): @@ -112,11 +116,14 @@ void AboutDialog::updateStrings(int page, int lines, string& title) ADD_ATEXT(string("\\C\\c2Features: ") + instance().features()); ADD_ATEXT(string("\\C\\c2") + instance().buildInfo()); ADD_ALINE; - ADD_ATEXT("\\CCopyright (C) 1995-2011 The Stella Team"); - ADD_ATEXT("\\Chttp://stella.sourceforge.net"); + ADD_ATEXT("\\CCopyright (C) 1995-2012 The Stella Team"); + ADD_ATEXT("\\C(http://stella.sf.net)"); ADD_ALINE; - ADD_ATEXT("Stella is free software released under the GNU GPL"); - ADD_ATEXT("See manual for further details"); + ADD_ATEXT("\\CStella is now DonationWare!"); + ADD_ATEXT("\\C(http://stella.sf.net/donations.php)"); + ADD_ALINE; + ADD_ATEXT("\\CStella is free software released under the GNU GPL"); + ADD_ATEXT("\\CSee manual for further details"); break; case 2: @@ -125,24 +132,16 @@ void AboutDialog::updateStrings(int page, int lines, string& title) ADD_ATEXT("\\L\\c2"" Original author"); ADD_ATEXT("\\L\\c0"" Stephen Anthony"); ADD_ATEXT("\\L\\c2"" Lead developer, Linux/MacOS X/Win32 maintainer"); - ADD_ATEXT("\\L\\c0"" Mark Grebe"); - ADD_ATEXT("\\L\\c2"" Original author for MacOS X port"); + ADD_ATEXT("\\L\\c0"" Eckhard Stolberg"); + ADD_ATEXT("\\L\\c2"" Emulation core development"); ADD_ATEXT("\\L\\c0"" Brian Watson"); ADD_ATEXT("\\L\\c2"" Emulation core enhancement, debugger support"); break; case 3: - title = "The Stella Team"; - ADD_ATEXT("\\L\\c0"" Eckhard Stolberg"); - ADD_ATEXT("\\L\\c2"" Emulation core development"); - ADD_ATEXT("\\L\\c0"" Kostas Nakos"); - ADD_ATEXT("\\L\\c2"" Author/maintainer for WinCE port"); - break; - - case 4: title = "Contributors"; - ADD_ATEXT("\\L\\c0"" See Stella manual for contribution details"); - ADD_ATEXT("\\L\\c0"" and for many other people not listed here"); + ADD_ATEXT("\\L\\c0"" See http://stella.sf.net/credits.php for"); + ADD_ATEXT("\\L\\c0"" people that have contributed to Stella"); ADD_ALINE; ADD_ATEXT("\\L\\c0"" Thanks to the ScummVM project for the GUI code"); ADD_ALINE; @@ -150,7 +149,7 @@ void AboutDialog::updateStrings(int page, int lines, string& title) ADD_ATEXT("\\L\\c0"" Atari Team for the CRT Simulation effects"); break; - case 5: + case 4: title = "Cast of thousands"; ADD_ATEXT("\\L\\c0""Special thanks to AtariAge for introducing the"); ADD_ATEXT("\\L\\c0""Atari 2600 to a whole new generation"); @@ -170,10 +169,10 @@ void AboutDialog::updateStrings(int page, int lines, string& title) void AboutDialog::displayInfo() { string titleStr; - updateStrings(myPage, kLINES_PER_PAGE, titleStr); + updateStrings(myPage, myLinesPerPage, titleStr); myTitle->setLabel(titleStr); - for(int i = 0; i < kLINES_PER_PAGE; i++) + for(int i = 0; i < myLinesPerPage; i++) { const char* str = myDescStr[i].c_str(); TextAlignment align = kTextAlignCenter; diff --git a/src/gui/AboutDialog.hxx b/src/gui/AboutDialog.hxx index ffbb5fd50..e4b70ce45 100644 --- a/src/gui/AboutDialog.hxx +++ b/src/gui/AboutDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of @@ -23,6 +23,8 @@ #ifndef ABOUT_DIALOG_HXX #define ABOUT_DIALOG_HXX +#include "Array.hxx" + class OSystem; class DialogContainer; class CommandSender; @@ -38,16 +40,16 @@ class AboutDialog : public Dialog ~AboutDialog(); protected: - enum { kLINES_PER_PAGE = 9 }; ButtonWidget* myNextButton; ButtonWidget* myPrevButton; StaticTextWidget* myTitle; - StaticTextWidget* myDesc[kLINES_PER_PAGE]; - string myDescStr[kLINES_PER_PAGE]; + Common::Array myDesc; + Common::Array myDescStr; int myPage; int myNumPages; + int myLinesPerPage; private: virtual void handleCommand(CommandSender* sender, int cmd, int data, int id); diff --git a/src/gui/AudioDialog.cxx b/src/gui/AudioDialog.cxx index 09aff51b7..1a41786f0 100644 --- a/src/gui/AudioDialog.cxx +++ b/src/gui/AudioDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/AudioDialog.hxx b/src/gui/AudioDialog.hxx index b02ade85f..84c6d3bbe 100644 --- a/src/gui/AudioDialog.hxx +++ b/src/gui/AudioDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/BrowserDialog.cxx b/src/gui/BrowserDialog.cxx index d59c7876b..63bed1ece 100644 --- a/src/gui/BrowserDialog.cxx +++ b/src/gui/BrowserDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/BrowserDialog.hxx b/src/gui/BrowserDialog.hxx index 38d50a3bd..fb118fb23 100644 --- a/src/gui/BrowserDialog.hxx +++ b/src/gui/BrowserDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/CheckListWidget.cxx b/src/gui/CheckListWidget.cxx index 1a1e41cb4..b31e80d0c 100644 --- a/src/gui/CheckListWidget.cxx +++ b/src/gui/CheckListWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/CheckListWidget.hxx b/src/gui/CheckListWidget.hxx index f56c2c6e1..64bcc8929 100644 --- a/src/gui/CheckListWidget.hxx +++ b/src/gui/CheckListWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/ComboDialog.cxx b/src/gui/ComboDialog.cxx index 207860801..eeeebc8b8 100644 --- a/src/gui/ComboDialog.cxx +++ b/src/gui/ComboDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/ComboDialog.hxx b/src/gui/ComboDialog.hxx index c1a0df27b..0c9e1d36c 100644 --- a/src/gui/ComboDialog.hxx +++ b/src/gui/ComboDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/Command.hxx b/src/gui/Command.hxx index be662bf93..17e1a323e 100644 --- a/src/gui/Command.hxx +++ b/src/gui/Command.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/CommandDialog.cxx b/src/gui/CommandDialog.cxx index 29654dc9f..463adc0e4 100644 --- a/src/gui/CommandDialog.cxx +++ b/src/gui/CommandDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/CommandDialog.hxx b/src/gui/CommandDialog.hxx index 4891709d9..45a3d7e3c 100644 --- a/src/gui/CommandDialog.hxx +++ b/src/gui/CommandDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/CommandMenu.cxx b/src/gui/CommandMenu.cxx index 416845303..9f1ae1127 100644 --- a/src/gui/CommandMenu.cxx +++ b/src/gui/CommandMenu.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/CommandMenu.hxx b/src/gui/CommandMenu.hxx index 59d06a7d3..d540d7360 100644 --- a/src/gui/CommandMenu.hxx +++ b/src/gui/CommandMenu.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/ConsoleFont.hxx b/src/gui/ConsoleFont.hxx index 23dd68104..7d3657d16 100644 --- a/src/gui/ConsoleFont.hxx +++ b/src/gui/ConsoleFont.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/ContextMenu.cxx b/src/gui/ContextMenu.cxx index 3ba75084c..a719843ca 100644 --- a/src/gui/ContextMenu.cxx +++ b/src/gui/ContextMenu.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/ContextMenu.hxx b/src/gui/ContextMenu.hxx index d03d2e978..1b62eb85d 100644 --- a/src/gui/ContextMenu.hxx +++ b/src/gui/ContextMenu.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/Dialog.cxx b/src/gui/Dialog.cxx index 0db90b757..4c713b3a4 100644 --- a/src/gui/Dialog.cxx +++ b/src/gui/Dialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/Dialog.hxx b/src/gui/Dialog.hxx index 883bf0f71..4022bbe4c 100644 --- a/src/gui/Dialog.hxx +++ b/src/gui/Dialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/DialogContainer.cxx b/src/gui/DialogContainer.cxx index f83b95a2e..8674a81d4 100644 --- a/src/gui/DialogContainer.cxx +++ b/src/gui/DialogContainer.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/DialogContainer.hxx b/src/gui/DialogContainer.hxx index 697c7fbbb..62e33a24b 100644 --- a/src/gui/DialogContainer.hxx +++ b/src/gui/DialogContainer.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/EditTextWidget.cxx b/src/gui/EditTextWidget.cxx index 5470f9fd1..26b7540f5 100644 --- a/src/gui/EditTextWidget.cxx +++ b/src/gui/EditTextWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/EditTextWidget.hxx b/src/gui/EditTextWidget.hxx index bfece09d1..a2a0f5e1c 100644 --- a/src/gui/EditTextWidget.hxx +++ b/src/gui/EditTextWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/EditableWidget.cxx b/src/gui/EditableWidget.cxx index 79af10297..e06d3a826 100644 --- a/src/gui/EditableWidget.cxx +++ b/src/gui/EditableWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/EditableWidget.hxx b/src/gui/EditableWidget.hxx index 5a36f06fb..9b119bd21 100644 --- a/src/gui/EditableWidget.hxx +++ b/src/gui/EditableWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/EventMappingWidget.cxx b/src/gui/EventMappingWidget.cxx index 68efd5be0..3c743c21c 100644 --- a/src/gui/EventMappingWidget.cxx +++ b/src/gui/EventMappingWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/EventMappingWidget.hxx b/src/gui/EventMappingWidget.hxx index a0e032bfd..a7699c4bc 100644 --- a/src/gui/EventMappingWidget.hxx +++ b/src/gui/EventMappingWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/FileSnapDialog.cxx b/src/gui/FileSnapDialog.cxx index 28ad2647d..f72ed3000 100644 --- a/src/gui/FileSnapDialog.cxx +++ b/src/gui/FileSnapDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/FileSnapDialog.hxx b/src/gui/FileSnapDialog.hxx index dc73b2a8f..c28691695 100644 --- a/src/gui/FileSnapDialog.hxx +++ b/src/gui/FileSnapDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/Font.cxx b/src/gui/Font.cxx index 57b9cb0ee..5faff2309 100644 --- a/src/gui/Font.cxx +++ b/src/gui/Font.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/Font.hxx b/src/gui/Font.hxx index f2eb8c20c..ea850da81 100644 --- a/src/gui/Font.hxx +++ b/src/gui/Font.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/GameInfoDialog.cxx b/src/gui/GameInfoDialog.cxx index 03dd4637f..3738cbf17 100644 --- a/src/gui/GameInfoDialog.cxx +++ b/src/gui/GameInfoDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/GameInfoDialog.hxx b/src/gui/GameInfoDialog.hxx index fcb921c5a..53b9d63b8 100644 --- a/src/gui/GameInfoDialog.hxx +++ b/src/gui/GameInfoDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/GameList.cxx b/src/gui/GameList.cxx index 995d5e4a2..f5b14a547 100644 --- a/src/gui/GameList.cxx +++ b/src/gui/GameList.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/GameList.hxx b/src/gui/GameList.hxx index d81c4a1c3..55b8cbe3f 100644 --- a/src/gui/GameList.hxx +++ b/src/gui/GameList.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/GlobalPropsDialog.cxx b/src/gui/GlobalPropsDialog.cxx index 0ccb8c485..89734cbc8 100644 --- a/src/gui/GlobalPropsDialog.cxx +++ b/src/gui/GlobalPropsDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/GlobalPropsDialog.hxx b/src/gui/GlobalPropsDialog.hxx index 56a85d556..9002c0ca0 100644 --- a/src/gui/GlobalPropsDialog.hxx +++ b/src/gui/GlobalPropsDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/GuiObject.hxx b/src/gui/GuiObject.hxx index cb25bd5b1..3479a1149 100644 --- a/src/gui/GuiObject.hxx +++ b/src/gui/GuiObject.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/HelpDialog.cxx b/src/gui/HelpDialog.cxx index fa3d8cf1d..9764be83d 100644 --- a/src/gui/HelpDialog.cxx +++ b/src/gui/HelpDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/HelpDialog.hxx b/src/gui/HelpDialog.hxx index a2b5a467a..55f64f32d 100644 --- a/src/gui/HelpDialog.hxx +++ b/src/gui/HelpDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/InputDialog.cxx b/src/gui/InputDialog.cxx index 750e63bf3..46bb24812 100644 --- a/src/gui/InputDialog.cxx +++ b/src/gui/InputDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/InputDialog.hxx b/src/gui/InputDialog.hxx index 9da272036..d74d18f3f 100644 --- a/src/gui/InputDialog.hxx +++ b/src/gui/InputDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/InputTextDialog.cxx b/src/gui/InputTextDialog.cxx index f688c7e75..9f7ebf6b3 100644 --- a/src/gui/InputTextDialog.cxx +++ b/src/gui/InputTextDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/InputTextDialog.hxx b/src/gui/InputTextDialog.hxx index 0e0b09e39..88665aaf6 100644 --- a/src/gui/InputTextDialog.hxx +++ b/src/gui/InputTextDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/Launcher.cxx b/src/gui/Launcher.cxx index 7a1328f38..ece1e1de8 100644 --- a/src/gui/Launcher.cxx +++ b/src/gui/Launcher.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/Launcher.hxx b/src/gui/Launcher.hxx index 6b03575b0..d62c4e93e 100644 --- a/src/gui/Launcher.hxx +++ b/src/gui/Launcher.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/LauncherDialog.cxx b/src/gui/LauncherDialog.cxx index 0d5444d78..ae1a7735c 100644 --- a/src/gui/LauncherDialog.cxx +++ b/src/gui/LauncherDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/LauncherDialog.hxx b/src/gui/LauncherDialog.hxx index 63dcc2041..d300513d8 100644 --- a/src/gui/LauncherDialog.hxx +++ b/src/gui/LauncherDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/LauncherFilterDialog.cxx b/src/gui/LauncherFilterDialog.cxx index d5019a2dd..6e6a23e9f 100644 --- a/src/gui/LauncherFilterDialog.cxx +++ b/src/gui/LauncherFilterDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/LauncherFilterDialog.hxx b/src/gui/LauncherFilterDialog.hxx index d7b1c299a..697071b20 100644 --- a/src/gui/LauncherFilterDialog.hxx +++ b/src/gui/LauncherFilterDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/ListWidget.cxx b/src/gui/ListWidget.cxx index a48ab7800..f676b9cc0 100644 --- a/src/gui/ListWidget.cxx +++ b/src/gui/ListWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/ListWidget.hxx b/src/gui/ListWidget.hxx index 092fc6433..58c8fa11f 100644 --- a/src/gui/ListWidget.hxx +++ b/src/gui/ListWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/LoggerDialog.cxx b/src/gui/LoggerDialog.cxx index cc7f0b744..5cc34b1e6 100644 --- a/src/gui/LoggerDialog.cxx +++ b/src/gui/LoggerDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/LoggerDialog.hxx b/src/gui/LoggerDialog.hxx index 10db3c30a..1ae87e7d1 100644 --- a/src/gui/LoggerDialog.hxx +++ b/src/gui/LoggerDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/Menu.cxx b/src/gui/Menu.cxx index 15180a774..902a938ec 100644 --- a/src/gui/Menu.cxx +++ b/src/gui/Menu.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/Menu.hxx b/src/gui/Menu.hxx index 3d5889160..d7b4eb7c3 100644 --- a/src/gui/Menu.hxx +++ b/src/gui/Menu.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/MessageBox.cxx b/src/gui/MessageBox.cxx index a371b373c..a5da82e06 100644 --- a/src/gui/MessageBox.cxx +++ b/src/gui/MessageBox.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/MessageBox.hxx b/src/gui/MessageBox.hxx index 2a05713f5..1bed3e1d0 100644 --- a/src/gui/MessageBox.hxx +++ b/src/gui/MessageBox.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/OptionsDialog.cxx b/src/gui/OptionsDialog.cxx index 0159309ee..60277c43d 100644 --- a/src/gui/OptionsDialog.cxx +++ b/src/gui/OptionsDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/OptionsDialog.hxx b/src/gui/OptionsDialog.hxx index fa0ebf7b4..03d32be9b 100644 --- a/src/gui/OptionsDialog.hxx +++ b/src/gui/OptionsDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/PopUpWidget.cxx b/src/gui/PopUpWidget.cxx index 6e4bdc790..2b4fa990d 100644 --- a/src/gui/PopUpWidget.cxx +++ b/src/gui/PopUpWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/PopUpWidget.hxx b/src/gui/PopUpWidget.hxx index ff7cc3917..4be159d75 100644 --- a/src/gui/PopUpWidget.hxx +++ b/src/gui/PopUpWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/ProgressDialog.cxx b/src/gui/ProgressDialog.cxx index 7936f1bf8..26ec09925 100644 --- a/src/gui/ProgressDialog.cxx +++ b/src/gui/ProgressDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/ProgressDialog.hxx b/src/gui/ProgressDialog.hxx index db0cc08e6..88b251c45 100644 --- a/src/gui/ProgressDialog.hxx +++ b/src/gui/ProgressDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/Rect.hxx b/src/gui/Rect.hxx index 3c6ae69b5..fea44aba7 100644 --- a/src/gui/Rect.hxx +++ b/src/gui/Rect.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/RomAuditDialog.cxx b/src/gui/RomAuditDialog.cxx index 1de0816f1..4c140d99b 100644 --- a/src/gui/RomAuditDialog.cxx +++ b/src/gui/RomAuditDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/RomAuditDialog.hxx b/src/gui/RomAuditDialog.hxx index ebad3fd9a..f509a035a 100644 --- a/src/gui/RomAuditDialog.hxx +++ b/src/gui/RomAuditDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/RomInfoWidget.cxx b/src/gui/RomInfoWidget.cxx index 1918a8510..d645b7a85 100644 --- a/src/gui/RomInfoWidget.cxx +++ b/src/gui/RomInfoWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/RomInfoWidget.hxx b/src/gui/RomInfoWidget.hxx index 500fcd2a9..d81c42b95 100644 --- a/src/gui/RomInfoWidget.hxx +++ b/src/gui/RomInfoWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/ScrollBarWidget.cxx b/src/gui/ScrollBarWidget.cxx index 51567e835..5bc1e9075 100644 --- a/src/gui/ScrollBarWidget.cxx +++ b/src/gui/ScrollBarWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/ScrollBarWidget.hxx b/src/gui/ScrollBarWidget.hxx index 36f46f739..fbc7efee2 100644 --- a/src/gui/ScrollBarWidget.hxx +++ b/src/gui/ScrollBarWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/StellaFont.hxx b/src/gui/StellaFont.hxx index 25d491c61..f87945d60 100644 --- a/src/gui/StellaFont.hxx +++ b/src/gui/StellaFont.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/StellaLargeFont.hxx b/src/gui/StellaLargeFont.hxx index 61a5b2a56..8443b1b90 100644 --- a/src/gui/StellaLargeFont.hxx +++ b/src/gui/StellaLargeFont.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/StellaMediumFont.hxx b/src/gui/StellaMediumFont.hxx index b7c8100e6..42ab52ced 100644 --- a/src/gui/StellaMediumFont.hxx +++ b/src/gui/StellaMediumFont.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/StringListWidget.cxx b/src/gui/StringListWidget.cxx index 1c76e306c..3b5b7b799 100644 --- a/src/gui/StringListWidget.cxx +++ b/src/gui/StringListWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/StringListWidget.hxx b/src/gui/StringListWidget.hxx index d760210ca..a1fcdb0fc 100644 --- a/src/gui/StringListWidget.hxx +++ b/src/gui/StringListWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/TabWidget.cxx b/src/gui/TabWidget.cxx index c3eacb79c..750f27cbc 100644 --- a/src/gui/TabWidget.cxx +++ b/src/gui/TabWidget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/TabWidget.hxx b/src/gui/TabWidget.hxx index 5f1f8f4b2..0877a2915 100644 --- a/src/gui/TabWidget.hxx +++ b/src/gui/TabWidget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/UIDialog.cxx b/src/gui/UIDialog.cxx index 5e44375ad..2b4e1574a 100644 --- a/src/gui/UIDialog.cxx +++ b/src/gui/UIDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/UIDialog.hxx b/src/gui/UIDialog.hxx index a063e1ac8..eebd1a780 100644 --- a/src/gui/UIDialog.hxx +++ b/src/gui/UIDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/VideoDialog.cxx b/src/gui/VideoDialog.cxx index fecea40f1..49af043cf 100644 --- a/src/gui/VideoDialog.cxx +++ b/src/gui/VideoDialog.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/VideoDialog.hxx b/src/gui/VideoDialog.hxx index aa606cd0d..420a8847d 100644 --- a/src/gui/VideoDialog.hxx +++ b/src/gui/VideoDialog.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/Widget.cxx b/src/gui/Widget.cxx index dd7f0f190..2e25f2a5d 100644 --- a/src/gui/Widget.cxx +++ b/src/gui/Widget.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/gui/Widget.hxx b/src/gui/Widget.hxx index 053643ac3..576460e32 100644 --- a/src/gui/Widget.hxx +++ b/src/gui/Widget.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/AboutBox.h b/src/macosx/AboutBox.h index 985fd406f..5a7b02fc7 100644 --- a/src/macosx/AboutBox.h +++ b/src/macosx/AboutBox.h @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/AboutBox.m b/src/macosx/AboutBox.m index 49b2be566..2df7ac26e 100644 --- a/src/macosx/AboutBox.m +++ b/src/macosx/AboutBox.m @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/AboutBoxTextView.h b/src/macosx/AboutBoxTextView.h index 6654ef2cd..da2ceb71c 100644 --- a/src/macosx/AboutBoxTextView.h +++ b/src/macosx/AboutBoxTextView.h @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/AboutBoxTextView.m b/src/macosx/AboutBoxTextView.m index 7d3ea49cc..4948299eb 100644 --- a/src/macosx/AboutBoxTextView.m +++ b/src/macosx/AboutBoxTextView.m @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/Credits.html b/src/macosx/Credits.html index 6ca7823d3..2dbb35f58 100644 --- a/src/macosx/Credits.html +++ b/src/macosx/Credits.html @@ -7,11 +7,14 @@

Stella

A multi-platform Atari 2600 VCS emulator

-Copyright © 1995-2011 The Stella Team
+Copyright © 1995-2012 The Stella Team
http://stella.sourceforge.net

+Stella is now DonationWare!
+http://stella.sourceforge.net/donations.php
+
Macintosh OS X version:
-Copyright © 2007-2011 Stephen Anthony
+Copyright © 2007-2012 Stephen Anthony
Copyright © 2005-2006 Mark Grebe

Graphics by Simple DirectMedia Layer library
diff --git a/src/macosx/MenusEvents.h b/src/macosx/MenusEvents.h index 29fb5aa79..73e087dfe 100644 --- a/src/macosx/MenusEvents.h +++ b/src/macosx/MenusEvents.h @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/OSystemMACOSX.cxx b/src/macosx/OSystemMACOSX.cxx index 291d71b00..d82d04c99 100644 --- a/src/macosx/OSystemMACOSX.cxx +++ b/src/macosx/OSystemMACOSX.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/OSystemMACOSX.hxx b/src/macosx/OSystemMACOSX.hxx index 4fdfa8234..4d4938853 100644 --- a/src/macosx/OSystemMACOSX.hxx +++ b/src/macosx/OSystemMACOSX.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/Preferences.h b/src/macosx/Preferences.h index 7c63ee494..2d0384195 100644 --- a/src/macosx/Preferences.h +++ b/src/macosx/Preferences.h @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/Preferences.m b/src/macosx/Preferences.m index e7bb70f47..a69fffc37 100644 --- a/src/macosx/Preferences.m +++ b/src/macosx/Preferences.m @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/SerialPortMACOSX.cxx b/src/macosx/SerialPortMACOSX.cxx index 1f7c3a1f4..52f796581 100644 --- a/src/macosx/SerialPortMACOSX.cxx +++ b/src/macosx/SerialPortMACOSX.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/SerialPortMACOSX.hxx b/src/macosx/SerialPortMACOSX.hxx index eeec5636b..e687f256f 100644 --- a/src/macosx/SerialPortMACOSX.hxx +++ b/src/macosx/SerialPortMACOSX.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/SettingsMACOSX.cxx b/src/macosx/SettingsMACOSX.cxx index e2a435935..15b7a5fc4 100644 --- a/src/macosx/SettingsMACOSX.cxx +++ b/src/macosx/SettingsMACOSX.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/macosx/SettingsMACOSX.hxx b/src/macosx/SettingsMACOSX.hxx index d4b1ccdb7..ae42e51aa 100644 --- a/src/macosx/SettingsMACOSX.hxx +++ b/src/macosx/SettingsMACOSX.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/tools/create_props.pl b/src/tools/create_props.pl index f6d2a7fc6..9fdbe6fc3 100755 --- a/src/tools/create_props.pl +++ b/src/tools/create_props.pl @@ -108,7 +108,7 @@ print OUTFILE "// SS tt eeeeee ll ll aaaaa -- \"An Atari 2600 VC print OUTFILE "// SS SS tt ee ll ll aa aa\n"; print OUTFILE "// SSSS ttt eeeee llll llll aaaaa\n"; print OUTFILE "//\n"; -print OUTFILE "// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony\n"; +print OUTFILE "// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony\n"; print OUTFILE "// and the Stella Team\n"; print OUTFILE "//\n"; print OUTFILE "// See the file \"License.txt\" for information on usage and redistribution of\n"; diff --git a/src/tools/create_shaders.pl b/src/tools/create_shaders.pl index de966e823..e4ffb2d23 100755 --- a/src/tools/create_shaders.pl +++ b/src/tools/create_shaders.pl @@ -21,7 +21,7 @@ print OUTFILE "// SS tt eeeeee ll ll aaaaa -- \"An Atari 2600 VC print OUTFILE "// SS SS tt ee ll ll aa aa\n"; print OUTFILE "// SSSS ttt eeeee llll llll aaaaa\n"; print OUTFILE "//\n"; -print OUTFILE "// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony\n"; +print OUTFILE "// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony\n"; print OUTFILE "// and the Stella Team\n"; print OUTFILE "//\n"; print OUTFILE "// See the file \"License.txt\" for information on usage and redistribution of\n"; diff --git a/src/tools/scrom.asm b/src/tools/scrom.asm index 3b8bbf674..d45576491 100644 --- a/src/tools/scrom.asm +++ b/src/tools/scrom.asm @@ -8,7 +8,7 @@ ;; SS SS tt ee ll ll aa aa ;; SSSS ttt eeeee llll llll aaaaa ;; -;; Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +;; Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony ;; and the Stella Team ;; ;; See the file "License.txt" for information on usage and redistribution of diff --git a/src/tools/update_stella_date.pl b/src/tools/update_stella_date.pl index 51c53c9ce..2aaa92b06 100755 --- a/src/tools/update_stella_date.pl +++ b/src/tools/update_stella_date.pl @@ -18,7 +18,7 @@ foreach $infile (@files) # Update date foreach $line () { - $line =~ s/1995-20../1995-2011/; + $line =~ s/1995-20../1995-2012/; print OUT $line; } diff --git a/src/unix/FSNodePOSIX.cxx b/src/unix/FSNodePOSIX.cxx index debe301ab..918ecd5b9 100644 --- a/src/unix/FSNodePOSIX.cxx +++ b/src/unix/FSNodePOSIX.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/unix/OSystemUNIX.cxx b/src/unix/OSystemUNIX.cxx index 2fef11309..2f775a0d0 100644 --- a/src/unix/OSystemUNIX.cxx +++ b/src/unix/OSystemUNIX.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/unix/OSystemUNIX.hxx b/src/unix/OSystemUNIX.hxx index c74ced642..d203d4617 100644 --- a/src/unix/OSystemUNIX.hxx +++ b/src/unix/OSystemUNIX.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/unix/SerialPortUNIX.cxx b/src/unix/SerialPortUNIX.cxx index 231fb6f3e..c9cb12411 100644 --- a/src/unix/SerialPortUNIX.cxx +++ b/src/unix/SerialPortUNIX.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/unix/SerialPortUNIX.hxx b/src/unix/SerialPortUNIX.hxx index c875bb98e..4347e6304 100644 --- a/src/unix/SerialPortUNIX.hxx +++ b/src/unix/SerialPortUNIX.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/unix/SettingsUNIX.cxx b/src/unix/SettingsUNIX.cxx index dc2f34737..a91942fb4 100644 --- a/src/unix/SettingsUNIX.cxx +++ b/src/unix/SettingsUNIX.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/unix/SettingsUNIX.hxx b/src/unix/SettingsUNIX.hxx index 465a48c7a..7aa0b1632 100644 --- a/src/unix/SettingsUNIX.hxx +++ b/src/unix/SettingsUNIX.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/win32/FSNodeWin32.cxx b/src/win32/FSNodeWin32.cxx index 08749feee..dcefab000 100644 --- a/src/win32/FSNodeWin32.cxx +++ b/src/win32/FSNodeWin32.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/win32/HomeFinder.hxx b/src/win32/HomeFinder.hxx index 96629d162..675429028 100644 --- a/src/win32/HomeFinder.hxx +++ b/src/win32/HomeFinder.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/win32/OSystemWin32.cxx b/src/win32/OSystemWin32.cxx index 68f84d655..5ad62d764 100644 --- a/src/win32/OSystemWin32.cxx +++ b/src/win32/OSystemWin32.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/win32/OSystemWin32.hxx b/src/win32/OSystemWin32.hxx index a807b7bec..60b27f51e 100644 --- a/src/win32/OSystemWin32.hxx +++ b/src/win32/OSystemWin32.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/win32/SerialPortWin32.cxx b/src/win32/SerialPortWin32.cxx index 1274fcf62..7bbec57cd 100644 --- a/src/win32/SerialPortWin32.cxx +++ b/src/win32/SerialPortWin32.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/win32/SerialPortWin32.hxx b/src/win32/SerialPortWin32.hxx index 734dd12a1..b7a56ae0f 100644 --- a/src/win32/SerialPortWin32.hxx +++ b/src/win32/SerialPortWin32.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/win32/SettingsWin32.cxx b/src/win32/SettingsWin32.cxx index 4d527b0d2..d0db97b0a 100644 --- a/src/win32/SettingsWin32.cxx +++ b/src/win32/SettingsWin32.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/win32/SettingsWin32.hxx b/src/win32/SettingsWin32.hxx index 8933c7300..9bb6f6f16 100644 --- a/src/win32/SettingsWin32.hxx +++ b/src/win32/SettingsWin32.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/win32/stella.rc b/src/win32/stella.rc index 77c57b519..03f101df3 100755 --- a/src/win32/stella.rc +++ b/src/win32/stella.rc @@ -57,7 +57,7 @@ BEGIN VALUE "FileDescription", "Stella" VALUE "FileVersion", "3.5" VALUE "InternalName", "Stella" - VALUE "LegalCopyright", "Copyright (C) 1995-2011 The Stella Team" + VALUE "LegalCopyright", "Copyright (C) 1995-2012 The Stella Team" VALUE "OriginalFilename", "Stella.exe" VALUE "ProductName", "Stella" VALUE "ProductVersion", "3.5" diff --git a/src/yacc/YaccParser.cxx b/src/yacc/YaccParser.cxx index 9140e17c4..9e0e76189 100644 --- a/src/yacc/YaccParser.cxx +++ b/src/yacc/YaccParser.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of diff --git a/src/yacc/YaccParser.hxx b/src/yacc/YaccParser.hxx index b4fd1264d..a848f3b88 100644 --- a/src/yacc/YaccParser.hxx +++ b/src/yacc/YaccParser.hxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony +// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony // and the Stella Team // // See the file "License.txt" for information on usage and redistribution of