summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/multipcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/multipcm.h')
-rw-r--r--src/emu/sound/multipcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/multipcm.h b/src/emu/sound/multipcm.h
index b79e7c81539..b900d77f71d 100644
--- a/src/emu/sound/multipcm.h
+++ b/src/emu/sound/multipcm.h
@@ -94,7 +94,7 @@ private:
//I include these in the chip because they depend on the chip clock
unsigned int m_ARStep[0x40], m_DRStep[0x40]; //Envelope step table
unsigned int m_FNS_Table[0x400]; //Frequency step table
-
+
void EG_Calc(SLOT *slot);
void LFO_ComputeStep(LFO_t *LFO,UINT32 LFOF,UINT32 LFOS,int ALFO);
void WriteSlot(SLOT *slot,int reg,unsigned char data);