summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/c352.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/c352.h')
-rw-r--r--src/emu/sound/c352.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/sound/c352.h b/src/emu/sound/c352.h
index 0717fd133df..31eceffb366 100644
--- a/src/emu/sound/c352.h
+++ b/src/emu/sound/c352.h
@@ -26,7 +26,7 @@ enum
#define MCFG_C352_DIVIDER(_setting) \
c352_device::static_set_divider(*device, _setting);
-
+
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -43,7 +43,7 @@ public:
// inline configuration helpers
static void static_set_divider(device_t &device, int setting);
-
+
DECLARE_READ16_MEMBER(read);
DECLARE_WRITE16_MEMBER(write);
@@ -80,7 +80,7 @@ private:
C352_FLG_FILTER = 0x0004, // don't apply filter
C352_FLG_REVLOOP = 0x0003, // loop backwards
C352_FLG_LOOP = 0x0002, // loop forward
- C352_FLG_REVERSE = 0x0001, // play sample backwards
+ C352_FLG_REVERSE = 0x0001 // play sample backwards
};
struct c352_ch_t
@@ -108,7 +108,7 @@ private:
c352_ch_t m_c352_ch[32];
int m_sample_rate_base;
int m_divider;
-
+
long m_channel_l[2048*2];
long m_channel_r[2048*2];
long m_channel_l2[2048*2];