Annotation of generator/hdr/gensound.h, revision 1.1.1.3

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: 
1.1.1.3 ! root       17: int sound_start(void);
        !            18: void sound_stop(void);
1.1       root       19: int sound_init(void);
1.1.1.2   root       20: void sound_final(void);
1.1       root       21: int sound_reset(void);
                     22: void sound_genreset(void);
                     23: void sound_process(void);
                     24: void sound_endfield(void);
                     25: 
                     26: #define sound_psgwrite(data) WriteSN76489(&psg_cpu, data)
                     27: #define WriteSN76489(x,y) 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.