ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/audio.h
(Generate patch)

Comparing BasiliskII/src/include/audio.h (file contents):
Revision 1.4 by cebix, 2000-06-23T14:22:47Z vs.
Revision 1.5 by cebix, 2000-07-25T17:02:23Z

# Line 25 | Line 25 | extern int32 AudioDispatch(uint32 params
25  
26   extern bool AudioAvailable;             // Flag: audio output available (from the software point of view)
27  
28 + extern int16 SoundInOpen(uint32 pb, uint32 dce);
29 + extern int16 SoundInPrime(uint32 pb, uint32 dce);
30 + extern int16 SoundInControl(uint32 pb, uint32 dce);
31 + extern int16 SoundInStatus(uint32 pb, uint32 dce);
32 + extern int16 SoundInClose(uint32 pb, uint32 dce);
33 +
34   // System specific and internal functions/data
35   extern void AudioInit(void);
36   extern void AudioExit(void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines