Annotation of uae/src/od-dos/sound/sound.h, revision 1.1

1.1     ! root        1:  /*
        !             2:   * UAE - The Un*x Amiga Emulator
        !             3:   *
        !             4:   * Support for DOS
        !             5:   *
        !             6:   * Copyright 1997 Gustavo Goedert
        !             7:   */
        !             8: 
        !             9: extern int sound_fd;
        !            10: extern uae_u16 sndbuffer[];
        !            11: extern uae_u16 *sndbufpt;
        !            12: extern int sndbufsize;
        !            13: 
        !            14: static __inline__ void check_sound_buffers (void) {
        !            15: }
        !            16: 
        !            17: #define PUT_SOUND_BYTE(b) do {  } while (0)
        !            18: #define PUT_SOUND_WORD(b) do {  } while (0)
        !            19: 
        !            20: #define SOUND16_BASE_VAL 0
        !            21: #define SOUND8_BASE_VAL 128
        !            22: 
        !            23: #define DEFAULT_SOUND_MAXB 8192
        !            24: #define DEFAULT_SOUND_MINB 2048
        !            25: #define DEFAULT_SOUND_BITS 16
        !            26: #define DEFAULT_SOUND_FREQ 44100

unix.superglobalmegacorp.com

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