home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / fr / hardball / include / goldplay.inc < prev    next >
Text File  |  1993-12-30  |  959b  |  32 lines

  1. EXTRN  INITIALIZE:FAR            ; Initializes the modplayer for given
  2.                                  ; sounddevice and replayrate
  3.  
  4. EXTRN  LOADMODULE:FAR            ; Loads the Module into memory
  5.  
  6. EXTRN  STARTPLAYING:FAR          ; Starts playing the module
  7.  
  8. EXTRN  STOPPLAYING:FAR           ; Stops playing the module
  9.  
  10. EXTRN  DEALLOC:FAR               ; Deallocates and erases the module
  11.                                  ; from memory
  12.  
  13. EXTRN  ASKINIT:FAR
  14.  
  15. Variables:
  16.  
  17. EXTRN  SOUNDDEVICE:WORD          ; The Sounddevice number
  18.  
  19. EXTRN  TIMERSPEED:WORD           ; The replayrate 1193182/Hertz
  20.  
  21. EXTRN  SBDMA:WORD                ; SoundBlaster's DMA-Channel
  22.  
  23. EXTRN  SBIRQNR:WORD              ; SoundBlaster's IRQ-Number
  24.  
  25. Special_Variables:
  26.  
  27. EXTRN  BAR1,BAR2,BAR3,BAR4:WORD  ; Selfdecrementing Bars, see the docs
  28.  
  29. EXTRN  SHOWPATTERNS:Word         ; Shows the patterns
  30.  
  31. EXTRN  MASTERVOLUME:Word         ; Mastervolume from 0 to 64
  32.