~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/sid/sid.h

  • 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:
24
24
 *
25
25
 */
26
26
 
27
 
#ifndef _SID_ENGINE_H
28
 
#define _SID_ENGINE_H
 
27
#ifndef VICE_SID_ENGINE_H
 
28
#define VICE_SID_ENGINE_H
29
29
 
30
30
#include "types.h"
31
31
#include "sound.h"
40
40
#define SID_ENGINE_PARSID_PORT1   4
41
41
#define SID_ENGINE_PARSID_PORT2   5
42
42
#define SID_ENGINE_PARSID_PORT3   6
 
43
#define SID_ENGINE_RESID_FP       7
43
44
 
44
 
#define SID_MODEL_6581  0
45
 
#define SID_MODEL_8580  1
46
 
#define SID_MODEL_8580D 2
 
45
#define SID_MODEL_6581           0
 
46
#define SID_MODEL_8580           1
 
47
#define SID_MODEL_8580D          2
 
48
#define SID_MODEL_6581R4         3
 
49
#define SID_MODEL_DTVSID         4
 
50
#define SID_MODEL_6581R3_4885    8
 
51
#define SID_MODEL_6581R3_0486S   9
 
52
#define SID_MODEL_6581R3_3984   10
 
53
#define SID_MODEL_6581R4AR_3789 11
 
54
#define SID_MODEL_6581R3_4485   12
 
55
#define SID_MODEL_6581R4_1986S  13
 
56
#define SID_MODEL_8580R5_3691   16
 
57
#define SID_MODEL_8580R5_3691D  17
 
58
#define SID_MODEL_8580R5_1489   18
 
59
#define SID_MODEL_8580R5_1489D  19
 
60
#define SID_MODEL_DEFAULT       99
47
61
 
48
62
extern BYTE REGPARM1 sid_read(WORD address);
49
63
extern BYTE REGPARM1 sid2_read(WORD address);