home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / amiga / midi / midi.lzh / MIDI / DEV / LIBSRC / DELSRC.ASM < prev    next >
Encoding:
Assembly Source File  |  1991-08-16  |  193 b   |  12 lines

  1.     public    _MidiBase,_LVODeleteMSource
  2.  
  3. ; DeleteMSource (source)
  4. ; struct MSource *source;
  5.  
  6.     public    _DeleteMSource
  7. _DeleteMSource
  8.     move.l    4(sp),a0
  9.     move.l    _MidiBase,a6
  10.     jmp    _LVODeleteMSource(a6)
  11.  
  12.