home *** CD-ROM | disk | FTP | other *** search
- ;/****************************************************************************\
- ;* *
- ;* 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.1b *
- ;* *
- ;\****************************************************************************/
-
- ifdef FAROBJ
- SCRATCH STRUC
- DB 676 DUP(0)
- SCRATCH ENDS
- else
- SCRATCH STRUC
- DB 548 DUP(0)
- SCRATCH ENDS
- endif
-
- GCHANNEL STRUC
- DB 20 DUP(0)
- GCHANNEL ENDS
-
- MIDICHANNEL STRUC
- DB 28 DUP(0)
- MIDICHANNEL ENDS
-
- SOUNDFONT STRUC
- DB 134 DUP(0)
- SOUNDFONT ENDS
-
- NRPNCHANNEL STRUC
- DB 90 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
-
- AWE32ERR_ALLOCMEM EQU 1
- AWE32ERR_SBKFORMAT EQU 2
- AWE32ERR_DRAMSIZE EQU 3
- AWE32ERR_SBKREAD EQU 4
-
-