home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Dev / asm / DemoStartUP.lha / DemoStartUPv1.0 / sources / init.asm < prev    next >
Encoding:
Assembly Source File  |  2001-05-02  |  379 b   |  39 lines

  1.  
  2. ; - [ iNitialization ] - 
  3.  
  4.  
  5.     xdef    _InitPreDEMO
  6.  
  7.     xref    _InitPlayer
  8.     xref    _CPU
  9.     xref    _CGX
  10.     xref    _DosBase
  11.  
  12.  
  13.     include basemacros.i
  14.  
  15.     incdir    include:
  16.  
  17.     include    LVO/dos_lib.i
  18.  
  19.     
  20. _InitPreDEMO
  21.     IFNE    MUSIC
  22.     lea    module,a0
  23.     sub.l    a1,a1
  24.     sub.l    a2,a2
  25.     moveq.l    #0,d0
  26.     jsr     _InitPlayer     ;start music
  27.     ENDC
  28.  
  29.     rts
  30.     
  31.     IFNE    MUSIC
  32.  
  33.     section Myooza,data_c
  34. module
  35.     incbin  sfx/p61.test
  36.  
  37.     ENDC
  38.  
  39.