home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Falcon 030 Power 2
/
F030_POWER2.iso
/
ST_STE
/
DEMOS
/
CHIP_MSX
/
ALEX_HER.ARJ
/
alex_her
/
TWIST.S
< prev
Wrap
Text File
|
1997-08-27
|
544b
|
40 lines
;
; Music From The 'Twist Demo'
;
; #0 = Bomz
; #1 - #4 = Guardian Moons
; #5 - #8 = Turbo
;
clr.l -(a7)
move.w #$20,-(a7)
trap #1
add.l #6,a7
move.l #0,d0 ;2 tunes (0-1)
jsr play
wait move.w #7,-(sp)
trap #1
lea 2(sp),sp
jsr stop
move.w #$4c,-(a7)
trap #1
play cmp.l #9,d0
bge rt
clr.b $484
JSR data+46
move.l #data+$c,$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 "\aherbert\twist.dat"