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.7 by cebix, 2001-07-05T20:30:54Z vs.
Revision 1.10 by cebix, 2004-01-12T15:29:27Z

# Line 1 | Line 1
1   /*
2   *  audio.h - Audio support
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2004 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 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