home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / msdos / sndbords / proaudio / pcmtlsrc / pcm.arj / _I94F05.INC < prev    next >
Text File  |  1992-07-29  |  809b  |  35 lines

  1. ;$Author:   BCRANE  $
  2. ;$Date:   29 Jul 1992 16:57:12  $
  3. ;$Header:   W:/sccs/sdkapp/_i94f05.inv   1.0   29 Jul 1992 16:57:12   BCRANE  $
  4. ;$Log:   W:/sccs/sdkapp/_i94f05.inv  $
  5. ;
  6. ;   Rev 1.0   29 Jul 1992 16:57:12   BCRANE
  7. ;Initial revision.
  8. ;$Logfile:   W:/sccs/sdkapp/_i94f05.inv  $
  9. ;$Modtimes$
  10. ;$Revision:   1.0  $
  11. ;$Workfile:   _i94f05.inc  $ 
  12.  
  13. ;; functions - all int 94h functions use the following:
  14. ;;    es:bx points to parameters
  15. ;;    si= function # * 2
  16. ;;    ds points to cs
  17. ;;    ax, dx may return parameters
  18. ;;     bx, cx, si, di, es, ds are trashable
  19. ;;    flags are undefined
  20.  
  21.     if VERBOSE
  22.     align 256
  23.     db '_i94f05.inc: copyright Media Vision, Inc., 1992', 00h
  24.     endif
  25.  
  26. ;; i94f05() - begin audio play using PCMPlay
  27.  
  28. _i94f05 proc near
  29.  
  30.     call PCMPlay
  31.  
  32.     ret                    ; nothing
  33. _i94f05 endp 
  34.  
  35.