home *** CD-ROM | disk | FTP | other *** search
/ Dave Lowe: Amiga California Games + Samples / Lowe_AmigaCaliforniaGames+Samples.adf / holland.ablk < prev    next >
Encoding:
Text File  |  1978-10-11  |  822 b   |  46 lines

  1.  
  2. ;;;;;;;;;;;;;;;;;;;;;    HOLLANDS  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. song29:
  4.     dc.l pholland2
  5.       dc.l 0,end_song
  6.  
  7. song30:
  8.     dc.l pholland3
  9.       dc.l 0,end_song
  10. song31:
  11.     dc.l pholland1
  12.       dc.l 0,end_song
  13.  
  14. song32:
  15.     dc.l pholland2
  16.       dc.l 0,end_song
  17.  
  18.  
  19. pholland1:
  20.     
  21.     dc.w new_env
  22.     dc.l sax
  23.     dc.w new_snd
  24.     dc.l sax
  25.     dc.w C05,cr,F05,cr,F05,cr,G05,q,A05,q,Bb05,q,G05,q
  26.     dc.w A05,cr,G05,q,A05,q,Bb05,cr,A05,cr,G05,q,F05,q,G05,cr,F05,cr*3
  27.       dc.w end_patt
  28. pholland2:
  29.     
  30.     dc.w new_env
  31.     dc.l sax
  32.     dc.w new_snd
  33.     dc.l sax
  34.     dc.w Bb03,cr,A03,cr,A03,cr,D04,cr,E04,cr,C04,cr
  35.     dc.w Bb03,q,C04,q,D04,cr,F04,cr,E04,q,D04,q,E04,cr,C04,cr*3
  36.     dc.w end_patt
  37. pholland3:
  38.     
  39.     dc.w new_env
  40.     dc.l sax
  41.     dc.w new_snd
  42.     dc.l sax
  43.     dc.w E03,cr,F03,cr,C03,cr,Bb02,cr,C03,cr,F03,cr,D03,q,C03,q
  44.     dc.w Bb02,cr,C03,cr,C03,q,C03,q,C03,cr,F02,cr*3
  45.     dc.w end_patt
  46.