diff options
Diffstat (limited to 'src/devices/sound/cem3394.cpp')
| -rw-r--r-- | src/devices/sound/cem3394.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/cem3394.cpp b/src/devices/sound/cem3394.cpp index 6c28d5348bd..1288fbf5ccf 100644 --- a/src/devices/sound/cem3394.cpp +++ b/src/devices/sound/cem3394.cpp @@ -184,7 +184,7 @@ cem3394_device &cem3394_device::configure(double r_vco, double c_vco, double c_v m_hpf_k = 1.0 - exp((-1 / (R_AC * c_ac)) * m_inv_sample_rate); LOGMASKED(LOG_CONFIG, "CEM3394 config - vco zero freq: %f, filter zero freq: %f, sample rate: %d\n", - m_vco_zero_freq, m_filter_zero_freq, int(sample_rate)); + m_vco_zero_freq, m_filter_zero_freq, int(sample_rate)); return *this; } |
