 FRAZER'S MUSICS RIPPING
-------------------------

] by the Mercyless SLAYER/TSC


[  Here's  a quick  word on the  art  of
[ripping Frazer's musics (TSC). They are
[piss easy to rip!!

First get hold of A-Debug!

 Load  the  program containing  the  so
cool soundchip music.

 Depack  the sucker by  placing  break-
points on the JMPs and running it.

  When  you  get the depacked  program,
trace  on  and  on until you get  some-
thing  like   MOVEQ #1,D0   or   MOVE.L
#1,D0..      If there's a JSR $whatever
right  after  then  there  are  99%  of
chance  that  you  found  the   address
where  the  music  starts.  Write  this
adress  on  a  piece  of  paper.  Go in
window 3,  go  to  the  magic  address,
and  keep  going further in the  memory
until  you  get  an  "End!",  write  on
your  piece  of  paper  the end address
of  the  music. Press  E, and substract
the  end  address to the start address,
you will get the length of the music.

]Press S, and type in :
]WHATEVER.MUS,start address,lenght
]you saved the music!  here's  the code
]to replay it.

[  pea     0.w
[  move.w  #$20,-(sp)
[  trap    #1
[  addq.l  #6,sp

[  moveq   #1,d0
[  move.l  #music+16,$4d2.l

[keyz:
[  cmpi.b  #$39,$fffc02
[  bne.s   keyz

[  clr.l   $4d2.l

[  pea     0.w
[  trap    #1

[music:
[  incbin  "whatever.mus"

 and you're done! see ya...

