Annotation of uae/src/include/audio.h, revision 1.1.1.9

1.1       root        1:  /*
                      2:   * UAE - The Un*x Amiga Emulator
                      3:   *
                      4:   * Sound emulation stuff
                      5:   *
                      6:   * Copyright 1995, 1996, 1997 Bernd Schmidt
                      7:   */
                      8: 
1.1.1.4   root        9: #define PERIOD_MAX ULONG_MAX
                     10: 
1.1.1.9 ! root       11: extern void AUDxDAT (unsigned int nr, uae_u16 value);
        !            12: extern void AUDxVOL (unsigned int nr, uae_u16 value);
        !            13: extern void AUDxPER (unsigned int nr, uae_u16 value);
        !            14: extern void AUDxLCH (unsigned int nr, uae_u16 value);
        !            15: extern void AUDxLCL (unsigned int nr, uae_u16 value);
        !            16: extern void AUDxLEN (unsigned int nr, uae_u16 value);
1.1       root       17: 
1.1.1.4   root       18: extern int init_audio (void);
                     19: extern void ahi_install (void);
1.1       root       20: extern void audio_reset (void);
1.1.1.2   root       21: extern void update_audio (void);
1.1.1.4   root       22: extern void schedule_audio (void);
                     23: extern void audio_evhandler (void);
1.1.1.8   root       24: extern void audio_hsync (int);
                     25: extern void update_adkmasks (void);
1.1.1.9 ! root       26: extern void update_sound (unsigned int freq);

unix.superglobalmegacorp.com

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