;***********************************************************
;*          Synthesis Version 4.0 Replay Linker I          *
;*    (c) 1991 Mr.Soundwave of Taipan / Running Access.    *
;***********************************************************

StartSave:

Replayer:
 Incbin	"df0:SRC/SYNTHESIS.OBJ"	     ;Don't Change This !!!!

Module:
 Incbin	"DF0:MODULES/AMEGAS"	     ;Enter The Correct Name

EndSave:

;***********************************************************
;* To Get The Image File (Contains Replayer & Songmodule)  *
;* Assemble this Source and use the "WriteImage" Option of *
;* your Seka. Now Locate The Image Module at $40000 and    *
;* Use My JumpTable to Run the Music...                    *
;* ------------------------------------------------------- *
;* The JumpTable :                                         *
;* Bsr.s $40000  =  Init Muzak And create VBI              *
;* Bsr.s $40004  =  Stop Muzak And Kill VBI                *
;* Bsr.s $40008  =  Init Muzax for RasterWait Use          *
;* Bsr.s $4022a  =  Replayer Call For RasterWait Use       *
;* ------------------------------------------------------- *
;* Attention : You MUST Clear D0 first !!! coz D0 is used  *
;* to select one of the possible 16 muzax !!!  Have Fun... *
;***********************************************************

