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

  1.  
  2. ;;;;;;;;;;;;;;;;;;;;;    U.S.A.   ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3.  
  4.  
  5. cr set   16
  6. q set cr/2
  7. sq set q/2
  8.  
  9.  
  10.  
  11. song1:
  12.     dc.l p2
  13.       dc.l 0,end_song
  14.  
  15. song2:
  16.     dc.l p3
  17.       dc.l 0,end_song
  18. song3:
  19.     dc.l p1
  20.       dc.l 0,end_song
  21.  
  22. song4:
  23.     dc.l p2
  24.       dc.l 0,end_song
  25.  
  26.  
  27.  
  28. pcr:
  29.   dc.w rest,cr
  30.   dc.w end_patt
  31. pr:
  32.   dc.w rest,cr*4
  33.   dc.w end_patt
  34. pra:
  35.   dc.w rest,q*7
  36.   dc.w end_patt
  37. pqr:
  38.   dc.w rest,q
  39.   dc.w end_patt
  40. p1:
  41.       dc.w new_env
  42.       dc.l sax_env
  43.     dc.w new_snd
  44.     dc.l sax
  45.  
  46.  
  47.     dc.w F05,sq*3,D05,sq,Bb04,cr,D05,cr,F05,cr
  48.     dc.w Bb05,cr*2,D06,sq*3,C06,sq,Bb05,cr,D05,cr,E05,cr
  49.     dc.w F05,cr*2,F05,q,F05,q,D06,q*3,C06,q,Bb05,cr
  50.     dc.w A05,cr*2,G05,q,A05,q,Bb05,cr,Bb05,cr,F05,cr,D05,cr,Bb04,cr*2
  51.       dc.w end_patt
  52. p2:
  53.       dc.w new_env
  54.       dc.l sax_env
  55.     dc.w new_snd
  56.     dc.l sax
  57.  
  58.  
  59.     dc.w F05,sq*3,D05,sq,Bb04,cr,Bb04,cr,C05,cr,D05,cr*2,D05,cr
  60.     dc.w D05,cr,Bb04,cr,C05,cr,A04,cr*3,F05,q*3,Eb05,q,D05,cr
  61.     dc.w C05,cr*2,Bb04,q,C05,q,D05,cr,D05,cr,D05,cr,Bb04,cr,F04,cr*2
  62.     dc.w end_patt
  63. p3:
  64.  
  65.       dc.w new_env
  66.       dc.l sax_env
  67.     dc.w new_snd
  68.     dc.l sax
  69.  
  70.  
  71.     dc.w F03,sq*3,Eb03,sq,Bb02,cr,Bb02,cr,A02,cr,G02,cr*2
  72.     dc.w Gb02,cr,G02,cr,G02,cr,C03,cr,F02,cr*2,F03,q,F03,q
  73.     dc.w Bb02,cr*3,F02,cr*3,Bb02,cr,Bb02,cr,F03,cr,D03,cr,Bb02,cr*2
  74.     dc.w end_patt
  75.  
  76.