******************************************************************************* * sound.library.I Written by Readysoft. * Copyright 1992,1993,1994 RS. All rights reserved. 1992.05.08.-1994.05.18. * v1.2. ******************************************************************************* ******************************************************************************* * Macros ******************************************************************************* ;------------------------------------------------------------------------------ ; SoundName Macro ;------------------------------------------------------------------------------ SND.NAM MACRO DC.B 'sound.library',0 EVEN ENDM ******************************************************************************* * Constant Definitions ******************************************************************************* ;------------------------------------------------------------------------------ ; Error Codes ;------------------------------------------------------------------------------ snd_er_OK EQU $00000000 all right snd_er_UnDef EQU $8084ffff undefined error ******************************************************************************* * Varibles ******************************************************************************* RSRESET snd_NotUsed RS.L 1 snd_SizeOf RS.B 0 ******************************************************************************* * Routine Offsets ******************************************************************************* RSRESET RS.B -6 snd_Init RS.B -6 snd_InitMusic RS.B -6 snd_EndMusic RS.B -6 snd_PlayMusic RS.B -6 snd_PlaySample RS.B -6