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