How to play an 16bit AIFF mono music wave with SAGA


        move.l  #musi+64,$DFF400		; Set 32bit Ptr (skipp AIFF 64byte header)
        move.l  #(musi_e-musi-64)/8,$DFF404	; Set 32bit Length (length in stereo pairs)
        move.w  #$FFFF,$DFF408			; Set Volume LEFT/RIGHT
        move.w  #80,$DFF40C			; Set Samplerate 44khz
        move.w  #04,$DFF40A			; Set 16Bit stereo mode
        move.w  #$8201,$DFF096			; Enable DMA


        section musi,DATA_F
musi    incbin  "16bitstereo.aiff"
musi_e