From 248fcb92dc10bd529b2d6ebd262ad715cb0eed43 Mon Sep 17 00:00:00 2001 From: stephena Date: Sun, 13 Feb 2005 19:17:02 +0000 Subject: [PATCH] Some file cleanups for the impending 1.4.2 release. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@356 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/Announce.txt | 14 +++--- stella/Changes.txt | 26 ++++++++++ stella/Copyright.txt | 2 +- stella/README-SDL.txt | 13 +++++ stella/Readme.txt | 4 +- stella/Todo.txt | 58 +++++++++------------- stella/docs/stella.html | 6 +-- stella/src/common/FrameBufferGL.cxx | 4 +- stella/src/common/FrameBufferGL.hxx | 6 +-- stella/src/common/FrameBufferSDL.cxx | 4 +- stella/src/common/FrameBufferSDL.hxx | 6 +-- stella/src/common/FrameBufferSoft.cxx | 4 +- stella/src/common/FrameBufferSoft.hxx | 6 +-- stella/src/common/Snapshot.cxx | 4 +- stella/src/common/Snapshot.hxx | 4 +- stella/src/common/SoundSDL.cxx | 4 +- stella/src/common/SoundSDL.hxx | 6 +-- stella/src/common/mainSDL.cxx | 4 +- stella/src/emucore/Booster.cxx | 4 +- stella/src/emucore/Booster.hxx | 6 +-- stella/src/emucore/Cart.cxx | 4 +- stella/src/emucore/Cart2K.cxx | 4 +- stella/src/emucore/Cart2K.hxx | 6 +-- stella/src/emucore/Cart3F.cxx | 4 +- stella/src/emucore/Cart3F.hxx | 6 +-- stella/src/emucore/Cart4K.cxx | 4 +- stella/src/emucore/Cart4K.hxx | 6 +-- stella/src/emucore/CartAR.cxx | 4 +- stella/src/emucore/CartAR.hxx | 6 +-- stella/src/emucore/CartCV.cxx | 4 +- stella/src/emucore/CartCV.hxx | 6 +-- stella/src/emucore/CartDPC.cxx | 4 +- stella/src/emucore/CartDPC.hxx | 6 +-- stella/src/emucore/CartE0.cxx | 4 +- stella/src/emucore/CartE0.hxx | 6 +-- stella/src/emucore/CartE7.cxx | 4 +- stella/src/emucore/CartE7.hxx | 6 +-- stella/src/emucore/CartF4.cxx | 4 +- stella/src/emucore/CartF4.hxx | 6 +-- stella/src/emucore/CartF4SC.cxx | 4 +- stella/src/emucore/CartF4SC.hxx | 6 +-- stella/src/emucore/CartF6.cxx | 4 +- stella/src/emucore/CartF6.hxx | 6 +-- stella/src/emucore/CartF6SC.cxx | 4 +- stella/src/emucore/CartF6SC.hxx | 6 +-- stella/src/win32/README-SDL.txt | 48 ------------------ stella/src/win32/SDL_mmjoystick_1.2.7.zip | Bin 1554 -> 0 bytes 47 files changed, 168 insertions(+), 189 deletions(-) create mode 100644 stella/README-SDL.txt delete mode 100644 stella/src/win32/README-SDL.txt delete mode 100644 stella/src/win32/SDL_mmjoystick_1.2.7.zip diff --git a/stella/Announce.txt b/stella/Announce.txt index 11a091dde..1df48704f 100644 --- a/stella/Announce.txt +++ b/stella/Announce.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =============================================================================== - Release 1.4.1 for Linux, Mac OSX and Windows + Release 1.4.2 for Linux, Mac OSX and Windows =============================================================================== The Atari 2600 Video Computer System (VCS), introduced in 1977, was the most @@ -21,19 +21,19 @@ of your favorite Atari 2600 games again! Stella was originally developed for Linux by Bradford W. Mott, however, it has been ported to a number of other platforms. -This is the 1.4.1 release of Stella for Linux, Mac OSX and Windows. Distributions +This is the 1.4.2 release of Stella for Linux, Mac OSX and Windows. Distributions for other operating systems will appear as they become available. The distributions currently available are: - * Binary distribution in RPM format for Linux (stella-1.4.1-1.i586.rpm) + * Binary distribution in RPM format for Linux (stella-1.4.2-1plf.i586.rpm) - * Binary distribution for Mac OSX (StellaOSX1.4.1.dmg.gz) + * Binary distribution for Mac OSX (StellaOSX1.4.2.dmg.gz) - * Binary distribution for Windows (stella-1.4.1-win32.zip) + * Binary distribution for Windows (stella-1.4.2-win32.zip) - * Source code distribution for Linux, Mac OSX and Windows (stella-1.4.1-src.tar.gz) + * Source code distribution for Linux, Mac OSX and Windows (stella-1.4.2-src.tar.gz) - * Source code in SRPM format for Linux RPM-based systems (stella-1.4.1-1.src.rpm) + * Source code in SRPM format for Linux RPM-based systems (stella-1.4.1-1plf.src.rpm) PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH REQUESTS WILL BE IGNORED! diff --git a/stella/Changes.txt b/stella/Changes.txt index 2000f85a3..e625f447a 100644 --- a/stella/Changes.txt +++ b/stella/Changes.txt @@ -12,6 +12,32 @@ Release History =============================================================================== +1.4.1 to 1.4.2: (February 19, 2005) + + * Updated the sound system. All popping and cracking sounds that previously + occurred at program start/stop and when entering/exiting menu or pause + mode have been eliminated. + + * Fixed the gl_fsmax argument to mean "switch to desktop resolution on + fullscreen OpenGL", instead of to the maximum possible resolution (the two + are not always the same). + + * Added Alt [ and Alt ] keys to dynamically adjust the sound volume during + emulation. + + * Added Control 0, Control 1, Control 2, Control 3 keys to dynamically change + which paddle the mouse should emulate. + + * Added video_driver argument. This accepts the different options that can be + specified for SDL_VIDEODRIVER (see SDL homepage for more information). + Basically, it eliminates the need to set the SDL_VIDEODRIVER environment + variable. + + * For the Windows port; added windib and directx as options for + 'video_driver' when using software rendering. The 'windib' option is now + the default, and in many cases it's up to 10 times faster than using + 'directx'. + 1.4 to 1.4.1: (August 15, 2004) * Fixed PAL sound issues. PAL games now should sound correct (no distortion diff --git a/stella/Copyright.txt b/stella/Copyright.txt index 6c9f92c70..356c9da81 100644 --- a/stella/Copyright.txt +++ b/stella/Copyright.txt @@ -12,7 +12,7 @@ License Information and Copyright Notice =============================================================================== -Copyright (C) 1995-2004 Bradford W. Mott +Copyright (C) 1995-2005 Bradford W. Mott This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/stella/README-SDL.txt b/stella/README-SDL.txt new file mode 100644 index 000000000..1669736cb --- /dev/null +++ b/stella/README-SDL.txt @@ -0,0 +1,13 @@ + +Please distribute this file with the SDL runtime environment: + +The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library +designed to make it easy to write multi-media software, such as games and +emulators. + +The Simple DirectMedia Layer library source code is available from: +http://www.libsdl.org/ + +This library is distributed under the terms of the GNU LGPL license: +http://www.gnu.org/copyleft/lesser.html + diff --git a/stella/Readme.txt b/stella/Readme.txt index 41690d64c..2e0cd4cef 100644 --- a/stella/Readme.txt +++ b/stella/Readme.txt @@ -1,5 +1,5 @@ -This is release 1.4.1 of Stella. Stella is a multi-platform Atari 2600 VCS +This is release 1.4.2 of Stella. Stella is a multi-platform Atari 2600 VCS emulator which allows you to play all of your favorite Atari 2600 games on your PC. You'll find the Stella Users Manual in the docs subdirectory. If you'd like to verify that you have the latest release of Stella visit @@ -10,4 +10,4 @@ the Stella Website at: Enjoy, The Stella Team -August 15, 2004 +February 19, 2005 diff --git a/stella/Todo.txt b/stella/Todo.txt index 9a55237da..5ce243b2d 100644 --- a/stella/Todo.txt +++ b/stella/Todo.txt @@ -9,53 +9,43 @@ SSSS ttt eeeee llll llll aaaaa =============================================================================== - To Do List - August 15, 2004 + To Do List - February 19, 2005 =============================================================================== If you would like to contribute to Stella's development then find something on the list below and send email to Bradford Mott at bwmott@acm.org or Stephen Anthony at stephena@users.sourceforge.net. -For all ports: +For all ports (in order of importance): + + * Provide a fully integrated GUI where all settings can be changed, multiple + games can be run, etc; basically, move all functionality of external + frontends into Stella itself + + * Add an internal debugger to Stella for game developers * Provide suggestions for improving Stella * Provide suggestions for improving the Stella User's Manual - * Port Stella to other operating systems: - - - Atari ST/TT/Falcon - - Mac (680x0, PowerPC) - - Others... - * Find people to actually do the above ports, and try to more actively recruit people into the Stella project - * Add a debugger to Stella for game developers or create an external - debugger to be used by Stella and z26 (and add hooks into Stella for it) - * Further optimize the software mode, especially on Win32. The software - renderer in Linux takes 4% CPU (it's actually faster than OpenGL); the same - code on a faster computer running Windows XP takes 60-70%! I knew SDL - wasn't as optimized for Windows, but I didn't think it was that bad ... +For the various frontends -For the Windows GUI frontend (StellaX) - - * Make all dialog boxes resizable for any size text - - * The following features depend on developer availability - - - Add a Sprite/Animation Editor - - Add a PF Editor - - Add a Sourcecode Editor - - Either Support DASM as frontend or integrate a 6507 Assembler - - Either Support Distella as frontend or integrate a 6507 Disassembler - - AVI/MPEG export - - WAV/MP3 export - - Client/Server networked play for up to 4 Computers via LAN/Internet - - Tracking Hiscores - - Record and Playback games - not as real movie, but by logging - Input/RAM/processor states in given intervals. - - Cheatcodes - - Improve frontend by adding snapshots, labels, manuals, etc. - Like KStella for Linux. (Suggestion from Brian Luttrull) + - Discontinue all external frontends; integrate into Stella itself + - Add a Sprite/Animation Editor + - Add a PF Editor + - Add a Sourcecode Editor + - Either Support DASM as frontend or integrate a 6507 Assembler + - Either Support Distella as frontend or integrate a 6507 Disassembler + - AVI/MPEG export + - WAV/MP3 export + - Client/Server networked play for up to 4 Computers via LAN/Internet + - Tracking Hiscores + - Record and Playback games - not as real movie, but by logging + Input/RAM/processor states in given intervals. + - Cheatcodes + - Improve frontend by adding snapshots, labels, manuals, etc. + Like KStella for Linux. (Suggestion from Brian Luttrull) diff --git a/stella/docs/stella.html b/stella/docs/stella.html index 447d99fa5..8663180a7 100644 --- a/stella/docs/stella.html +++ b/stella/docs/stella.html @@ -33,7 +33,7 @@


-
February 1999 - September 2004
+
February 1999 - February 2005
The Stella Team
Stella Homepage
@@ -217,7 +217,7 @@
  • Updated the sound system. All popping and cracking sounds that previously occurred at program start/stop and when entering/exiting menu or pause mode - has been eliminated.
  • + have been eliminated.
  • Fixed the gl_fsmax argument to mean "switch to desktop resolution on fullscreen OpenGL", instead of to the maximum possible resolution @@ -238,8 +238,6 @@ 'video_driver' when using software rendering. The 'windib' option is now the default, and in many cases it's up to 10 times faster than using 'directx'.
  • - -
  • For the OSX port; blah ...

diff --git a/stella/src/common/FrameBufferGL.cxx b/stella/src/common/FrameBufferGL.cxx index bac53f342..7fadaa41d 100644 --- a/stella/src/common/FrameBufferGL.cxx +++ b/stella/src/common/FrameBufferGL.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: FrameBufferGL.cxx,v 1.10 2005-01-04 21:04:20 stephena Exp $ +// $Id: FrameBufferGL.cxx,v 1.11 2005-02-13 19:17:01 stephena Exp $ //============================================================================ #include diff --git a/stella/src/common/FrameBufferGL.hxx b/stella/src/common/FrameBufferGL.hxx index 2bde6add3..a8b1d9138 100644 --- a/stella/src/common/FrameBufferGL.hxx +++ b/stella/src/common/FrameBufferGL.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: FrameBufferGL.hxx,v 1.5 2005-01-03 19:16:09 stephena Exp $ +// $Id: FrameBufferGL.hxx,v 1.6 2005-02-13 19:17:01 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_GL_HXX @@ -34,7 +34,7 @@ class MediaSource; This class implements an SDL OpenGL framebuffer. @author Stephen Anthony - @version $Id: FrameBufferGL.hxx,v 1.5 2005-01-03 19:16:09 stephena Exp $ + @version $Id: FrameBufferGL.hxx,v 1.6 2005-02-13 19:17:01 stephena Exp $ */ class FrameBufferGL : public FrameBufferSDL { diff --git a/stella/src/common/FrameBufferSDL.cxx b/stella/src/common/FrameBufferSDL.cxx index 369736e3a..24aefad79 100644 --- a/stella/src/common/FrameBufferSDL.cxx +++ b/stella/src/common/FrameBufferSDL.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: FrameBufferSDL.cxx,v 1.3 2005-01-04 20:06:20 stephena Exp $ +// $Id: FrameBufferSDL.cxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/common/FrameBufferSDL.hxx b/stella/src/common/FrameBufferSDL.hxx index 64e1c225e..fe8470fd9 100644 --- a/stella/src/common/FrameBufferSDL.hxx +++ b/stella/src/common/FrameBufferSDL.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: FrameBufferSDL.hxx,v 1.4 2005-01-04 19:59:13 stephena Exp $ +// $Id: FrameBufferSDL.hxx,v 1.5 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_SDL_HXX @@ -35,7 +35,7 @@ the core FrameBuffer. @author Stephen Anthony - @version $Id: FrameBufferSDL.hxx,v 1.4 2005-01-04 19:59:13 stephena Exp $ + @version $Id: FrameBufferSDL.hxx,v 1.5 2005-02-13 19:17:02 stephena Exp $ */ class FrameBufferSDL : public FrameBuffer { diff --git a/stella/src/common/FrameBufferSoft.cxx b/stella/src/common/FrameBufferSoft.cxx index 68b0914da..baf9d8255 100644 --- a/stella/src/common/FrameBufferSoft.cxx +++ b/stella/src/common/FrameBufferSoft.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: FrameBufferSoft.cxx,v 1.5 2005-01-04 19:59:13 stephena Exp $ +// $Id: FrameBufferSoft.cxx,v 1.6 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/common/FrameBufferSoft.hxx b/stella/src/common/FrameBufferSoft.hxx index 6a6af08bc..02008d4bb 100644 --- a/stella/src/common/FrameBufferSoft.hxx +++ b/stella/src/common/FrameBufferSoft.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: FrameBufferSoft.hxx,v 1.3 2004-06-23 00:15:32 stephena Exp $ +// $Id: FrameBufferSoft.hxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_SOFT_HXX @@ -35,7 +35,7 @@ class RectList; This class implements an SDL software framebuffer. @author Stephen Anthony - @version $Id: FrameBufferSoft.hxx,v 1.3 2004-06-23 00:15:32 stephena Exp $ + @version $Id: FrameBufferSoft.hxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ */ class FrameBufferSoft : public FrameBufferSDL { diff --git a/stella/src/common/Snapshot.cxx b/stella/src/common/Snapshot.cxx index be327dd67..12cb9fa60 100644 --- a/stella/src/common/Snapshot.cxx +++ b/stella/src/common/Snapshot.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Snapshot.cxx,v 1.3 2004-06-23 00:15:32 stephena Exp $ +// $Id: Snapshot.cxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/common/Snapshot.hxx b/stella/src/common/Snapshot.hxx index 2a082f99c..3ebaa4b4c 100644 --- a/stella/src/common/Snapshot.hxx +++ b/stella/src/common/Snapshot.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1999 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Snapshot.hxx,v 1.2 2004-06-20 23:30:48 stephena Exp $ +// $Id: Snapshot.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef SNAPSHOT_HXX diff --git a/stella/src/common/SoundSDL.cxx b/stella/src/common/SoundSDL.cxx index da957bb69..145bed802 100644 --- a/stella/src/common/SoundSDL.cxx +++ b/stella/src/common/SoundSDL.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2004 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SoundSDL.cxx,v 1.7 2005-01-04 02:29:29 stephena Exp $ +// $Id: SoundSDL.cxx,v 1.8 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/common/SoundSDL.hxx b/stella/src/common/SoundSDL.hxx index 0358e6447..909c388c1 100644 --- a/stella/src/common/SoundSDL.hxx +++ b/stella/src/common/SoundSDL.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2004 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SoundSDL.hxx,v 1.6 2005-01-04 02:29:29 stephena Exp $ +// $Id: SoundSDL.hxx,v 1.7 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef SOUNDSDL_HXX @@ -29,7 +29,7 @@ This class implements the sound API for SDL. @author Stephen Anthony and Bradford W. Mott - @version $Id: SoundSDL.hxx,v 1.6 2005-01-04 02:29:29 stephena Exp $ + @version $Id: SoundSDL.hxx,v 1.7 2005-02-13 19:17:02 stephena Exp $ */ class SoundSDL : public Sound { diff --git a/stella/src/common/mainSDL.cxx b/stella/src/common/mainSDL.cxx index 78a62280e..117cd9485 100644 --- a/stella/src/common/mainSDL.cxx +++ b/stella/src/common/mainSDL.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2004 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: mainSDL.cxx,v 1.19 2005-01-04 02:29:29 stephena Exp $ +// $Id: mainSDL.cxx,v 1.20 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Booster.cxx b/stella/src/emucore/Booster.cxx index d099bf74e..9600696c4 100644 --- a/stella/src/emucore/Booster.cxx +++ b/stella/src/emucore/Booster.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Booster.cxx,v 1.1.1.1 2001-12-27 19:54:18 bwmott Exp $ +// $Id: Booster.cxx,v 1.2 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Booster.hxx b/stella/src/emucore/Booster.hxx index 7549456a6..416e332ca 100644 --- a/stella/src/emucore/Booster.hxx +++ b/stella/src/emucore/Booster.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Booster.hxx,v 1.1.1.1 2001-12-27 19:54:18 bwmott Exp $ +// $Id: Booster.hxx,v 1.2 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef BOOSTERGRIP_HXX @@ -28,7 +28,7 @@ on it (a booster and a trigger). @author Bradford W. Mott - @version $Id: Booster.hxx,v 1.1.1.1 2001-12-27 19:54:18 bwmott Exp $ + @version $Id: Booster.hxx,v 1.2 2005-02-13 19:17:02 stephena Exp $ */ class BoosterGrip : public Controller { diff --git a/stella/src/emucore/Cart.cxx b/stella/src/emucore/Cart.cxx index 7d7b4c44f..161943845 100644 --- a/stella/src/emucore/Cart.cxx +++ b/stella/src/emucore/Cart.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2004 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Cart.cxx,v 1.7 2004-06-25 03:44:12 bwmott Exp $ +// $Id: Cart.cxx,v 1.8 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart2K.cxx b/stella/src/emucore/Cart2K.cxx index b637cdac1..20e5ec3e2 100644 --- a/stella/src/emucore/Cart2K.cxx +++ b/stella/src/emucore/Cart2K.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Cart2K.cxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: Cart2K.cxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart2K.hxx b/stella/src/emucore/Cart2K.hxx index 1d76ccf65..e89486e20 100644 --- a/stella/src/emucore/Cart2K.hxx +++ b/stella/src/emucore/Cart2K.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Cart2K.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: Cart2K.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef CARTRIDGE2K_HXX @@ -33,7 +33,7 @@ class Deserializer; 2600's 4K cartridge addressing space. @author Bradford W. Mott - @version $Id: Cart2K.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: Cart2K.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ */ class Cartridge2K : public Cartridge { diff --git a/stella/src/emucore/Cart3F.cxx b/stella/src/emucore/Cart3F.cxx index 0cadadcc5..97b713c9a 100644 --- a/stella/src/emucore/Cart3F.cxx +++ b/stella/src/emucore/Cart3F.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Cart3F.cxx,v 1.3 2002-05-14 15:22:28 stephena Exp $ +// $Id: Cart3F.cxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart3F.hxx b/stella/src/emucore/Cart3F.hxx index 84a978fc1..9ad11210f 100644 --- a/stella/src/emucore/Cart3F.hxx +++ b/stella/src/emucore/Cart3F.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Cart3F.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: Cart3F.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef CARTRIDGE3F_HXX @@ -37,7 +37,7 @@ class Deserializer; only used 8K this bankswitching scheme supports up to 512K. @author Bradford W. Mott - @version $Id: Cart3F.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: Cart3F.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ */ class Cartridge3F : public Cartridge { diff --git a/stella/src/emucore/Cart4K.cxx b/stella/src/emucore/Cart4K.cxx index e49472f40..b1dccb5f8 100644 --- a/stella/src/emucore/Cart4K.cxx +++ b/stella/src/emucore/Cart4K.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Cart4K.cxx,v 1.3 2002-05-14 15:22:28 stephena Exp $ +// $Id: Cart4K.cxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/Cart4K.hxx b/stella/src/emucore/Cart4K.hxx index fd01df6fe..e995e11be 100644 --- a/stella/src/emucore/Cart4K.hxx +++ b/stella/src/emucore/Cart4K.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Cart4K.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: Cart4K.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef CARTRIDGE4K_HXX @@ -32,7 +32,7 @@ class Deserializer; not bankswitched. @author Bradford W. Mott - @version $Id: Cart4K.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: Cart4K.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ */ class Cartridge4K : public Cartridge { diff --git a/stella/src/emucore/CartAR.cxx b/stella/src/emucore/CartAR.cxx index e7123a6da..64162eba7 100644 --- a/stella/src/emucore/CartAR.cxx +++ b/stella/src/emucore/CartAR.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2002 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartAR.cxx,v 1.5 2002-05-14 18:29:44 stephena Exp $ +// $Id: CartAR.cxx,v 1.6 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartAR.hxx b/stella/src/emucore/CartAR.hxx index 9ab6ec2f1..e175d9bf1 100644 --- a/stella/src/emucore/CartAR.hxx +++ b/stella/src/emucore/CartAR.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2002 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartAR.hxx,v 1.3 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartAR.hxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef CARTRIDGEAR_HXX @@ -37,7 +37,7 @@ class Deserializer; and one bank of ROM. All 6K of the RAM can be read and written. @author Bradford W. Mott - @version $Id: CartAR.hxx,v 1.3 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartAR.hxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ */ class CartridgeAR : public Cartridge { diff --git a/stella/src/emucore/CartCV.cxx b/stella/src/emucore/CartCV.cxx index 8ee373889..46212d9a5 100644 --- a/stella/src/emucore/CartCV.cxx +++ b/stella/src/emucore/CartCV.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartCV.cxx,v 1.4 2002-05-14 15:22:28 stephena Exp $ +// $Id: CartCV.cxx,v 1.5 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartCV.hxx b/stella/src/emucore/CartCV.hxx index faecb79bf..7d148496c 100644 --- a/stella/src/emucore/CartCV.hxx +++ b/stella/src/emucore/CartCV.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartCV.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartCV.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef CARTRIDGECV_HXX @@ -35,7 +35,7 @@ class Deserializer; $F800-$FFFF ROM @author Eckhard Stolberg - @version $Id: CartCV.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartCV.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ */ class CartridgeCV : public Cartridge { diff --git a/stella/src/emucore/CartDPC.cxx b/stella/src/emucore/CartDPC.cxx index 71f4844f1..3038f57f2 100644 --- a/stella/src/emucore/CartDPC.cxx +++ b/stella/src/emucore/CartDPC.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2004 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartDPC.cxx,v 1.8 2004-06-13 04:49:03 bwmott Exp $ +// $Id: CartDPC.cxx,v 1.9 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartDPC.hxx b/stella/src/emucore/CartDPC.hxx index 8afa2a737..c128143b4 100644 --- a/stella/src/emucore/CartDPC.hxx +++ b/stella/src/emucore/CartDPC.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2002 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartDPC.hxx,v 1.3 2002-11-19 04:29:21 bwmott Exp $ +// $Id: CartDPC.hxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef CARTRIDGEDCP_HXX @@ -32,7 +32,7 @@ class Deserializer; see David P. Crane's United States Patent Number 4,644,495. @author Bradford W. Mott - @version $Id: CartDPC.hxx,v 1.3 2002-11-19 04:29:21 bwmott Exp $ + @version $Id: CartDPC.hxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ */ class CartridgeDPC : public Cartridge { diff --git a/stella/src/emucore/CartE0.cxx b/stella/src/emucore/CartE0.cxx index f8c615fdf..8c1693617 100644 --- a/stella/src/emucore/CartE0.cxx +++ b/stella/src/emucore/CartE0.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartE0.cxx,v 1.3 2002-12-01 15:59:46 stephena Exp $ +// $Id: CartE0.cxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartE0.hxx b/stella/src/emucore/CartE0.hxx index 65eb3a0ff..ea6714f91 100644 --- a/stella/src/emucore/CartE0.hxx +++ b/stella/src/emucore/CartE0.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartE0.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartE0.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef CARTRIDGEE0_HXX @@ -36,7 +36,7 @@ class Deserializer; always points to the last 1K of the ROM image. @author Bradford W. Mott - @version $Id: CartE0.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartE0.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ */ class CartridgeE0 : public Cartridge { diff --git a/stella/src/emucore/CartE7.cxx b/stella/src/emucore/CartE7.cxx index cc3538e58..a9a5d99a6 100644 --- a/stella/src/emucore/CartE7.cxx +++ b/stella/src/emucore/CartE7.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartE7.cxx,v 1.4 2002-05-14 15:22:28 stephena Exp $ +// $Id: CartE7.cxx,v 1.5 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartE7.hxx b/stella/src/emucore/CartE7.hxx index 087b8c159..7f1ea7f02 100644 --- a/stella/src/emucore/CartE7.hxx +++ b/stella/src/emucore/CartE7.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartE7.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartE7.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef CARTRIDGEE7_HXX @@ -53,7 +53,7 @@ class Deserializer; here by accessing 1FF8 to 1FFB. @author Bradford W. Mott - @version $Id: CartE7.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartE7.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ */ class CartridgeE7 : public Cartridge { diff --git a/stella/src/emucore/CartF4.cxx b/stella/src/emucore/CartF4.cxx index 19b86237d..2c52109cb 100644 --- a/stella/src/emucore/CartF4.cxx +++ b/stella/src/emucore/CartF4.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2002 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartF4.cxx,v 1.1 2002-08-14 02:30:52 bwmott Exp $ +// $Id: CartF4.cxx,v 1.2 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF4.hxx b/stella/src/emucore/CartF4.hxx index 23d410887..767181353 100644 --- a/stella/src/emucore/CartF4.hxx +++ b/stella/src/emucore/CartF4.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2002 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartF4.hxx,v 1.1 2002-08-14 02:30:52 bwmott Exp $ +// $Id: CartF4.hxx,v 1.2 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF4_HXX @@ -31,7 +31,7 @@ class Deserializer; are eight 4K banks. @author Bradford W. Mott - @version $Id: CartF4.hxx,v 1.1 2002-08-14 02:30:52 bwmott Exp $ + @version $Id: CartF4.hxx,v 1.2 2005-02-13 19:17:02 stephena Exp $ */ class CartridgeF4 : public Cartridge { diff --git a/stella/src/emucore/CartF4SC.cxx b/stella/src/emucore/CartF4SC.cxx index 474fa220f..c87164ef2 100644 --- a/stella/src/emucore/CartF4SC.cxx +++ b/stella/src/emucore/CartF4SC.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartF4SC.cxx,v 1.3 2002-05-14 15:22:28 stephena Exp $ +// $Id: CartF4SC.cxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF4SC.hxx b/stella/src/emucore/CartF4SC.hxx index d3daeef3c..c6e7e5759 100644 --- a/stella/src/emucore/CartF4SC.hxx +++ b/stella/src/emucore/CartF4SC.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartF4SC.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartF4SC.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF4SC_HXX @@ -31,7 +31,7 @@ class Deserializer; 128 bytes of RAM. There are eight 4K banks. @author Bradford W. Mott - @version $Id: CartF4SC.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartF4SC.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ */ class CartridgeF4SC : public Cartridge { diff --git a/stella/src/emucore/CartF6.cxx b/stella/src/emucore/CartF6.cxx index ee741328f..91b1603bc 100644 --- a/stella/src/emucore/CartF6.cxx +++ b/stella/src/emucore/CartF6.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartF6.cxx,v 1.3 2002-05-14 15:22:28 stephena Exp $ +// $Id: CartF6.cxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF6.hxx b/stella/src/emucore/CartF6.hxx index 34dabb9d8..b11324b3b 100644 --- a/stella/src/emucore/CartF6.hxx +++ b/stella/src/emucore/CartF6.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartF6.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartF6.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF6_HXX @@ -31,7 +31,7 @@ class Deserializer; are four 4K banks. @author Bradford W. Mott - @version $Id: CartF6.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartF6.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ */ class CartridgeF6 : public Cartridge { diff --git a/stella/src/emucore/CartF6SC.cxx b/stella/src/emucore/CartF6SC.cxx index d53ac0f01..b6b57196f 100644 --- a/stella/src/emucore/CartF6SC.cxx +++ b/stella/src/emucore/CartF6SC.cxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartF6SC.cxx,v 1.3 2002-05-14 15:22:28 stephena Exp $ +// $Id: CartF6SC.cxx,v 1.4 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #include diff --git a/stella/src/emucore/CartF6SC.hxx b/stella/src/emucore/CartF6SC.hxx index a938ac555..678123f78 100644 --- a/stella/src/emucore/CartF6SC.hxx +++ b/stella/src/emucore/CartF6SC.hxx @@ -8,12 +8,12 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-1998 by Bradford W. Mott +// Copyright (c) 1995-2005 by Bradford W. Mott // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartF6SC.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ +// $Id: CartF6SC.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ //============================================================================ #ifndef CARTRIDGEF6SC_HXX @@ -31,7 +31,7 @@ class Deserializer; 128 bytes of RAM. There are four 4K banks. @author Bradford W. Mott - @version $Id: CartF6SC.hxx,v 1.2 2002-05-13 19:17:32 stephena Exp $ + @version $Id: CartF6SC.hxx,v 1.3 2005-02-13 19:17:02 stephena Exp $ */ class CartridgeF6SC : public Cartridge { diff --git a/stella/src/win32/README-SDL.txt b/stella/src/win32/README-SDL.txt deleted file mode 100644 index f3e5caaf8..000000000 --- a/stella/src/win32/README-SDL.txt +++ /dev/null @@ -1,48 +0,0 @@ - -Please distribute this file with the SDL runtime environment: - -The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library -designed to make it easy to write multi-media software, such as games and -emulators. - -The Simple DirectMedia Layer library source code is available from: -http://www.libsdl.org/ - -This library is distributed under the terms of the GNU LGPL license: -http://www.gnu.org/copyleft/lesser.html - ---------------------------------------------------------------------------- - -The SDL.dll library included in this package has been modified to -automatically work with the Stelladaptor device. - -As per the GPL, all modifications to SDL must be provided and documented. -The included patchfile 'SDL_mmjoystick_1.2.7.diff' can be used with -SDL-1.2.7.zip (located on the main SDL web page). - -To rebuild the SDL.dll file, follow the instructions below: - -1) Get the 'SDL-1.2.7.zip' package from the main SDL website and - unzip it. - -2) Unzip 'SDL_mmjoystick_1.2.7.zip' to obtain 'SDL_mmjoystick_1.2.7.diff'. - -3) Apply the patchfile 'SDL_mmjoystick_1.2.7.diff' to the SDL-1.2.7 - directory (under Linux: patch -p0 < SDL_mmjoystick_1.2.7.diff). - -4) Build the SDL.dll library from within Visual C++ (you may need the DX5 - development files). - - -Notes: - -1) Credit for this patchfile goes to Eckhard Stolberg. - -2) Future versions of SDL will hopefully have this patch integrated. - -3) The included SDL.dll file has not been extensively tested. It is - believed to be compatible with the most common input devices, - but support may not be present for buttons on esoteric devices - (hats, sliders, etc). If for any reason the included version of SDL.dll - doesn't work for you (and you have no need for Stelladaptor support), - you can use the standard SDL.dll from the main SDL website. diff --git a/stella/src/win32/SDL_mmjoystick_1.2.7.zip b/stella/src/win32/SDL_mmjoystick_1.2.7.zip deleted file mode 100644 index 9ebf898a6a4fff69fe221e74d99a7674f2d62c2e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1554 zcmaLXYd8}M7zgmp<}%S@Owv{-3lnoIY-u%@FAhHI_t0v#unp%2?=E|$o>!js7a(v5U+&H0R!Y9IVk@? zX!QF%YnCjQc~ti1RT{xywZoA#xL$5{YkGuzd7B&h<&o;$x_4UbJrYQKkZC6FjPtI#;|Rss6!wS>=4^>k%o zDI)s|R7-*dW402`)9{(IkD9e}lwq%F=lufboZ<*ACEM+?_SYjg(qq9wNc_z)b4skb zF`?nb(?VLn!)Z&|r*9s-CpD)Oo?YU;7Md2a#ww_k*hy2bf37^K7?8cl6c31yKNChy zQICTK$y1Bn!d>4DTRV0jZbz8jw4(Di{lTfXFTme8b2B=8^;}ABD{PRgnb+f{^dv~vD92w3Vf@%9{AU@Vd zO9SbpXHoUXQrR`Tr%&C!QXJgSPbknu5RS)AHWE?2 zXt^=6nsUEb-@=;$)jSdjo9ARbaG^+&&=M=x^0yaGrg}oEKBN=Csd@0Xur9$x1(pB! zTv1%z_9}{-yK7w%6x(@WV*u=@=`E=5f*P;%vbu{BS(>ti)zjuJ#k0Z-?y*9qLM5A> zpQ!kulH7s>wKhK95-~OGJfESe3`n32(0#q7DzUQ{PsjSRZJf?%;^_%uFez!Ax$y2i z>SZM2FX?nPtWDF=xgVw%;t>uHW{eD5i=!OZkoZ4_HaVLdT%^O-XsD2Vp8LqE1$SK7&G}Jiqu3es; z`b=i={=`MvfKlzi#>nP3P4d;5Z9#(AZO+kdoLt8sOOSwk=MB2`AhW0qe{`p)9X(mi zuTh*j_@bHyUeq`8ErCb)-oW09z*r>IZyv!BOtAA^?Sj#s9D{&vJ{R)9c|f|>cn77& z+R*E9w{7osdkDGT$NX!Wheyk7Iw`RGi$RD+Ai{i!Q1(D*av*zYy)Ao+djeMX$~)>( z3~5wn`O3#;_HNHMtGb*`eiBoE)UAM*-y%|HyJrm7VM1V&^;$yo&F{P5C7v@Id*eGN zYH>cSnERgTxwiMBel;`stfis}s?oIVaURYROGSIQ-UJ-qoKU7xIu?Ekp5`RMVnw1RUWp@fy53S+2n1 zWGvgAGXA=8m-ud@@-g+u8*=-mb!1?>>f~6(qgJT0abF3lu^mU)R*LKr4^?(+fHrjK zKu8G=F2z^2%do?6=%ccj>%`OSN4Fw2Ds=`)yb5suyu-3Gr`I0X7t58++x~46qveaB z9$FZn)aeh`)Jm{rh&S{6vc4K2IRF6BOI7XnH*jVBSNiUX`~bi|DV)iy