home *** CD-ROM | disk | FTP | other *** search
/ Dave Lowe: Intro 1 of 2 Adlib / Lowe_Intro1of2Adlib.img / DRIVERS / AD.BLK next >
Encoding:
Text File  |  1993-01-22  |  592 b   |  23 lines

  1. ;--------------------------------------------------------------------------------
  2. ;
  3. ;AdLib specific routines
  4. ;--------------------------------------------------------------------------------
  5.  
  6. ;--------------------------------------------------------------------------------
  7. ;PlaySongAdLib
  8. ;
  9. ;plays a song from the list
  10. ;after setting up all voices
  11. ;
  12. ;Inputs:
  13. ;
  14. ;ax:    Song No.
  15. ;
  16. ;--------------------------------------------------------------------------------
  17.  
  18. PlaySongAdLib proc near
  19.     sub    al,15        ;seventeen roland files in front
  20.     mov    currentSong,ax
  21.     mov    bx,ax
  22.     shl    bx,1
  23.