aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfsound/spu.h')
-rw-r--r--plugins/dfsound/spu.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h
new file mode 100644
index 0000000..8912684
--- /dev/null
+++ b/plugins/dfsound/spu.h
@@ -0,0 +1,21 @@
+/***************************************************************************
+ spu.h - description
+ -------------------
+ begin : Wed May 15 2002
+ copyright : (C) 2002 by Pete Bernert
+ email : BlackDove@addcom.de
+ ***************************************************************************/
+/***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. See also the license.txt file for *
+ * additional informations. *
+ * *
+ ***************************************************************************/
+
+void SetupTimer(void);
+void RemoveTimer(void);
+void CALLBACK SPUplayADPCMchannel(xa_decode_t *xap);
+void CALLBACK SPUplayCDDAchannel(short *pcm, int bytes); \ No newline at end of file