home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 4: Demo 1
/
almathera_demo1.bin
/
sourcecode
/
dexion
/
sound.s
< prev
next >
Wrap
Text File
|
1995-03-17
|
473b
|
36 lines
tst.b $bfe001
bpl run
bmi still
ctlw=$dff096
adkon=$dff09e
c0thi=$dff0a0
c0tlo=c0thi+2
c0tl=c0thi+4
c0per=c0thi+6
c0vol=c0thi+8
run:
move.l #table,c0thi+16
move #8,c0tl+16
move #300,c0per
move #40,c0vol+16
move.l #table2,c0thi
move #,c0tl
move #60000,c0per
move #30,c0vol
move #$8010,adkon
move #$8203,ctlw
rts
still:
move #$10,adkon
move #3,ctlw
rts
table:
dc.b -40,-70,-90,-100,-90,-70,-40,0
dc.b 40,70,90,100,90,70,40,0
table2:
dc.w 400,430,470,500,530,500,470,430