# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * audio.h - Audio support | |
3 | * | |
4 | < | * Basilisk II (C) 1997-1999 Christian Bauer |
4 | > | * Basilisk II (C) 1997-2000 Christian Bauer |
5 | * | |
6 | * This program is free software; you can redistribute it and/or modify | |
7 | * it under the terms of the GNU General Public License as published by | |
# | Line 28 | Line 28 | extern bool AudioAvailable; // Flag: au | |
28 | // System specific and internal functions/data | |
29 | extern void AudioInit(void); | |
30 | extern void AudioExit(void); | |
31 | + | extern void AudioReset(void); |
32 | ||
33 | extern void AudioInterrupt(void); | |
34 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |