~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/resid/siddefs.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.1.7 upstream) (9.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090331003715-i5yisvcfv7mgz3eh
Tags: 2.1.dfsg-1
* New major upstream release (closes: #495937).
* Add desktop files (closes: #501181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
//  along with this program; if not, write to the Free Software
17
17
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
18
//  ---------------------------------------------------------------------------
 
19
// C64 DTV modifications written by
 
20
//   Daniel Kahlin <daniel@kahlin.net>
 
21
// Copyright (C) 2007  Daniel Kahlin <daniel@kahlin.net>
19
22
 
20
23
#ifndef __SIDDEFS_H__
21
24
#define __SIDDEFS_H__
46
49
typedef int sound_sample;
47
50
typedef sound_sample fc_point[2];
48
51
 
49
 
enum chip_model { MOS6581, MOS8580 };
 
52
enum chip_model { MOS6581, MOS8580, DTVSID };
50
53
 
51
54
enum sampling_method { SAMPLE_FAST, SAMPLE_INTERPOLATE,
52
55
                       SAMPLE_RESAMPLE_INTERPOLATE, SAMPLE_RESAMPLE_FAST };