home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / PMM / Developer / IncludeWOS / lvo / dmxemul_lvo.asm < prev    next >
Encoding:
Assembly Source File  |  1999-10-03  |  1.1 KB  |  47 lines

  1.     section    .data,data
  2.  
  3. _LVODMX_Init    equ    -30
  4.     xdef    _LVODMX_Init
  5. _LVODMX_DeInit    equ    -36
  6.     xdef    _LVODMX_DeInit
  7. _LVOTSM_Install    equ    -42
  8.     xdef    _LVOTSM_Install
  9. _LVOTSM_Remove    equ    -48
  10.     xdef    _LVOTSM_Remove
  11. _LVOTSM_NewService    equ    -54
  12.     xdef    _LVOTSM_NewService
  13. _LVOTSM_DelService    equ    -60
  14.     xdef    _LVOTSM_DelService
  15. _LVOMUS_RegisterSong    equ    -66
  16.     xdef    _LVOMUS_RegisterSong
  17. _LVOMUS_UnregisterSong    equ    -72
  18.     xdef    _LVOMUS_UnregisterSong
  19. _LVOMUS_SetMasterVolume    equ    -78
  20.     xdef    _LVOMUS_SetMasterVolume
  21. _LVOMUS_StopSong    equ    -84
  22.     xdef    _LVOMUS_StopSong
  23. _LVOMUS_PlaySong    equ    -90
  24.     xdef    _LVOMUS_PlaySong
  25. _LVOMUS_ChainSong    equ    -96
  26.     xdef    _LVOMUS_ChainSong
  27. _LVOMUS_PauseSong    equ    -102
  28.     xdef    _LVOMUS_PauseSong
  29. _LVOMUS_ResumeSong    equ    -108
  30.     xdef    _LVOMUS_ResumeSong
  31. _LVOMUS_QrySongPlaying    equ    -114
  32.     xdef    _LVOMUS_QrySongPlaying
  33. _LVOSFX_StopPatch    equ    -120
  34.     xdef    _LVOSFX_StopPatch
  35. _LVOSFX_PlayPatch    equ    -126
  36.     xdef    _LVOSFX_PlayPatch
  37. _LVOSFX_SetOrigin    equ    -132
  38.     xdef    _LVOSFX_SetOrigin
  39. _LVOSFX_Playing    equ    -138
  40.     xdef    _LVOSFX_Playing
  41. _LVOWAV_PlayMode    equ    -144
  42.     xdef    _LVOWAV_PlayMode
  43. _LVOAHI_SetAudioID    equ    -150
  44.     xdef    _LVOAHI_SetAudioID
  45. _LVOCAMD_SetLocation    equ    -156
  46.     xdef    _LVOCAMD_SetLocation
  47.