~ubuntu-branches/debian/sid/stella/sid

« back to all changes in this revision

Viewing changes to src/emucore/SaveKey.hxx

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-02-05 08:09:05 UTC
  • mto: (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20120205080905-fyhwzsu3hrvvujpp
Tags: upstream-3.5.5
ImportĀ upstreamĀ versionĀ 3.5.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
//  SS  SS   tt   ee      ll   ll  aa  aa
9
9
//   SSSS     ttt  eeeee llll llll  aaaaa
10
10
//
11
 
// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony
 
11
// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony
12
12
// and the Stella Team
13
13
//
14
14
// See the file "License.txt" for information on usage and redistribution of
15
15
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
16
16
//
17
 
// $Id: SaveKey.hxx 2232 2011-05-24 16:04:48Z stephena $
 
17
// $Id: SaveKey.hxx 2353 2012-01-13 21:13:10Z stephena $
18
18
//============================================================================
19
19
 
20
20
#ifndef SAVEKEY_HXX
32
32
  driver code.
33
33
 
34
34
  @author  Stephen Anthony
35
 
  @version $Id: SaveKey.hxx 2232 2011-05-24 16:04:48Z stephena $
 
35
  @version $Id: SaveKey.hxx 2353 2012-01-13 21:13:10Z stephena $
36
36
*/
37
37
class SaveKey : public Controller
38
38
{