Import Debian changes 1.23-12
[debian-dgen.git] / sn76496.h
blob4e89154308f9f64711879dd4f9da3b40f9901dd3
1 #ifndef SN76496_H
2 #define SN76496_H
4 #define MAX_76496 4
6 struct SN76496interface
8 int num; /* total number of 76496 in the machine */
9 int baseclock;
10 int volume[MAX_76496];
13 int SN76496_sh_start();
14 void SN76496_0_w(int offset,int data);
15 void SN76496_1_w(int offset,int data);
16 void SN76496_2_w(int offset,int data);
17 void SN76496_3_w(int offset,int data);
19 void SN76496_set_clock(int chip,int _clock);
21 #endif