home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / msdos / sndbords / proaudio / pcmtlsrc / pcmtlsrc.arj / TPCM.ARJ / TPCMSRC.DOC < prev    next >
Text File  |  1992-09-18  |  755b  |  35 lines

  1. makefile.               ; makefile
  2.  
  3. tpcm.c                  ; main program
  4. tpcmu.c                 ; utility functions
  5. tpcmf.asm               ; user interrupt routines
  6.  
  7. pcmio.h                 ; header file for low-level stuff
  8. protos.h                ; prototypes
  9.  
  10. sndfile.c               ; process .wav files (and others)
  11. sndfile.h               ; header file 
  12.  
  13. pcmf7.asm               ; another user interrupt routine (not used)
  14.  
  15. setpal.asm              ; various video stuff
  16. _pal0_db.asm            ; palette data
  17. _pal1_db.asm
  18. _pal2_db.asm
  19. _pal3_db.asm
  20. _pal4_db.asm
  21. _pal5_db.asm
  22. _pal6_db.asm
  23. _pal7_db.asm
  24. _pal8_db.asm
  25.  
  26. tpcmsrc.lst             ; this file
  27.  
  28.  
  29. All Files Included in TPCM.ZIP are:
  30.  
  31.     Copyright (c) 1992 Media Vision, Inc.
  32.     All Rights Reserved
  33.     No Warranty as to Fitness or Performance, Express or Implied, Exists
  34.  
  35.