|
|
1.1 root 1: /*
2: * UAE - The Un*x Amiga Emulator
3: *
4: * Support for the Mute sound system.
5: *
6: * Copyright 1997 Bernd Schmidt
7: */
8:
9: static __inline__ void check_sound_buffers (void)
10: {
11: }
12:
13: #define PUT_SOUND_BYTE(b) do { ; } while (0)
14: #define PUT_SOUND_WORD(b) do { ; } while (0)
15: #define SOUND16_BASE_VAL 0
16: #define SOUND8_BASE_VAL 0
17:
18: #define DEFAULT_SOUND_MINB 8192
19: #define DEFAULT_SOUND_MAXB 8192
20: #define DEFAULT_SOUND_BITS 16
21: #define DEFAULT_SOUND_FREQ 44100
22:
23: #define UNSUPPORTED_OPTION_B
24: #define UNSUPPORTED_OPTION_R
25: #define UNSUPPORTED_OPTION_b
26: #define UNSUPPORTED_OPTION_S
27:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.