summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/aicadsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/aicadsp.h')
-rw-r--r--src/emu/sound/aicadsp.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/emu/sound/aicadsp.h b/src/emu/sound/aicadsp.h
index d766edf0221..e027bcc6117 100644
--- a/src/emu/sound/aicadsp.h
+++ b/src/emu/sound/aicadsp.h
@@ -9,24 +9,24 @@ struct AICADSP
//Config
UINT16 *AICARAM;
UINT32 AICARAM_LENGTH;
- UINT32 RBP; //Ring buf pointer
- UINT32 RBL; //Delay ram (Ring buffer) size in words
+ UINT32 RBP; //Ring buf pointer
+ UINT32 RBL; //Delay ram (Ring buffer) size in words
//context
- INT16 COEF[128*2]; //16 bit signed
- UINT16 MADRS[64*2]; //offsets (in words), 16 bit
- UINT16 MPRO[128*4*2*2]; //128 steps 64 bit
- INT32 TEMP[128]; //TEMP regs,24 bit signed
- INT32 MEMS[32]; //MEMS regs,24 bit signed
+ INT16 COEF[128*2]; //16 bit signed
+ UINT16 MADRS[64*2]; //offsets (in words), 16 bit
+ UINT16 MPRO[128*4*2*2]; //128 steps 64 bit
+ INT32 TEMP[128]; //TEMP regs,24 bit signed
+ INT32 MEMS[32]; //MEMS regs,24 bit signed
UINT32 DEC;
//input
- INT32 MIXS[16]; //MIXS, 24 bit signed
- INT16 EXTS[2]; //External inputs (CDDA) 16 bit signed
+ INT32 MIXS[16]; //MIXS, 24 bit signed
+ INT16 EXTS[2]; //External inputs (CDDA) 16 bit signed
//output
- INT16 EFREG[16]; //EFREG, 16 bit signed
+ INT16 EFREG[16]; //EFREG, 16 bit signed
int Stopped;
int LastStep;