summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/c140.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/c140.c')
-rw-r--r--src/emu/sound/c140.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/emu/sound/c140.c b/src/emu/sound/c140.c
index faae14e0f15..cf731de3a16 100644
--- a/src/emu/sound/c140.c
+++ b/src/emu/sound/c140.c
@@ -86,14 +86,14 @@ INLINE int limit(INT32 in)
c140_device::c140_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, C140, "C140", tag, owner, clock),
- device_sound_interface(mconfig, *this),
- m_sample_rate(0),
- m_stream(NULL),
- m_banking_type(0),
- m_mixer_buffer_left(NULL),
- m_mixer_buffer_right(NULL),
- m_baserate(0),
- m_pRom(NULL)
+ device_sound_interface(mconfig, *this),
+ m_sample_rate(0),
+ m_stream(NULL),
+ m_banking_type(0),
+ m_mixer_buffer_left(NULL),
+ m_mixer_buffer_right(NULL),
+ m_baserate(0),
+ m_pRom(NULL)
{
memset(m_REG, 0, sizeof(UINT8)*0x200);
memset(m_pcmtbl, 0, sizeof(INT16)*8);