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

  1.     public    _MidiBase,_LVOCreateMSource
  2.  
  3. ; struct MSource *CreateMSource (name,image)
  4. ; char *name;
  5. ; struct Image *image;
  6.  
  7.     public    _CreateMSource
  8. _CreateMSource
  9.     movem.l  4(sp),a0-a1
  10.     move.l    _MidiBase,a6
  11.     jmp    _LVOCreateMSource(a6)
  12.  
  13.