home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / AMAZINE / AMAZINE2.MSA / BONUS / TAO_ACF / TAO_ACF2.S < prev    next >
Text File  |  2010-01-01  |  663b  |  42 lines

  1. ;
  2. ;    5 of the latest C64-conversions from TAO of ACF
  3. ;
  4. ;       Thanks a lot Jacky ! and sorry for our "non-use".
  5. ;
  6. ;                                        DEAF KLF/MV/AMAZINE !
  7.  
  8.     pea    0.w
  9.     move    #$20,-(sp)
  10.     trap    #1
  11.     addq.l    #6,sp
  12.  
  13.     moveq    #1,d0
  14.     bsr    music
  15.  
  16.     move.l    #music+8,$4d2.w
  17.  
  18.     move    #7,-(sp)
  19.     trap    #1
  20.     addq.l    #2,sp
  21.  
  22.     clr.l    $4d2.w
  23.  
  24.     moveq    #0,d0
  25.     bsr    music
  26.  
  27.     move.b    #7,$484.w
  28.  
  29.     move    #$20,-(sp)
  30.     trap    #1
  31.     addq.l    #6,sp
  32.  
  33.     clr    -(sp)
  34.     trap #1
  35.  
  36. music:
  37.     incbin    BONUS\TAO_ACF\MANIACS.MUS
  38.     ;incbin    BONUS\TAO_ACF\PREMIX.MUS
  39.     ;incbin    BONUS\TAO_ACF\SLEEP.MUS
  40.     ;incbin    BONUS\TAO_ACF\ZOOLOOK.MUS
  41.     ;incbin    BONUS\TAO_ACF\ENDTHEME.MUS
  42.     even