Ultimate Ripper can't detect it and I can't find it in the SNDH archive. Anyone?

Moderators: Mug UK, lotek_style, Moderator Team
Code: Select all
TUNE incbin "tune.dat"
setuptune:
MOVEA.L #TUNE,A0
MOVE.L #$72000,D5
MOVE.L #$73F40,D6
MOVE.W #$F9F,D4
L000E:MOVE.L (A0),D0
CMP.L D5,D0
BLT L000F
CMP.L D6,D0
BGT L000F
SUBI.L #$72000,D0
ADDI.L #TUNE,D0
MOVE.L D0,(A0)
L000F:ADDA.L #2,A0
DBF D4,L000E
JSR TUNE
RTS
Code: Select all
opt s-
clr.l -(sp)
move.w #$20,-(sp)
trap #1
addq.l #6,sp
move.l d0,oldstk
bclr #0,$484
lea music,a0
lea $72000,a1
cc move.l (a0)+,(a1)+
cmp.l #end,a0
blt cc
jsr $72000
move.w #7,-(sp)
trap #1
addq.l #2,sp
jsr $72006
bset #0,$484
move.l oldstk,-(sp)
move.w #$20,-(sp)
trap #1
addq.l #6,sp
clr.w -(sp)
trap #1
oldstk dc.l 0
music incbin "bmx_sim2.max"
end dc.w 0