summaryrefslogtreecommitdiff
path: root/plugins/dfsound/externals.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfsound/externals.h')
-rw-r--r--plugins/dfsound/externals.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/plugins/dfsound/externals.h b/plugins/dfsound/externals.h
index d736373d..16a7b9c1 100644
--- a/plugins/dfsound/externals.h
+++ b/plugins/dfsound/externals.h
@@ -15,7 +15,8 @@
* *
***************************************************************************/
-#include <stdint.h>
+#include <stdint.h>
+
/////////////////////////////////////////////////////////
// generic defines
/////////////////////////////////////////////////////////
@@ -142,7 +143,6 @@ typedef struct
int iOldNoise; // old noise val for this channel
ADSRInfo ADSR; // active ADSR settings
ADSRInfoEx ADSRX; // next ADSR settings (will be moved to active on sample start)
-
} SPUCHAN;
///////////////////////////////////////////////////////////
@@ -159,7 +159,6 @@ typedef struct
int iRVBLeft;
int iRVBRight;
-
int FB_SRC_A; // (offset)
int FB_SRC_B; // (offset)
int IIR_ALPHA; // (coef.)
@@ -257,10 +256,15 @@ extern xa_decode_t * xapGlobal;
extern uint32_t * XAFeed;
extern uint32_t * XAPlay;
extern uint32_t * XAStart;
-extern uint32_t * XAEnd;
+extern uint32_t * XAEnd;
extern uint32_t XARepeat;
-extern uint32_t XALastVal;
+extern uint32_t XALastVal;
+
+extern uint32_t * CDDAFeed;
+extern uint32_t * CDDAPlay;
+extern uint32_t * CDDAStart;
+extern uint32_t * CDDAEnd;
extern int iLeftXAVol;
extern int iRightXAVol;