spu: cleanup some irq hacks
[pcsx_rearmed.git] / plugins / dfsound / spu.h
index 8912684..8a0f2d2 100644 (file)
@@ -15,7 +15,6 @@
  *                                                                         *\r
  ***************************************************************************/\r
 \r
-void SetupTimer(void);\r
-void RemoveTimer(void);\r
-void CALLBACK SPUplayADPCMchannel(xa_decode_t *xap);\r
-void CALLBACK SPUplayCDDAchannel(short *pcm, int bytes);
\ No newline at end of file
+void ClearWorkingState(void);\r
+void CALLBACK SPUplayADPCMchannel(xa_decode_t *xap, unsigned int cycle, int is_start);\r
+int  CALLBACK SPUplayCDDAchannel(short *pcm, int bytes, unsigned int cycle, int is_start);\r