|
|
1.1 root 1: #ifndef JFM
2: # include "support.h"
3: # include "fm.h"
4: #endif
5:
6: #define SOUND_SAMPLERATE 22050
7: #define SOUND_DEVICE "/dev/dsp"
8:
9: /* #include "SN76489.h" */
10:
11: /* extern SN76489 psg_cpu; */
12: extern int sound_feedback;
1.1.1.2 ! root 13: extern int sound_debug;
! 14: extern int sound_minfields;
! 15: extern int sound_maxfields;
1.1 root 16:
17: int sound_init(void);
1.1.1.2 ! root 18: void sound_final(void);
1.1 root 19: int sound_reset(void);
20: void sound_genreset(void);
21: void sound_process(void);
22: void sound_endfield(void);
23:
24: #define sound_psgwrite(data) WriteSN76489(&psg_cpu, data)
25: #define WriteSN76489(x,y)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.