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

« back to all changes in this revision

Viewing changes to src/emucore/CartE0.hxx

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-02-05 08:09:05 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120205080905-9ej05rmkibowsm7j
Tags: 3.5.5-1
* New upstream version.
* Rewrite debian/copyright, using DEP-5 and updating for 2012.
* Update manpage.

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: CartE0.hxx 2199 2011-01-01 16:04:32Z stephena $
 
17
// $Id: CartE0.hxx 2325 2012-01-02 20:31:42Z stephena $
18
18
//============================================================================
19
19
 
20
20
#ifndef CARTRIDGEE0_HXX
39
39
  many different ways.
40
40
 
41
41
  @author  Bradford W. Mott
42
 
  @version $Id: CartE0.hxx 2199 2011-01-01 16:04:32Z stephena $
 
42
  @version $Id: CartE0.hxx 2325 2012-01-02 20:31:42Z stephena $
43
43
*/
44
44
class CartridgeE0 : public Cartridge
45
45
{
48
48
      Create a new cartridge using the specified image
49
49
 
50
50
      @param image     Pointer to the ROM image
 
51
      @param size      The size of the ROM image
51
52
      @param settings  A reference to the various settings (read-only)
52
53
    */
53
 
    CartridgeE0(const uInt8* image, const Settings& settings);
 
54
    CartridgeE0(const uInt8* image, uInt32 size, const Settings& settings);
54
55
 
55
56
    /**
56
57
      Destructor