
there may still be problems with the audio hardware, so if there's anything
wrong, contact me!!

          !!! i'll not take any responsibilty for any damage !!!


thx-offsets file includen....


playerinit: a0 := 0... auto alloc public mem
            a1 := 0.. autpo alloc chip mem

initmod a0 := ptr to module

intsong d0 := subsong (0 for main song etc.)
        d1 := 0 for immediate play when jumping to irq...



	BRA thxInitPlayer  ;init waveforms/mem.   ->a0/a1=pub/chip
	BRA thxInitModule  ;init module.->a2=mod <-d0=suksez(0/-1)
	BRA thxInitSubSong ;init song.  ->d0/d1=subsong/imm. play?
	BRA thxInterrupt   ;to be called every frame.
	BRA thxStopSong    ;stop song.
	BRA thxKillAudios   ;kill audio dma.
	BRA thxKillPlayer  ;free allocated memory.
