home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Commando main theme - Chrispy Noodle
- ;
- clr.l -(a7)
- move.w #$20,-(a7)
- trap #1
- add.l #6,a7
-
- jsr play
- wait move.w #7,-(sp)
- trap #1
- lea 2(sp),sp
- jsr stop
-
- move.w #$4c,-(a7)
- trap #1
-
- play bsr stop
- jsr data
- move.l #data+$a8,$4d6
- rt rts
-
- stop clr.l $4d6
- move.w #2,d0
- move.l #8,d1
- stop1 move.b d1,$ff8800
- clr.b $ff8802
- addq.l #1,d1
- dbf d0,stop1
- rts
-
- data incbin "commando.img"
-