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.8 by cebix, 2002-01-15T14:58:41Z vs.
Revision 1.9 by cebix, 2002-03-10T19:34:11Z

# Line 87 | Line 87 | enum {
87          adatSetInfo = 78,                       // 68k code to call SetInfo()
88          adatPlaySourceBuffer = 102,     // 68k code to call PlaySourceBuffer()
89          adatGetSourceData = 126,        // 68k code to call GetSourceData()
90 <        adatData = 146,                         // SoundComponentData struct
91 <        adatMixer = 174,                        // Mac address of mixer, returned by adatOpenMixer
92 <        adatStreamInfo = 178,           // Mac address of stream info, returned by adatGetSourceData
93 <        SIZEOF_adat = 182
90 >        adatStartSource = 146,          // 68k code to call StartSource()
91 >        adatData = 168,                         // SoundComponentData struct
92 >        adatMixer = 196,                        // Mac address of mixer, returned by adatOpenMixer
93 >        adatStreamInfo = 200,           // Mac address of stream info, returned by adatGetSourceData
94 >        SIZEOF_adat = 204
95   };
96  
97   extern uint32 audio_data;               // Mac address of global data area

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines