;/****************************************************************************\
;* *
;* CTAWEAPI.INC SB AWE32 DOS Assembly Header *
;* *
;* (C) Copyright Creative Technology Ltd. 1992-94. All rights reserved *
;* worldwide. *
;* *
;* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY *
;* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE *
;* IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR *
;* PURPOSE. *
;* *
;* You have a royalty-free right to use, modify, reproduce and *
;* distribute the Sample Files (and/or any modified version) in *
;* any way you find useful, provided that you agree to *
;* the Creative's Software Licensing Aggreement and you also agree that *
;* Creative has no warranty obligations or liability for any Sample Files. *
;* *
;\****************************************************************************/
;
;/****************************************************************************\
;* File name : CTAWEAPI.INC *
;* *
;* Programmer : Creative SB AWE32 Team *
;* Creative Technology Ltd, 1994. All rights reserved. *
;* *
;* Version : 2.0b *
;* *
;\****************************************************************************/
SCRATCH STRUC
DB 708 DUP(0)
SCRATCH ENDS
GCHANNEL STRUC
DB 20 DUP(0)
GCHANNEL ENDS
MIDICHANNEL STRUC
DB 30 DUP(0)
MIDICHANNEL ENDS
SOUNDFONT STRUC
DB 126 DUP(0)
SOUNDFONT ENDS
NRPNCHANNEL STRUC
DB 96 DUP(0)
NRPNCHANNEL ENDS
SOUNDPAD STRUC
SPad1 DD 0
SPad2 DD 0
SPad3 DD 0
SPad4 DD 0
SPad5 DD 0
SPad6 DD 0
SPad7 DD 0
SOUNDPAD ENDS
AWE32_ALLOCMEM EQU 0001h
AWE32_FREEMEM EQU 0002h
AWE32ERR_ALLOCMEM EQU 1
AWE32ERR_SBKFORMAT EQU 2
AWE32ERR_DRAMSIZE EQU 3
AWE32ERR_SBKREAD EQU 4