summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/qsound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/qsound.c')
-rw-r--r--src/emu/sound/qsound.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/emu/sound/qsound.c b/src/emu/sound/qsound.c
index dbc1ccc61c5..9fd4dc7657a 100644
--- a/src/emu/sound/qsound.c
+++ b/src/emu/sound/qsound.c
@@ -87,15 +87,15 @@ ROM_END
qsound_device::qsound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, QSOUND, "Q-Sound", tag, owner, clock, "qsound", __FILE__),
- device_sound_interface(mconfig, *this),
- m_data(0),
- m_stream(NULL),
- m_sample_rom_length(0),
- m_sample_rom(NULL),
- m_cpu(NULL),
- m_frq_ratio(0.0f),
- m_fpRawDataL(NULL),
- m_fpRawDataR(NULL)
+ device_sound_interface(mconfig, *this),
+ m_data(0),
+ m_stream(NULL),
+ m_sample_rom_length(0),
+ m_sample_rom(NULL),
+ m_cpu(NULL),
+ m_frq_ratio(0.0f),
+ m_fpRawDataL(NULL),
+ m_fpRawDataR(NULL)
{
}